diff options
author | Weijie Wang <weijiew@codeaurora.org> | 2018-10-24 16:26:06 +0800 |
---|---|---|
committer | Weijie Wang <weijiew@codeaurora.org> | 2018-12-18 16:42:03 +0800 |
commit | b60417bd134f5cd70abf8618cc9006b4fc8db79c (patch) | |
tree | c014768ed4f4dde349c0f99c1a06ab39066afc58 /tools/aapt2/java/JavaClassGenerator_test.cpp | |
parent | 5002ee4ee86c2cd2056bb1fce2f96df83149db9c (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