Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DBroadcastOptions.java52 private @TempAllowListType int mTemporaryAppAllowlistType; field in BroadcastOptions
329 mTemporaryAppAllowlistType = opts.getInt(KEY_TEMPORARY_APP_ALLOWLIST_TYPE); in BroadcastOptions()
405 mTemporaryAppAllowlistType = type; in setTemporaryAppAllowlist()
416 && mTemporaryAppAllowlistType in isTemporaryAppAllowlistSet()
422 mTemporaryAppAllowlistType = PowerExemptionManager.TEMPORARY_ALLOW_LIST_TYPE_NONE; in resetTemporaryAppAllowlist()
442 return mTemporaryAppAllowlistType; in getTemporaryAppAllowlistType()
1100 b.putInt(KEY_TEMPORARY_APP_ALLOWLIST_TYPE, mTemporaryAppAllowlistType); in toBundle()