Home
last modified time | relevance | path

Searched refs:waitForInternet (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DRebootEscrowManager.java267 public boolean waitForInternet() { in waitForInternet() method in RebootEscrowManager.Injector
423 if (mInjector.waitForInternet()) { in setLoadEscrowDataErrorCode()
477 if (mInjector.waitForInternet()) { in loadRebootEscrowDataIfAvailable()
514 if (mInjector.waitForInternet()) { in scheduleLoadRebootEscrowDataOrFail()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DRebootEscrowManagerTests.java210 public boolean waitForInternet() { in waitForInternet() method in RebootEscrowManagerTests.MockInjector