Searched refs:rebootEscrow (Results 1 – 3 of 3) sorted by relevance
74 IRebootEscrow rebootEscrow = mInjector.getRebootEscrow(); in getAndClearRebootEscrowKey() local75 if (rebootEscrow == null) { in getAndClearRebootEscrowKey()81 byte[] escrowKeyBytes = rebootEscrow.retrieveKey(); in getAndClearRebootEscrowKey()102 rebootEscrow.storeKey(new byte[32]); in getAndClearRebootEscrowKey()116 IRebootEscrow rebootEscrow = mInjector.getRebootEscrow(); in clearRebootEscrowKey() local117 if (rebootEscrow == null) { in clearRebootEscrowKey()122 rebootEscrow.storeKey(new byte[32]); in clearRebootEscrowKey()131 IRebootEscrow rebootEscrow = mInjector.getRebootEscrow(); in storeRebootEscrowKey() local132 if (rebootEscrow == null) { in storeRebootEscrowKey()140 rebootEscrow.storeKey(escrowKey.getKeyBytes()); in storeRebootEscrowKey()
249 public void writeRebootEscrow(int userId, byte[] rebootEscrow) { in writeRebootEscrow() argument250 writeFile(getRebootEscrowFile(userId), rebootEscrow); in writeRebootEscrow() local
154 IRebootEscrow rebootEscrow, in MockInjector() argument160 mRebootEscrow = rebootEscrow; in MockInjector()