Home
last modified time | relevance | path

Searched refs:POLICY_UNCONFIGURED (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothSinkAudioPolicy.java64 POLICY_UNCONFIGURED,
78 @SystemApi public static final int POLICY_UNCONFIGURED = 0; field in BluetoothSinkAudioPolicy
237 private int mCallEstablishPolicy = POLICY_UNCONFIGURED;
238 private int mConnectingTimePolicy = POLICY_UNCONFIGURED;
239 private int mInBandRingtonePolicy = POLICY_UNCONFIGURED;
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/storage/
DAudioPolicyEntityTest.java33 .isEqualTo(BluetoothSinkAudioPolicy.POLICY_UNCONFIGURED); in constructor()
35 .isEqualTo(BluetoothSinkAudioPolicy.POLICY_UNCONFIGURED); in constructor()
37 .isEqualTo(BluetoothSinkAudioPolicy.POLICY_UNCONFIGURED); in constructor()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/
DAudioPolicyEntity.java36 callEstablishAudioPolicy = BluetoothSinkAudioPolicy.POLICY_UNCONFIGURED; in AudioPolicyEntity()
37 connectingTimeAudioPolicy = BluetoothSinkAudioPolicy.POLICY_UNCONFIGURED; in AudioPolicyEntity()
38 inBandRingtoneAudioPolicy = BluetoothSinkAudioPolicy.POLICY_UNCONFIGURED; in AudioPolicyEntity()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java2484 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()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt1006 field public static final int POLICY_UNCONFIGURED = 0; // 0x0