HomeSort by relevance Sort by last modified time
    Searched defs:getSecureUserId (Results 1 - 3 of 3) sorted by null

  /frameworks/base/keystore/java/android/security/
GateKeeper.java 45 public static long getSecureUserId() throws IllegalStateException {
47 return getService().getSecureUserId(UserHandle.myUserId());
  /frameworks/base/services/tests/servicestests/src/com/android/server/
MockGateKeeperService.java 176 public long getSecureUserId(int userId) throws RemoteException {
  /system/core/gatekeeperd/
gatekeeperd.cpp 324 virtual uint64_t getSecureUserId(uint32_t uid) {

Completed in 487 milliseconds