Searched refs:NeededUriGrants (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | ServiceRecord.java | 125 final ActivityManagerService.NeededUriGrants neededGrants; 134 ActivityManagerService.NeededUriGrants _neededGrants) { in StartItem()
|
D | ActiveServices.java | 47 import com.android.server.am.ActivityManagerService.NeededUriGrants; 345 NeededUriGrants neededGrants = mAm.checkGrantUriPermissionFromIntentLocked( in startServiceLocked()
|
D | ActivityManagerService.java | 7494 static class NeededUriGrants extends ArrayList<GrantUri> { class 7499 NeededUriGrants(String targetPkg, int targetUid, int flags) { in NeededUriGrants() method in ActivityManagerService.NeededUriGrants 7509 NeededUriGrants checkGrantUriPermissionFromIntentLocked(int callingUid, in checkGrantUriPermissionFromIntentLocked() 7510 String targetPkg, Intent intent, int mode, NeededUriGrants needed, int targetUserId) { in checkGrantUriPermissionFromIntentLocked() 7557 needed = new NeededUriGrants(targetPkg, targetUid, mode); in checkGrantUriPermissionFromIntentLocked() 7571 needed = new NeededUriGrants(targetPkg, targetUid, mode); in checkGrantUriPermissionFromIntentLocked() 7578 NeededUriGrants newNeeded = checkGrantUriPermissionFromIntentLocked( in checkGrantUriPermissionFromIntentLocked() 7594 void grantUriPermissionUncheckedFromIntentLocked(NeededUriGrants needed, in grantUriPermissionUncheckedFromIntentLocked() 7607 NeededUriGrants needed = checkGrantUriPermissionFromIntentLocked(callingUid, targetPkg, in grantUriPermissionFromIntentLocked()
|