Searched refs:POLICY_UNCONFIGURED (Results 1 – 5 of 5) sorted by relevance
64 POLICY_UNCONFIGURED,78 @SystemApi public static final int POLICY_UNCONFIGURED = 0; field in BluetoothSinkAudioPolicy237 private int mCallEstablishPolicy = POLICY_UNCONFIGURED;238 private int mConnectingTimePolicy = POLICY_UNCONFIGURED;239 private int mInBandRingtonePolicy = POLICY_UNCONFIGURED;
33 .isEqualTo(BluetoothSinkAudioPolicy.POLICY_UNCONFIGURED); in constructor()35 .isEqualTo(BluetoothSinkAudioPolicy.POLICY_UNCONFIGURED); in constructor()37 .isEqualTo(BluetoothSinkAudioPolicy.POLICY_UNCONFIGURED); in constructor()
36 callEstablishAudioPolicy = BluetoothSinkAudioPolicy.POLICY_UNCONFIGURED; in AudioPolicyEntity()37 connectingTimeAudioPolicy = BluetoothSinkAudioPolicy.POLICY_UNCONFIGURED; in AudioPolicyEntity()38 inBandRingtoneAudioPolicy = BluetoothSinkAudioPolicy.POLICY_UNCONFIGURED; in AudioPolicyEntity()
2484 int mProp = SystemProperties.getInt(propKey, BluetoothSinkAudioPolicy.POLICY_UNCONFIGURED); in getAudioPolicySystemProp()2485 if (mProp < BluetoothSinkAudioPolicy.POLICY_UNCONFIGURED in getAudioPolicySystemProp()2487 mProp = BluetoothSinkAudioPolicy.POLICY_UNCONFIGURED; in getAudioPolicySystemProp()
1006 field public static final int POLICY_UNCONFIGURED = 0; // 0x0