Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DBroadcastRecord.java83 final @Nullable String callerFeatureId; // which feature in the package sent this field in BroadcastRecord
408 @Nullable String callerFeatureId, int callingPid, int callingUid, in BroadcastRecord()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityTaskManagerService.java6046 @Nullable String callerFeatureId, Intent intent, @Nullable IBinder resultTo, in startActivityAsUser()