Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DVibratorInfo.java59 private final int mPwleSizeMax; field in VibratorInfo
72 mPwleSizeMax = in.readInt(); in VibratorInfo()
81 baseVibratorInfo.mPwlePrimitiveDurationMax, baseVibratorInfo.mPwleSizeMax, in VibratorInfo()
124 mPwleSizeMax = pwleSizeMax; in VibratorInfo()
139 dest.writeInt(mPwleSizeMax); in writeToParcel()
174 && mPwleSizeMax == that.mPwleSizeMax in equals()
204 + ", mPwleSizeMax=" + mPwleSizeMax in toString()
355 return mPwleSizeMax; in getPwleSizeMax()
685 private int mPwleSizeMax; field in VibratorInfo.Builder
726 mPwleSizeMax = pwleSizeMax; in setPwleSizeMax()
[all …]
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
H A DFakeVibratorControllerProvider.java65 private int mPwleSizeMax; field in FakeVibratorControllerProvider
184 infoBuilder.setPwleSizeMax(mPwleSizeMax); in getInfo()
295 mPwleSizeMax = pwleSizeMax; in setPwleSizeMax()