Home
last modified time | relevance | path

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

/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeCarPropertyService.java289 PropKey propKey = (PropKey) o; in equals() local
290 return mPropId == propKey.mPropId && mAreaId == propKey.mAreaId; in equals()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java2483 private int getAudioPolicySystemProp(String propKey) { in getAudioPolicySystemProp() argument
2484 int mProp = SystemProperties.getInt(propKey, BluetoothSinkAudioPolicy.POLICY_UNCONFIGURED); in getAudioPolicySystemProp()