Searched refs:isBootComplete (Results 1 – 3 of 3) sorted by relevance
189 when(mTelecomSystem.isBootComplete()).thenReturn(false); in tearDown()479 when(mTelecomSystem.isBootComplete()).thenReturn(true); in testLoadOneCallFromDb()501 when(mTelecomSystem.isBootComplete()).thenReturn(true); in testLoadTwoCallsFromDb()
402 public boolean isBootComplete() { in isBootComplete() method in TelecomSystem
558 if (TelecomSystem.getInstance() == null || !TelecomSystem.getInstance().isBootComplete()) { in reloadFromDatabase()