Searched refs:getRecordForAppLocked (Results 1 – 3 of 3) sorted by relevance
430 final ProcessRecord callerApp = mAm.getRecordForAppLocked(caller); in startServiceLocked()770 final ProcessRecord callerApp = mAm.getRecordForAppLocked(caller); in stopServiceLocked()1588 final ProcessRecord callerApp = mAm.getRecordForAppLocked(caller); in bindServiceLocked()
3647 ProcessRecord getRecordForAppLocked(IApplicationThread thread) { in getRecordForAppLocked() method in ActivityManagerService6186 final ProcessRecord r = getRecordForAppLocked(caller); in grantUriPermission()6218 final ProcessRecord r = getRecordForAppLocked(caller); in revokeUriPermission()6251 who != null ? getRecordForAppLocked(who) : null; in showWaitingForDebugger()6756 r = getRecordForAppLocked(caller); in getContentProviderImpl()7381 final ProcessRecord r = getRecordForAppLocked(caller); in publishContentProviders()14500 callerApp = getRecordForAppLocked(caller); in registerReceiver()15657 final ProcessRecord callerApp = getRecordForAppLocked(caller); in broadcastIntent()15951 ProcessRecord app = getRecordForAppLocked(target); in addInstrumentationResults()16010 ProcessRecord app = getRecordForAppLocked(target); in finishInstrumentation()
2883 HSPLcom/android/server/am/ActivityManagerService;->getRecordForAppLocked(Landroid/app/IApplicationT…