Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DRebootEscrowManager.java827 mStorage.writeRebootEscrow(userId, escrowData.getBlob()); in callToRebootEscrowIfNeeded()
H A DLockSettingsStorage.java248 public void writeRebootEscrow(int userId, byte[] rebootEscrow) { in writeRebootEscrow() method in LockSettingsStorage