Home
last modified time | relevance | path

Searched refs:rootSid (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/keystore/java/android/security/keystore2/
H A DKeyStoreCryptoOperationUtils.java71 long rootSid = GateKeeper.getSecureUserId(); in canUserAuthorizationSucceed() local
72 if ((rootSid != 0) && (keySids.contains(rootSid))) { in canUserAuthorizationSucceed()
H A DKeyStore2ParameterUtils.java233 long rootSid = GateKeeper.getSecureUserId(); in getRootSid() local
234 if (rootSid == 0) { in getRootSid()
238 return rootSid; in getRootSid()
/aosp14/frameworks/base/identity/java/android/security/identity/
H A DCredstoreWritableIdentityCredential.java167 long rootSid = GateKeeper.getSecureUserId(); in getRootSid() local
168 if (rootSid == 0) { in getRootSid()
172 return rootSid; in getRootSid()