Searched refs:neededGrants (Results 1 – 2 of 2) sorted by relevance
132 final ActivityManagerService.NeededUriGrants neededGrants; field in ServiceRecord.StartItem146 neededGrants = _neededGrants; in StartItem()175 if (neededGrants != null) { in writeToProto()176 neededGrants.writeToProto(proto, ServiceRecordProto.StartItem.NEEDED_GRANTS); in writeToProto()224 if (si.neededGrants != null) { in dumpStartList()226 pw.println(si.neededGrants); in dumpStartList()
516 NeededUriGrants neededGrants = mAm.checkGrantUriPermissionFromIntentLocked( in startServiceLocked() local539 service, neededGrants, callingUid)); in startServiceLocked()2553 if (si.neededGrants != null) { in sendServiceArgsLocked()2554 mAm.grantUriPermissionUncheckedFromIntentLocked(si.neededGrants, in sendServiceArgsLocked()