Searched refs:rootSid (Results 1 – 2 of 2) sorted by relevance
220 long rootSid = GateKeeper.getSecureUserId(); in getRootSid() local221 if (rootSid == 0) { in getRootSid()225 return rootSid; in getRootSid()
518 byte[] maskingKey, KeymasterArguments args, long rootSid, long fingerprintSid, int uid, in importWrappedKey() argument522 maskingKey, args, rootSid, fingerprintSid, outCharacteristics); in importWrappedKey()880 long rootSid = GateKeeper.getSecureUserId(); in getInvalidKeyException() local881 if ((rootSid != 0) && (keySids.contains(KeymasterArguments.toUint64(rootSid)))) { in getInvalidKeyException()