Home
last modified time | relevance | path

Searched refs:shouldForceDisplayNoService (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdnr/
H A DCarrierDisplayNameResolver.java453 mPhone.getServiceStateTracker().shouldForceDisplayNoService() && !isSimReady; in getOutOfServiceDisplayName()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DServiceStateTrackerTest.java2912 assertFalse(sst.shouldForceDisplayNoService()); in testShouldForceDisplayNoService_forceBasedOnLocale()
2919 assertFalse(sst.shouldForceDisplayNoService()); in testShouldForceDisplayNoService_forceBasedOnLocale()
2923 assertTrue(sst.shouldForceDisplayNoService()); in testShouldForceDisplayNoService_forceBasedOnLocale()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java3018 final boolean forceDisplayNoService = shouldForceDisplayNoService() && !mIsSimReady; in updateSpnDisplayLegacy()
3158 public boolean shouldForceDisplayNoService() { in shouldForceDisplayNoService() method in ServiceStateTracker