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.java189 when(mTelecomSystem.isBootComplete()).thenReturn(false); in tearDown()
479 when(mTelecomSystem.isBootComplete()).thenReturn(true); in testLoadOneCallFromDb()
501 when(mTelecomSystem.isBootComplete()).thenReturn(true); in testLoadTwoCallsFromDb()
/packages/services/Telecomm/src/com/android/server/telecom/
DTelecomSystem.java402 public boolean isBootComplete() { in isBootComplete() method in TelecomSystem
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DMissedCallNotifierImpl.java558 if (TelecomSystem.getInstance() == null || !TelecomSystem.getInstance().isBootComplete()) { in reloadFromDatabase()