Searched refs:shouldShowSpn (Results 1 – 4 of 4) sorted by relevance
118 assertThat(data.shouldShowSpn()).isTrue(); in testUpdateSPNFromHigherPrioritySource_shouldOverrideRecord()137 assertThat(data.shouldShowSpn()).isTrue(); in testShouldShowSPN_nonRoaming_showSPN()146 assertThat(data.shouldShowSpn()).isFalse(); in testShouldShowSPN_plmnNotInProvidedList_notShowSPN()155 assertThat(data.shouldShowSpn()).isTrue(); in testShouldShowSPN_plmnInProvidedList_showSPN()
328 boolean showSpn = displayRule.shouldShowSpn(isRoaming, spn); in getCarrierDisplayNameFromEf()405 .setShowSpn(data.shouldShowSpn()) in getOutOfServiceDisplayName()466 boolean shouldShowSpn(boolean isRoaming, String spn) { in shouldShowSpn() method in CarrierDisplayNameResolver.CarrierDisplayNameConditionRule
80 public boolean shouldShowSpn() { in shouldShowSpn() method in CarrierDisplayNameData
2591 || data.shouldShowSpn() != mCurShowSpn in notifySpnDisplayUpdate()2602 data.shouldShowSpn(), in notifySpnDisplayUpdate()2610 intent.putExtra(TelephonyIntents.EXTRA_SHOW_SPN, data.shouldShowSpn()); in notifySpnDisplayUpdate()2619 data.shouldShowPlmn(), data.getPlmn(), data.shouldShowSpn(), data.getSpn())) { in notifySpnDisplayUpdate()2625 mCurShowSpn = data.shouldShowSpn(); in notifySpnDisplayUpdate()