Home
last modified time | relevance | path

Searched refs:neededGrants (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java511 final NeededUriGrants neededGrants; field in ServiceRecord.StartItem
529 neededGrants = _neededGrants; in StartItem()
561 if (neededGrants != null) { in dumpDebug()
562 neededGrants.dumpDebug(proto, ServiceRecordProto.StartItem.NEEDED_GRANTS); in dumpDebug()
777 if (si.neededGrants != null) { in dumpStartList()
779 pw.println(si.neededGrants); in dumpStartList()
DActiveServices.java1185 NeededUriGrants neededGrants = mAm.mUgmInternal.checkGrantUriPermissionFromIntent( in startServiceInnerLocked() local
1196 service, neededGrants, callingUid, callingProcessName, callingPackage, in startServiceInnerLocked()
6162 if (si.neededGrants != null) { in sendServiceArgsLocked()
6163 mAm.mUgmInternal.grantUriPermissionUncheckedFromIntent(si.neededGrants, in sendServiceArgsLocked()