Home
last modified time | relevance | path

Searched refs:callerInstantApp (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DBroadcastRecord.java90 final boolean callerInstantApp; // caller is an Instant App? field in BroadcastRecord
409 boolean callerInstantApp, String resolvedType, in BroadcastRecord() argument
421 callingUid, callerInstantApp, resolvedType, requiredPermissions, in BroadcastRecord()
454 callerInstantApp = _callerInstantApp; in BroadcastRecord()
508 callerInstantApp = from.callerInstantApp; in BroadcastRecord()
DBroadcastSkipPolicy.java169 if (r.callerInstantApp in shouldSkipMessage()
441 if (!filter.visibleToInstantApp && r.callerInstantApp in shouldSkipMessage()