Searched refs:getRecordForAppLocked (Results 1 – 3 of 3) sorted by relevance
301 callerApp = mService.getRecordForAppLocked(caller); in startActivity()771 ProcessRecord callerApp = mService.getRecordForAppLocked(caller); in startActivityMayWait()
335 final ProcessRecord callerApp = mAm.getRecordForAppLocked(caller); in startServiceLocked()588 final ProcessRecord callerApp = mAm.getRecordForAppLocked(caller); in stopServiceLocked()1234 final ProcessRecord callerApp = mAm.getRecordForAppLocked(caller); in bindServiceLocked()
5193 ProcessRecord app = getRecordForAppLocked(appInt); in releaseSomeActivities()5293 final ProcessRecord getRecordForAppLocked( in getRecordForAppLocked() method in ActivityManagerService8953 final ProcessRecord r = getRecordForAppLocked(caller); in grantUriPermission()9085 final ProcessRecord r = getRecordForAppLocked(caller); in revokeUriPermission()9583 who != null ? getRecordForAppLocked(who) : null; in showWaitingForDebugger()11286 r = getRecordForAppLocked(caller);11787 final ProcessRecord r = getRecordForAppLocked(caller);18593 callerApp = getRecordForAppLocked(caller);19699 final ProcessRecord callerApp = getRecordForAppLocked(caller);19950 ProcessRecord app = getRecordForAppLocked(target);[all …]