Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCarrierDisplayNameResolverTest.java118 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()
197 assertThat(data.shouldShowSpn()).isFalse(); in testShouldShowSPNFromSourceCC_conditionOverrideShowPLMN_notShowSPN()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdnr/
H A DCarrierDisplayNameResolver.java338 boolean showSpn = displayRule.shouldShowSpn(spn); in getCarrierDisplayNameFromEf()
468 .setShowSpn(data.shouldShowSpn()) in getOutOfServiceDisplayName()
540 boolean shouldShowSpn(String spn) { in shouldShowSpn() method in CarrierDisplayNameResolver.CarrierDisplayNameConditionRule
H A DCarrierDisplayNameData.java80 public boolean shouldShowSpn() { in shouldShowSpn() method in CarrierDisplayNameData
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java2841 || data.shouldShowSpn() != mCurShowSpn in notifySpnDisplayUpdate()
2852 data.shouldShowSpn(), in notifySpnDisplayUpdate()
2860 intent.putExtra(TelephonyManager.EXTRA_SHOW_SPN, data.shouldShowSpn()); in notifySpnDisplayUpdate()
2869 data.shouldShowPlmn(), data.getPlmn(), data.shouldShowSpn(), data.getSpn())) { in notifySpnDisplayUpdate()
2875 mCurShowSpn = data.shouldShowSpn(); in notifySpnDisplayUpdate()