Searched refs:rootSid (Results 1 – 2 of 2) sorted by relevance
143 long rootSid = getRootSid(); in addUserAuthArgs() local145 KeymasterArguments.toUint64(rootSid)); in addUserAuthArgs()198 long rootSid = GateKeeper.getSecureUserId(); in getRootSid() local199 if (rootSid == 0) { in getRootSid()203 return rootSid; in getRootSid()
708 long rootSid = GateKeeper.getSecureUserId(); in getInvalidKeyException() local709 if ((rootSid != 0) && (keySids.contains(KeymasterArguments.toUint64(rootSid)))) { in getInvalidKeyException()