Home
last modified time | relevance | path

Searched refs:shouldShowPlmn (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierDisplayNameResolverTest.java167 assertThat(data.shouldShowPlmn()).isTrue(); in testShouldShowPLMNNetworkName_plmnNotInProvidedList_showPLMNNetworkName()
188 assertThat(data.shouldShowPlmn()).isFalse(); in testShouldShowPLMNFromSourceBandOverride_notShowPLMN()
212 assertThat(data.shouldShowPlmn()).isTrue(); in testShouldShowPLMNFromSourceCC_conditionOverrideShowPLMN_shouldShowPLMN()
229 assertThat(data.shouldShowPlmn()).isTrue(); in testShouldShowPLMNLongName_plmnNotInProvidedList_showPLMNLongName()
250 assertThat(data.shouldShowPlmn()).isTrue(); in testShouldShowPLMNShortName_plmnNotInProvidedList_showPLMNShortName()
271 assertThat(data.shouldShowPlmn()).isTrue(); in testShouldShowPLMNNumeric_plmnNotInProvidedList_showPLMNNumeric()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdnr/
DCarrierDisplayNameData.java88 public boolean shouldShowPlmn() { in shouldShowPlmn() method in CarrierDisplayNameData
DCarrierDisplayNameResolver.java339 boolean showPlmn = TextUtils.isEmpty(spn) || displayRule.shouldShowPlmn(plmn); in getCarrierDisplayNameFromEf()
552 boolean shouldShowPlmn(String plmn) { in shouldShowPlmn() method in CarrierDisplayNameResolver.CarrierDisplayNameConditionRule
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java2757 || data.shouldShowPlmn() != mCurShowPlmn in notifySpnDisplayUpdate()
2767 data.shouldShowPlmn(), in notifySpnDisplayUpdate()
2780 intent.putExtra(TelephonyManager.EXTRA_SHOW_PLMN, data.shouldShowPlmn()); in notifySpnDisplayUpdate()
2787 getCarrierName(data.shouldShowPlmn(), data.getPlmn(), in notifySpnDisplayUpdate()
2792 mCurShowPlmn = data.shouldShowPlmn(); in notifySpnDisplayUpdate()