Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DPowerManager.java3255 private final Set<String> mAllowedFeatures; field in PowerManager.LowPowerStandbyPolicy
3279 mAllowedFeatures = Collections.unmodifiableSet(allowedFeatures); in LowPowerStandbyPolicy()
3299 return mAllowedFeatures; in getAllowedFeatures()
3308 + ", mAllowedFeatures=" + String.join(",", mAllowedFeatures) in toString()
3319 && Objects.equals(mAllowedFeatures, that.mAllowedFeatures); in equals()
3325 mAllowedFeatures); in hashCode()
3340 parcelablePolicy.allowedFeatures = new ArrayList<>(policy.mAllowedFeatures); in toParcelable()