Searched refs:ERROR_NO_NETWORK (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | RebootEscrowManager.java | 143 ERROR_NO_NETWORK, 159 static final int ERROR_NO_NETWORK = 8; field in RebootEscrowManager 579 mLoadEscrowDataErrorCode = ERROR_NO_NETWORK; in scheduleLoadRebootEscrowDataOrFail() 601 ERROR_NO_NETWORK, ERROR_NONE, retryHandler); in loadRebootEscrowDataOnInternet() 618 ERROR_NONE, ERROR_NO_NETWORK, retryHandler); in loadRebootEscrowDataOnInternet() 628 ERROR_NONE, ERROR_NO_NETWORK, retryHandler); in loadRebootEscrowDataOnInternet()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
D | RebootEscrowManagerTests.java | 900 Integer.valueOf(RebootEscrowManager.ERROR_NO_NETWORK), in loadRebootEscrowDataIfAvailable_ServerBasedIoError_RetryFailure() 1102 Integer.valueOf(RebootEscrowManager.ERROR_NO_NETWORK), in loadRebootEscrowDataIfAvailable_waitForInternet_networkUnavailable() 1157 Integer.valueOf(RebootEscrowManager.ERROR_NO_NETWORK), in loadRebootEscrowDataIfAvailable_waitForInternet_networkLost()
|