Searched refs:getRecordForAppLocked (Results 1 – 3 of 3) sorted by relevance
417 final ProcessRecord callerApp = mAm.getRecordForAppLocked(caller); in startServiceLocked()757 final ProcessRecord callerApp = mAm.getRecordForAppLocked(caller); in stopServiceLocked()1564 final ProcessRecord callerApp = mAm.getRecordForAppLocked(caller); in bindServiceLocked()
3623 ProcessRecord getRecordForAppLocked(IApplicationThread thread) { in getRecordForAppLocked() method in ActivityManagerService6157 final ProcessRecord r = getRecordForAppLocked(caller); in grantUriPermission()6189 final ProcessRecord r = getRecordForAppLocked(caller); in revokeUriPermission()6222 who != null ? getRecordForAppLocked(who) : null; in showWaitingForDebugger()6727 r = getRecordForAppLocked(caller); in getContentProviderImpl()7351 final ProcessRecord r = getRecordForAppLocked(caller); in publishContentProviders()14416 callerApp = getRecordForAppLocked(caller); in registerReceiver()15568 final ProcessRecord callerApp = getRecordForAppLocked(caller); in broadcastIntent()15858 ProcessRecord app = getRecordForAppLocked(target); in addInstrumentationResults()15917 ProcessRecord app = getRecordForAppLocked(target); in finishInstrumentation()
2883 HSPLcom/android/server/am/ActivityManagerService;->getRecordForAppLocked(Landroid/app/IApplicationT…