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