Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DBroadcastOptions.java60 private static final String KEY_TEMPORARY_APP_ALLOWLIST_REASON = field in BroadcastOptions
123 mTemporaryAppAllowlistReason = opts.getString(KEY_TEMPORARY_APP_ALLOWLIST_REASON); in BroadcastOptions()
317 b.putString(KEY_TEMPORARY_APP_ALLOWLIST_REASON, mTemporaryAppAllowlistReason); in toBundle()