Searched refs:shouldShowPlmn (Results 1 – 3 of 3) sorted by relevance
88 public boolean shouldShowPlmn() { in shouldShowPlmn() method in CarrierDisplayNameData
164 assertThat(data.shouldShowPlmn()).isTrue(); in testShouldShowPLMNNetworkName_plmnNotInProvidedList_showPLMNNetworkName()
2579 || data.shouldShowPlmn() != mCurShowPlmn in notifySpnDisplayUpdate()2589 data.shouldShowPlmn(), in notifySpnDisplayUpdate()2602 intent.putExtra(TelephonyManager.EXTRA_SHOW_PLMN, data.shouldShowPlmn()); in notifySpnDisplayUpdate()2608 data.shouldShowPlmn(), data.getPlmn(), data.shouldShowSpn(), data.getSpn())) { in notifySpnDisplayUpdate()2615 mCurShowPlmn = data.shouldShowPlmn(); in notifySpnDisplayUpdate()