Searched refs:shouldForceDisplayNoService (Results 1 – 3 of 3) sorted by relevance
453 mPhone.getServiceStateTracker().shouldForceDisplayNoService() && !isSimReady; in getOutOfServiceDisplayName()
2885 assertFalse(sst.shouldForceDisplayNoService()); in testShouldForceDisplayNoService_forceBasedOnLocale()2892 assertFalse(sst.shouldForceDisplayNoService()); in testShouldForceDisplayNoService_forceBasedOnLocale()2896 assertTrue(sst.shouldForceDisplayNoService()); in testShouldForceDisplayNoService_forceBasedOnLocale()
3012 final boolean forceDisplayNoService = shouldForceDisplayNoService() && !mIsSimReady; in updateSpnDisplayLegacy()3152 public boolean shouldForceDisplayNoService() { in shouldForceDisplayNoService() method in ServiceStateTracker