Searched refs:shouldForceDisplayNoService (Results 1 – 3 of 3) sorted by relevance
392 mPhone.getServiceStateTracker().shouldForceDisplayNoService() && !isSimReady; in getOutOfServiceDisplayName()
2548 assertFalse(sst.shouldForceDisplayNoService()); in testShouldForceDisplayNoService_forceBasedOnLocale()2555 assertFalse(sst.shouldForceDisplayNoService()); in testShouldForceDisplayNoService_forceBasedOnLocale()2559 assertTrue(sst.shouldForceDisplayNoService()); in testShouldForceDisplayNoService_forceBasedOnLocale()
2738 final boolean forceDisplayNoService = shouldForceDisplayNoService() && !mIsSimReady; in updateSpnDisplayLegacy()2863 public boolean shouldForceDisplayNoService() { in shouldForceDisplayNoService() method in ServiceStateTracker