Searched refs:propKey (Results 1 – 2 of 2) sorted by relevance
289 PropKey propKey = (PropKey) o; in equals() local290 return mPropId == propKey.mPropId && mAreaId == propKey.mAreaId; in equals()
2483 private int getAudioPolicySystemProp(String propKey) { in getAudioPolicySystemProp() argument2484 int mProp = SystemProperties.getInt(propKey, BluetoothSinkAudioPolicy.POLICY_UNCONFIGURED); in getAudioPolicySystemProp()