Searched refs:eToken (Results 1 – 2 of 2) sorted by relevance
249 byte[] eToken = msg.getData().getByteArray(DATA_ESCROW_TOKEN);251 long handle = mTrustManagerService.addEscrowToken(eToken, userId);256 eToken, handle, UserHandle.of(userId));299 byte[] eToken = msg.getData().getByteArray(DATA_ESCROW_TOKEN);300 mTrustManagerService.unlockUserWithToken(handle, eToken, userId);
776 final long eToken = proto.start(CountQuotaTrackerProto.UptcStats.EVENTS); in dump() local778 proto.end(eToken); in dump()