Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/
DGateKeeper.java47 public static long getSecureUserId() throws IllegalStateException { in getSecureUserId() method in GateKeeper
/frameworks/base/core/java/android/service/gatekeeper/
DIGateKeeperService.aidl73 long getSecureUserId(int uid); in getSecureUserId() method
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DFakeGateKeeperService.java180 public long getSecureUserId(int userId) throws RemoteException { in getSecureUserId() method in FakeGateKeeperService