Searched defs:callerFeatureId (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | BroadcastRecord.java | 94 final @Nullable String callerFeatureId; // which feature in the package sent this field in BroadcastRecord 426 @Nullable String callerFeatureId, int callingPid, int callingUid, in BroadcastRecord()
|
H A D | ActivityManagerService.java | 13924 String callerFeatureId, String receiverId, IIntentReceiver receiver, in registerReceiverWithFeature() 14492 String callerPackage, String callerFeatureId, Intent intent, String resolvedType, in broadcastIntentLocked() 14508 @Nullable String callerFeatureId, Intent intent, String resolvedType, in broadcastIntentLocked() 14530 @Nullable String callerFeatureId, Intent intent, String resolvedType, in broadcastIntentLockedTraced()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityTaskManagerService.java | 5848 @Nullable String callerFeatureId, Intent intent, @Nullable IBinder resultTo, in startActivityAsUser()
|