Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DPowerManager.java3155 private final Set<String> mAllowedFeatures; field in PowerManager.LowPowerStandbyPolicy
3179 mAllowedFeatures = Collections.unmodifiableSet(allowedFeatures); in LowPowerStandbyPolicy()
3199 return mAllowedFeatures; in getAllowedFeatures()
3208 + ", mAllowedFeatures=" + String.join(",", mAllowedFeatures) in toString()
3219 && Objects.equals(mAllowedFeatures, that.mAllowedFeatures); in equals()
3225 mAllowedFeatures); in hashCode()
3240 parcelablePolicy.allowedFeatures = new ArrayList<>(policy.mAllowedFeatures); in toParcelable()