Searched defs:neededGrants (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java132 final ActivityManagerService.NeededUriGrants neededGrants; field in class:ServiceRecord.StartItem
146 neededGrants = _neededGrants;
175 if (neededGrants != null) {
176 neededGrants.writeToProto(proto, ServiceRecordProto.StartItem.NEEDED_GRANTS);
224 if (si.neededGrants != null) {
225 pw.print(prefix); pw.print(" neededGrants=");
226 pw.println(si.neededGrants);

Completed in 29 milliseconds