Searched refs:isCallerInstrumented (Results 1 – 3 of 3) sorted by relevance
473 callerInstrumented = isCallerInstrumented(_callerApp, _callingUid); in BroadcastRecord()861 static boolean isCallerInstrumented(@Nullable ProcessRecord callerApp, int callingUid) { in isCallerInstrumented() method in BroadcastRecord
1617 boolean isCallerInstrumented = in getHistoricalOps()1635 if (!isCallerSystem && !isCallerInstrumented && !isCallerPermissionController in getHistoricalOps()5875 boolean isCallerInstrumented =5878 if (!isCallerSystem && !isCallerInstrumented) {
1614 HSPLcom/android/server/am/BroadcastRecord;->isCallerInstrumented(Lcom/android/server/am/ProcessReco…