Searched refs:isBootComplete (Results 1 – 3 of 3) sorted by relevance
206 when(mTelecomSystem.isBootComplete()).thenReturn(false); in tearDown()567 when(mTelecomSystem.isBootComplete()).thenReturn(true); in testLoadOneCallFromDb()589 when(mTelecomSystem.isBootComplete()).thenReturn(true); in testLoadTwoCallsFromDb()
531 public boolean isBootComplete() { in isBootComplete() method in TelecomSystem
627 if (TelecomSystem.getInstance() == null || !TelecomSystem.getInstance().isBootComplete()) { in reloadFromDatabase()