Home | History | Annotate | Download | only in am

Lines Matching refs:Uid

322             ProcessRecord proc = mAm.getProcessRecordLocked(r.processName, r.appInfo.uid, false);
372 Slog.v(TAG, "Not potential delay (callerFg=" + callerFg + " uid="
485 + ", uid=" + Binder.getCallingUid()
668 if (callerApp.info.uid == Process.SYSTEM_UID) {
704 if (unscheduleServiceRestartLocked(s, callerApp.info.uid, false)) {
992 BatteryStatsImpl.Uid.Pkg.Serv ss = null;
996 sInfo.applicationInfo.uid, sInfo.packageName,
1007 if (pr.serviceInfo.applicationInfo.uid == sInfo.applicationInfo.uid
1019 callingPid, callingUid, r.appInfo.uid, r.exported)
1024 + ", uid=" + callingUid
1025 + " that is not exported from uid " + r.appInfo.uid);
1026 return new ServiceLookupResult(null, "not exported from uid "
1027 + r.appInfo.uid);
1031 + ", uid=" + callingUid
1227 if (removed || callingUid != r.appInfo.uid) {
1291 + r.appInfo.uid + " for service "
1313 app = mAm.getProcessRecordLocked(procName, r.appInfo.uid, false);
1314 if (DEBUG_MU) Slog.v(TAG_MU, "bringUpServiceLocked: appInfo.uid=" + r.appInfo.uid
1345 + r.appInfo.uid + " for service "
1387 Slog.v(TAG_MU, "realStartServiceLocked, ServiceRecord.uid = " + r.appInfo.uid
1388 + ", ProcessRecord.uid = " + app.uid);
1403 r.userId, System.identityHashCode(r), nameTerm, r.app.uid, r.app.pid);
1866 if (proc != sr.isolatedProc && (proc.uid != sr.appInfo.uid
1891 if (proc != sr.isolatedProc && (proc.uid != sr.appInfo.uid
1905 if ((proc.uid == sr.appInfo.uid
2120 r.serviceInfo.applicationInfo.uid == app.info.uid) {
2128 r.serviceInfo.applicationInfo.uid == app.info.uid) {
2156 info.uid = r.appInfo.uid;
2196 final int uid = Binder.getCallingUid();
2201 uid) == PackageManager.PERMISSION_GRANTED) {
2219 int userId = UserHandle.getUserId(uid);