Searched refs:neededGrants (Results 1 – 2 of 2) sorted by relevance
368 final NeededUriGrants neededGrants; field in ServiceRecord.StartItem386 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()
1046 NeededUriGrants neededGrants = mAm.mUgmInternal.checkGrantUriPermissionFromIntent( in startServiceInnerLocked() local1057 service, neededGrants, callingUid, callingProcessName, callingPackage, in startServiceInnerLocked()5492 if (si.neededGrants != null) { in sendServiceArgsLocked()5493 mAm.mUgmInternal.grantUriPermissionUncheckedFromIntent(si.neededGrants, in sendServiceArgsLocked()