Searched refs:callerFeatureId (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | BroadcastRecord.java | 55 final @Nullable String callerFeatureId; // which feature in the package sent this field in BroadcastRecord 261 callerFeatureId = _callerFeatureId; in BroadcastRecord() 298 callerFeatureId = from.callerFeatureId; in BroadcastRecord() 365 callerFeatureId, callingPid, callingUid, callerInstantApp, resolvedType, in splitRecipientsLocked()
|
D | BroadcastQueue.java | 657 r.callerPackage, r.callerFeatureId, "Broadcast sent to protected receiver") in deliverToRegisteredReceiverLocked() 881 receiverRecord.callerFeatureId, receiverRecord.callingUid, in requestStartTargetPermissionsReviewIfNeededLocked() 1413 r.callingUid, r.callerPackage, r.callerFeatureId, in processNextBroadcastLocked()
|
D | ActivityManagerService.java | 12335 String callerFeatureId, String receiverId, IIntentReceiver receiver, in registerReceiverWithFeature() argument 12482 BroadcastFilter bf = new BroadcastFilter(filter, rl, callerPackage, callerFeatureId, in registerReceiverWithFeature() 12747 String callerPackage, String callerFeatureId, Intent intent, String resolvedType, in broadcastIntentLocked() argument 12752 return broadcastIntentLocked(callerApp, callerPackage, callerFeatureId, intent, in broadcastIntentLocked() 12761 @Nullable String callerFeatureId, Intent intent, String resolvedType, in broadcastIntentLocked() argument 13340 callerFeatureId, callingPid, callingUid, callerInstantApp, resolvedType, in broadcastIntentLocked() 13438 callerFeatureId, callingPid, callingUid, callerInstantApp, resolvedType, in broadcastIntentLocked()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityTaskManagerService.java | 5220 @Nullable String callerFeatureId, Intent intent, @Nullable IBinder resultTo, in startActivityAsUser() argument 5223 caller, callerPackage, callerFeatureId, intent, in startActivityAsUser()
|