HomeSort by relevance Sort by last modified time
    Searched refs:targetUid (Results 1 - 2 of 2) sorted by null

  /system/security/keystore/
keystore.cpp 216 * Returns true if the callingUid is allowed to interact in the targetUid's
219 static bool is_granted_to(uid_t callingUid, uid_t targetUid) {
222 if (user.euid == callingUid && user.uid == targetUid) {
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 87 milliseconds