Home
last modified time | relevance | path

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

/aosp14/frameworks/base/keystore/java/android/security/
H A DGateKeeper.java47 public static long getSecureUserId() throws IllegalStateException { in getSecureUserId() method in GateKeeper
/aosp14/system/core/gatekeeperd/binder/android/service/gatekeeper/
H A DIGateKeeperService.aidl74 long getSecureUserId(int userId); in getSecureUserId() method
/aosp14/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
/aosp14/system/core/gatekeeperd/
H A Dgatekeeperd.cpp417 Status getSecureUserId(int32_t userId, int64_t* sid) override { in getSecureUserId() function in android::GateKeeperProxy