Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierDisplayNameResolverTest.java121 assertThat(data.shouldShowSpn()).isTrue(); in testUpdateSPNFromHigherPrioritySource_shouldOverrideRecord()
140 assertThat(data.shouldShowSpn()).isTrue(); in testShouldShowSPN_nonRoaming_showSPN()
149 assertThat(data.shouldShowSpn()).isFalse(); in testShouldShowSPN_plmnNotInProvidedList_notShowSPN()
158 assertThat(data.shouldShowSpn()).isTrue(); in testShouldShowSPN_plmnInProvidedList_showSPN()
200 assertThat(data.shouldShowSpn()).isFalse(); in testShouldShowSPNFromSourceCC_conditionOverrideShowPLMN_notShowSPN()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdnr/
DCarrierDisplayNameData.java80 public boolean shouldShowSpn() { in shouldShowSpn() method in CarrierDisplayNameData
DCarrierDisplayNameResolver.java338 boolean showSpn = displayRule.shouldShowSpn(spn); in getCarrierDisplayNameFromEf()
471 .setShowSpn(data.shouldShowSpn()) in getOutOfServiceDisplayName()
543 boolean shouldShowSpn(String spn) { in shouldShowSpn() method in CarrierDisplayNameResolver.CarrierDisplayNameConditionRule
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java2758 || data.shouldShowSpn() != mCurShowSpn in notifySpnDisplayUpdate()
2769 data.shouldShowSpn(), in notifySpnDisplayUpdate()
2777 intent.putExtra(TelephonyManager.EXTRA_SHOW_SPN, data.shouldShowSpn()); in notifySpnDisplayUpdate()
2788 data.shouldShowSpn(), data.getSpn()))); in notifySpnDisplayUpdate()
2791 mCurShowSpn = data.shouldShowSpn(); in notifySpnDisplayUpdate()