Searched refs:shouldShowPlmn (Results 1 – 4 of 4) sorted by relevance
167 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()
88 public boolean shouldShowPlmn() { in shouldShowPlmn() method in CarrierDisplayNameData
339 boolean showPlmn = TextUtils.isEmpty(spn) || displayRule.shouldShowPlmn(plmn); in getCarrierDisplayNameFromEf()552 boolean shouldShowPlmn(String plmn) { in shouldShowPlmn() method in CarrierDisplayNameResolver.CarrierDisplayNameConditionRule
2757 || 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()