Home
last modified time | relevance | path

Searched refs:getRecordForAppLOSP (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DContentProviderHelper.java160 r = mService.getRecordForAppLOSP(caller); in getContentProviderImpl()
623 final ProcessRecord r = mService.getRecordForAppLOSP(caller); in publishContentProviders()
DActivityManagerService.java3036 ProcessRecord getRecordForAppLOSP(IApplicationThread thread) { in getRecordForAppLOSP() method in ActivityManagerService
5719 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()
DActiveServices.java630 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()
/frameworks/base/services/
Dart-profile6534 HSPLcom/android/server/am/ActivityManagerService;->getRecordForAppLOSP(Landroid/app/IApplicationThr…