Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdnr/
DCarrierDisplayNameResolver.java454 mPhone.getServiceStateTracker().shouldForceDisplayNoService() && !isSimReady; in getOutOfServiceDisplayName()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java3206 assertFalse(sst.shouldForceDisplayNoService()); in testShouldForceDisplayNoService_forceBasedOnLocale()
3213 assertFalse(sst.shouldForceDisplayNoService()); in testShouldForceDisplayNoService_forceBasedOnLocale()
3217 assertTrue(sst.shouldForceDisplayNoService()); in testShouldForceDisplayNoService_forceBasedOnLocale()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java2953 final boolean forceDisplayNoService = shouldForceDisplayNoService() && !mIsSimReady; in updateSpnDisplayLegacy()
3090 public boolean shouldForceDisplayNoService() { in shouldForceDisplayNoService() method in ServiceStateTracker