Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DRebootEscrowManager.java370 public int getLoadEscrowDataRetryIntervalSeconds() { in getLoadEscrowDataRetryIntervalSeconds() method in RebootEscrowManager.Injector
504 final int retryIntervalInSeconds = mInjector.getLoadEscrowDataRetryIntervalSeconds(); in scheduleLoadRebootEscrowDataOrFail()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DRebootEscrowManagerTests.java269 public int getLoadEscrowDataRetryIntervalSeconds() { in getLoadEscrowDataRetryIntervalSeconds() method in RebootEscrowManagerTests.MockInjector