Searched refs:mTemporaryAppAllowlistType (Results 1 – 1 of 1) sorted by relevance
39 private @TempAllowListType int mTemporaryAppAllowlistType; field in BroadcastOptions120 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()