Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java368 final NeededUriGrants neededGrants; field in ServiceRecord.StartItem
386 neededGrants = _neededGrants; in StartItem()
418 if (neededGrants != null) { in dumpDebug()
419 neededGrants.dumpDebug(proto, ServiceRecordProto.StartItem.NEEDED_GRANTS); in dumpDebug()
554 if (si.neededGrants != null) { in dumpStartList()
556 pw.println(si.neededGrants); in dumpStartList()
H A DActiveServices.java1046 NeededUriGrants neededGrants = mAm.mUgmInternal.checkGrantUriPermissionFromIntent( in startServiceInnerLocked() local
1057 service, neededGrants, callingUid, callingProcessName, callingPackage, in startServiceInnerLocked()
5492 if (si.neededGrants != null) { in sendServiceArgsLocked()
5493 mAm.mUgmInternal.grantUriPermissionUncheckedFromIntent(si.neededGrants, in sendServiceArgsLocked()