Home
last modified time | relevance | path

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

/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
DLinearVhalEventGenerator.java30 private int mProp; field in LinearVhalEventGenerator
43 mProp = 0; in reset()
72 mProp = prop; in setProp()
78 List<String> options = List.of("--genfakedata", "--startlinear", String.format("%d", mProp), in start()
90 List<String> options = List.of("--genfakedata", "--stoplinear", String.format("%d", mProp)); in stop()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DHalPropValueMatcher.java52 final int mProp; field in HalPropValueMatcher.PropertyIdMatcher
60 mProp = prop; in PropertyIdMatcher()
67 if (argument.getPropId() != mProp) { in matches()
92 return "prop: " + mProp + " values: " + Arrays.toString(mValues); in toString()
/packages/services/Car/libs/car-test-lib/src/android/car/test/mocks/
DCarArgumentMatchers.java134 final int mProp; field in CarArgumentMatchers.PropertyIdMatcher
142 mProp = prop; in PropertyIdMatcher()
149 if (argument.prop != mProp) { in matches()
173 return "prop: " + mProp + " values: " + Arrays.toString(mValues); in toString()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java2484 int mProp = SystemProperties.getInt(propKey, BluetoothSinkAudioPolicy.POLICY_UNCONFIGURED); in getAudioPolicySystemProp() local
2485 if (mProp < BluetoothSinkAudioPolicy.POLICY_UNCONFIGURED in getAudioPolicySystemProp()
2486 || mProp > BluetoothSinkAudioPolicy.POLICY_NOT_ALLOWED) { in getAudioPolicySystemProp()
2487 mProp = BluetoothSinkAudioPolicy.POLICY_UNCONFIGURED; in getAudioPolicySystemProp()
2489 return mProp; in getAudioPolicySystemProp()