Searched refs:getRecordForAppLOSP (Results 1 – 4 of 4) sorted by relevance
160 r = mService.getRecordForAppLOSP(caller); in getContentProviderImpl()623 final ProcessRecord r = mService.getRecordForAppLOSP(caller); in publishContentProviders()
3036 ProcessRecord getRecordForAppLOSP(IApplicationThread thread) { in getRecordForAppLOSP() method in ActivityManagerService5719 final ProcessRecord r = getRecordForAppLOSP(caller); in grantUriPermission()5753 final ProcessRecord r = getRecordForAppLOSP(caller); in revokeUriPermission()5785 final ProcessRecord app = who != null ? getRecordForAppLOSP(who) : null; in showWaitingForDebugger()12347 callerApp = getRecordForAppLOSP(caller); in registerReceiverWithFeature()13581 final ProcessRecord callerApp = getRecordForAppLOSP(caller); in broadcastIntentWithFeature()13928 ProcessRecord app = getRecordForAppLOSP(target); in addInstrumentationResults()13998 ProcessRecord app = getRecordForAppLOSP(target); in finishInstrumentation()
630 final ProcessRecord callerApp = mAm.getRecordForAppLOSP(caller); in startServiceLocked()1166 final ProcessRecord callerApp = mAm.getRecordForAppLOSP(caller); in stopServiceLocked()2641 final ProcessRecord callerApp = mAm.getRecordForAppLOSP(caller); in bindServiceLocked()
6534 HSPLcom/android/server/am/ActivityManagerService;->getRecordForAppLOSP(Landroid/app/IApplicationThr…