Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DMissedCallNotifierImplTest.java206 when(mTelecomSystem.isBootComplete()).thenReturn(false); in tearDown()
567 when(mTelecomSystem.isBootComplete()).thenReturn(true); in testLoadOneCallFromDb()
589 when(mTelecomSystem.isBootComplete()).thenReturn(true); in testLoadTwoCallsFromDb()
/packages/services/Telecomm/src/com/android/server/telecom/
DTelecomSystem.java531 public boolean isBootComplete() { in isBootComplete() method in TelecomSystem
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DMissedCallNotifierImpl.java627 if (TelecomSystem.getInstance() == null || !TelecomSystem.getInstance().isBootComplete()) { in reloadFromDatabase()