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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java7289 static class NeededUriGrants extends ArrayList<GrantUri> { class in class:ActivityManagerService
7294 NeededUriGrants(String targetPkg, int targetUid, int flags) { method in class:ActivityManagerService.NeededUriGrants
7304 NeededUriGrants checkGrantUriPermissionFromIntentLocked(int callingUid,
7305 String targetPkg, Intent intent, int mode, NeededUriGrants needed, int targetUserId) {
7353 needed = new NeededUriGrants(targetPkg, targetUid, mode);
7367 needed = new NeededUriGrants(targetPkg, targetUid, mode);
7374 NeededUriGrants newNeeded = checkGrantUriPermissionFromIntentLocked(
7390 void grantUriPermissionUncheckedFromIntentLocked(NeededUriGrants needed,
7403 NeededUriGrants needed = checkGrantUriPermissionFromIntentLocked(callingUid, targetPkg,

Completed in 62 milliseconds