Home
last modified time | relevance | path

Searched defs:callerFeatureId (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DBroadcastRecord.java67 final @Nullable String callerFeatureId; // which feature in the package sent this field in BroadcastRecord
DActivityManagerService.java13128 String callerFeatureId, String receiverId, IIntentReceiver receiver, in registerReceiverWithFeature()
13617 String callerPackage, String callerFeatureId, Intent intent, String resolvedType, in broadcastIntentLocked()
13633 @Nullable String callerFeatureId, Intent intent, String resolvedType, in broadcastIntentLocked()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityTaskManagerService.java5609 @Nullable String callerFeatureId, Intent intent, @Nullable IBinder resultTo, in startActivityAsUser()