diff options
author | Weijie Wang <weijiew@codeaurora.org> | 2018-10-24 16:26:06 +0800 |
---|---|---|
committer | Weijie Wang <weijiew@codeaurora.org> | 2018-11-02 11:25:55 +0800 |
commit | b2956e10eba9bbc2a300b026b9d1a1e54d0e033a (patch) | |
tree | a7112cba041d7bc71e5573bae606061a01841696 /tools/aapt2/java/JavaClassGenerator_test.cpp | |
parent | 11028803b2c516a7bcb76ebf59e8d6b927018997 (diff) |
SystemUI: Display 5G Basic or 5G UWB icon per 5G service state
Display 5G Basic(case1):
1.Data network type is LTE and
2.5gUwbIndicatorConfig is Configuration1 and
3.5gBasicIndicatorConfig is r15Enabled and
4.Plmn is 1(UpperLayerIndInfo.PLMN_INFO_LIST_AVAILABLE) and
5.UpperLayerInd is 0(UpperLayerIndInfo.UPPER_LAYER_IND_INFO_UNAVAILABLE)
or restrict_dcnr is 1(DcParam.DCNR_RESTRICTED)
Display 5G Basic(case2):
1.Data network type is LTE and
2.5gUwbIndicatorConfig is Configuration2 and
3.5gBasicIndicatorConfig is r15Enabled and
4.Plmn is 1(UpperLayerIndInfo.PLMN_INFO_LIST_AVAILABLE) and
5.Conditions to diaplay 5G UWB are not met(BearerAllocationStatus is neither
BearerAllocationStatus.MMW_ALLOCATED nor BearerAllocationStatus.INVALID)
Display 5G UWB icon(case1):
1.Data network type is LTE and
2.5gUwbIndicatorConfig is Configuration1 and
3.Plmn is 1(UpperLayerIndInfo.PLMN_INFO_LIST_AVAILABLE) and
4.UpperLayerInd is 1(UpperLayerIndInfo.UPPER_LAYER_IND_INFO_AVAILABLE) and
5.Restrict_dcnr is 0(DcParam.DCNR_UNRESTRICTED)
Display 5G UWB icon(case2):
1.Data network type is LTE and
2.5gUwbIndicatorConfig is Configuration2 and
3.Rat_value is EXT_3GPP_5G and 5G_mmw is 1
(BearerAllocationStatus is BearerAllocationStatus.MMW_ALLOCATED)
Change-Id: Ic6e7670d6ebe536ad3508899f5d4394cf6b5ba63
CRs-Fixed: 2338146
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions