Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DRebootEscrowManager.java139 ERROR_NO_NETWORK,
154 static final int ERROR_NO_NETWORK = 8; field in RebootEscrowManager
532 mLoadEscrowDataErrorCode = ERROR_NO_NETWORK; in scheduleLoadRebootEscrowDataOrFail()
554 ERROR_NO_NETWORK, ERROR_NONE, retryHandler); in loadRebootEscrowDataOnInternet()
571 ERROR_NONE, ERROR_NO_NETWORK, retryHandler); in loadRebootEscrowDataOnInternet()
581 ERROR_NONE, ERROR_NO_NETWORK, retryHandler); in loadRebootEscrowDataOnInternet()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DRebootEscrowManagerTests.java692 Integer.valueOf(RebootEscrowManager.ERROR_NO_NETWORK), in loadRebootEscrowDataIfAvailable_ServerBasedIoError_RetryFailure()
894 Integer.valueOf(RebootEscrowManager.ERROR_NO_NETWORK), in loadRebootEscrowDataIfAvailable_waitForInternet_networkUnavailable()
949 Integer.valueOf(RebootEscrowManager.ERROR_NO_NETWORK), in loadRebootEscrowDataIfAvailable_waitForInternet_networkLost()