Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DBluetoothProfileConnectionInfo.java38 private BluetoothProfileConnectionInfo(int profile, boolean suppressNoisyIntent, in BluetoothProfileConnectionInfo() argument
41 mSupprNoisy = suppressNoisyIntent; in BluetoothProfileConnectionInfo()
90 boolean suppressNoisyIntent, int volume) { in createA2dpInfo() argument
91 return new BluetoothProfileConnectionInfo(BluetoothProfile.A2DP, suppressNoisyIntent, in createA2dpInfo()
112 boolean suppressNoisyIntent) { in createHearingAidInfo() argument
113 return new BluetoothProfileConnectionInfo(BluetoothProfile.HEARING_AID, suppressNoisyIntent, in createHearingAidInfo()
128 boolean suppressNoisyIntent, boolean isLeOutput) { in createLeAudioInfo() argument
129 return new BluetoothProfileConnectionInfo(BluetoothProfile.LE_AUDIO, suppressNoisyIntent, in createLeAudioInfo()
144 boolean suppressNoisyIntent, int volume) { in createLeAudioOutputInfo() argument
145 return new BluetoothProfileConnectionInfo(BluetoothProfile.LE_AUDIO, suppressNoisyIntent, in createLeAudioOutputInfo()
/frameworks/layoutlib/bridge/src/android/media/
DAudioManager.java418 boolean suppressNoisyIntent, int musicDevice) { } in setBluetoothHearingAidDeviceConnectionState() argument
421 int state, int profile, boolean suppressNoisyIntent, int a2dpVolume) { } in setBluetoothA2dpDeviceConnectionStateSuppressNoisyIntent() argument