Searched refs:isBootComplete (Results 1 – 3 of 3) sorted by relevance
207 when(mTelecomSystem.isBootComplete()).thenReturn(false); in tearDown()543 when(mTelecomSystem.isBootComplete()).thenReturn(true); in testLoadOneCallFromDb()565 when(mTelecomSystem.isBootComplete()).thenReturn(true); in testLoadTwoCallsFromDb()
451 public boolean isBootComplete() { in isBootComplete() method in TelecomSystem
611 if (TelecomSystem.getInstance() == null || !TelecomSystem.getInstance().isBootComplete()) { in reloadFromDatabase()