Home
last modified time | relevance | path

Searched refs:isCallerInstrumented (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DBroadcastRecord.java473 callerInstrumented = isCallerInstrumented(_callerApp, _callingUid); in BroadcastRecord()
861 static boolean isCallerInstrumented(@Nullable ProcessRecord callerApp, int callingUid) { in isCallerInstrumented() method in BroadcastRecord
/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsService.java1617 boolean isCallerInstrumented = in getHistoricalOps()
1635 if (!isCallerSystem && !isCallerInstrumented && !isCallerPermissionController in getHistoricalOps()
5875 boolean isCallerInstrumented =
5878 if (!isCallerSystem && !isCallerInstrumented) {
/aosp14/frameworks/base/services/
H A Dart-profile1614 HSPLcom/android/server/am/BroadcastRecord;->isCallerInstrumented(Lcom/android/server/am/ProcessReco…