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