Home
last modified time | relevance | path

Searched defs:getSecureUserId (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/keystore/java/android/security/
H A DGateKeeper.java47 public static long getSecureUserId() throws IllegalStateException { in getSecureUserId() method in GateKeeper
/aosp12/system/core/gatekeeperd/binder/android/service/gatekeeper/
H A DIGateKeeperService.aidl74 long getSecureUserId(int userId); in getSecureUserId() method
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DFakeGateKeeperService.java180 public long getSecureUserId(int userId) throws RemoteException { in getSecureUserId() method in FakeGateKeeperService
/aosp12/system/core/gatekeeperd/
H A Dgatekeeperd.cpp342 Status getSecureUserId(int32_t userId, int64_t* sid) override { in getSecureUserId() function in android::GateKeeperProxy
/aosp12/system/security/identity/
H A DCredentialData.cpp427 int64_t CredentialData::getSecureUserId() { in getSecureUserId() function in android::security::identity::CredentialData