Searched refs:neededGrants (Results 1 – 2 of 2) sorted by relevance
511 final NeededUriGrants neededGrants; field in ServiceRecord.StartItem529 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()
1185 NeededUriGrants neededGrants = mAm.mUgmInternal.checkGrantUriPermissionFromIntent( in startServiceInnerLocked() local1196 service, neededGrants, callingUid, callingProcessName, callingPackage, in startServiceInnerLocked()6162 if (si.neededGrants != null) { in sendServiceArgsLocked()6163 mAm.mUgmInternal.grantUriPermissionUncheckedFromIntent(si.neededGrants, in sendServiceArgsLocked()