Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DBroadcastOptions.java39 private @TempAllowListType int mTemporaryAppAllowlistType; field in BroadcastOptions
120 mTemporaryAppAllowlistType = opts.getInt(KEY_TEMPORARY_APP_ALLOWLIST_TYPE); in BroadcastOptions()
171 mTemporaryAppAllowlistType = type; in setTemporaryAppAllowlist()
182 && mTemporaryAppAllowlistType in isTemporaryAppAllowlistSet()
188 mTemporaryAppAllowlistType = PowerExemptionManager.TEMPORARY_ALLOW_LIST_TYPE_NONE; in resetTemporaryAppAllowlist()
208 return mTemporaryAppAllowlistType; in getTemporaryAppAllowlistType()
315 b.putInt(KEY_TEMPORARY_APP_ALLOWLIST_TYPE, mTemporaryAppAllowlistType); in toBundle()