Searched refs:neededGrants (Results 1 – 2 of 2) sorted by relevance
151 final NeededUriGrants neededGrants; field in ServiceRecord.StartItem165 neededGrants = _neededGrants; in StartItem()194 if (neededGrants != null) { in writeToProto()195 neededGrants.writeToProto(proto, ServiceRecordProto.StartItem.NEEDED_GRANTS); in writeToProto()243 if (si.neededGrants != null) { in dumpStartList()245 pw.println(si.neededGrants); in dumpStartList()
549 NeededUriGrants neededGrants = mAm.mUgmInternal.checkGrantUriPermissionFromIntent( in startServiceLocked() local571 service, neededGrants, callingUid)); in startServiceLocked()2814 if (si.neededGrants != null) { in sendServiceArgsLocked()2815 mAm.mUgmInternal.grantUriPermissionUncheckedFromIntent(si.neededGrants, in sendServiceArgsLocked()