Searched refs:rebootEscrow (Results 1 – 3 of 3) sorted by relevance
213 IRebootEscrow rebootEscrow = mInjector.getRebootEscrow(); in getAndClearRebootEscrowKey() local214 if (rebootEscrow == null) { in getAndClearRebootEscrowKey()220 byte[] escrowKeyBytes = rebootEscrow.retrieveKey(); in getAndClearRebootEscrowKey()241 rebootEscrow.storeKey(new byte[32]); in getAndClearRebootEscrowKey()282 IRebootEscrow rebootEscrow = mInjector.getRebootEscrow(); in callToRebootEscrowIfNeeded() local283 if (rebootEscrow == null) { in callToRebootEscrowIfNeeded()333 IRebootEscrow rebootEscrow = mInjector.getRebootEscrow(); in clearRebootEscrowIfNeeded() local334 if (rebootEscrow == null) { in clearRebootEscrowIfNeeded()341 rebootEscrow.storeKey(new byte[32]); in clearRebootEscrowIfNeeded()359 IRebootEscrow rebootEscrow = mInjector.getRebootEscrow(); in armRebootEscrowIfNeeded() local[all …]
304 public void writeRebootEscrow(int userId, byte[] rebootEscrow) { in writeRebootEscrow() argument305 writeFile(getRebootEscrowFile(userId), rebootEscrow); in writeRebootEscrow() local
101 MockInjector(Context context, UserManager userManager, IRebootEscrow rebootEscrow, in MockInjector() argument104 mRebootEscrow = rebootEscrow; in MockInjector()