Searched refs:mAllowedFeatures (Results 1 – 1 of 1) sorted by relevance
3255 private final Set<String> mAllowedFeatures; field in PowerManager.LowPowerStandbyPolicy3279 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()