Searched refs:shouldShowPlmn (Results 1 – 4 of 4) sorted by relevance
164 assertThat(data.shouldShowPlmn()).isTrue(); in testShouldShowPLMNNetworkName_plmnNotInProvidedList_showPLMNNetworkName()185 assertThat(data.shouldShowPlmn()).isFalse(); in testShouldShowPLMNFromSourceBandOverride_notShowPLMN()209 assertThat(data.shouldShowPlmn()).isTrue(); in testShouldShowPLMNFromSourceCC_conditionOverrideShowPLMN_shouldShowPLMN()226 assertThat(data.shouldShowPlmn()).isTrue(); in testShouldShowPLMNLongName_plmnNotInProvidedList_showPLMNLongName()247 assertThat(data.shouldShowPlmn()).isTrue(); in testShouldShowPLMNShortName_plmnNotInProvidedList_showPLMNShortName()268 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()549 boolean shouldShowPlmn(String plmn) { in shouldShowPlmn() method in CarrierDisplayNameResolver.CarrierDisplayNameConditionRule
2834 || data.shouldShowPlmn() != mCurShowPlmn in notifySpnDisplayUpdate()2844 data.shouldShowPlmn(), in notifySpnDisplayUpdate()2857 intent.putExtra(TelephonyManager.EXTRA_SHOW_PLMN, data.shouldShowPlmn()); in notifySpnDisplayUpdate()2863 data.shouldShowPlmn(), data.getPlmn(), data.shouldShowSpn(), data.getSpn())) { in notifySpnDisplayUpdate()2870 mCurShowPlmn = data.shouldShowPlmn(); in notifySpnDisplayUpdate()