Searched refs:shouldShowPlmn (Results 1 – 4 of 4) sorted by relevance
88 public boolean shouldShowPlmn() { in shouldShowPlmn() method in CarrierDisplayNameData
329 boolean showPlmn = TextUtils.isEmpty(spn) || displayRule.shouldShowPlmn(isRoaming, plmn); in getCarrierDisplayNameFromEf()475 boolean shouldShowPlmn(boolean isRoaming, String plmn) { in shouldShowPlmn() method in CarrierDisplayNameResolver.CarrierDisplayNameConditionRule
164 assertThat(data.shouldShowPlmn()).isTrue(); in testShouldShowPLMNNetworkName_plmnNotInProvidedList_showPLMNNetworkName()
2590 || data.shouldShowPlmn() != mCurShowPlmn in notifySpnDisplayUpdate()2600 data.shouldShowPlmn(), in notifySpnDisplayUpdate()2613 intent.putExtra(TelephonyIntents.EXTRA_SHOW_PLMN, data.shouldShowPlmn()); in notifySpnDisplayUpdate()2619 data.shouldShowPlmn(), data.getPlmn(), data.shouldShowSpn(), data.getSpn())) { in notifySpnDisplayUpdate()2626 mCurShowPlmn = data.shouldShowPlmn(); in notifySpnDisplayUpdate()