Searched defs:NeededUriGrants (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java5949 static class NeededUriGrants extends ArrayList<Uri> { class in class:ActivityManagerService
5954 NeededUriGrants(String targetPkg, int targetUid, int flags) { method in class:ActivityManagerService.NeededUriGrants
5964 NeededUriGrants checkGrantUriPermissionFromIntentLocked(int callingUid,
5965 String targetPkg, Intent intent, int mode, NeededUriGrants needed) {
5990 needed = new NeededUriGrants(targetPkg, targetUid, mode);
6004 needed = new NeededUriGrants(targetPkg, targetUid, mode);
6011 NeededUriGrants newNeeded = checkGrantUriPermissionFromIntentLocked(
6027 void grantUriPermissionUncheckedFromIntentLocked(NeededUriGrants needed,
6039 NeededUriGrants needed = checkGrantUriPermissionFromIntentLocked(callingUid, targetPkg,

Completed in 292 milliseconds