Searched refs:shouldForceDisplayNoService (Results 1 – 3 of 3) sorted by relevance
381 mPhone.getServiceStateTracker().shouldForceDisplayNoService() && !isSimReady; in getOutOfServiceDisplayName()
2571 assertFalse(sst.shouldForceDisplayNoService()); in testShouldForceDisplayNoService_forceBasedOnLocale()2578 assertFalse(sst.shouldForceDisplayNoService()); in testShouldForceDisplayNoService_forceBasedOnLocale()2582 assertTrue(sst.shouldForceDisplayNoService()); in testShouldForceDisplayNoService_forceBasedOnLocale()
2727 final boolean forceDisplayNoService = shouldForceDisplayNoService() && !mIsSimReady; in updateSpnDisplayLegacy()2851 public boolean shouldForceDisplayNoService() { in shouldForceDisplayNoService() method in ServiceStateTracker