Searched refs:suppressNoisyIntent (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/media/java/android/media/ |
H A D | BluetoothProfileConnectionInfo.java | 35 private BluetoothProfileConnectionInfo(int profile, boolean suppressNoisyIntent, in BluetoothProfileConnectionInfo() argument 38 mSupprNoisy = suppressNoisyIntent; in BluetoothProfileConnectionInfo() 87 boolean suppressNoisyIntent, int volume) { in createA2dpInfo() argument 88 return new BluetoothProfileConnectionInfo(BluetoothProfile.A2DP, suppressNoisyIntent, in createA2dpInfo() 109 boolean suppressNoisyIntent) { in createHearingAidInfo() argument 110 return new BluetoothProfileConnectionInfo(BluetoothProfile.HEARING_AID, suppressNoisyIntent, in createHearingAidInfo() 125 boolean suppressNoisyIntent, boolean isLeOutput) { in createLeAudioInfo() argument 126 return new BluetoothProfileConnectionInfo(BluetoothProfile.LE_AUDIO, suppressNoisyIntent, in createLeAudioInfo() 141 boolean suppressNoisyIntent, int volume) { in createLeAudioOutputInfo() argument 142 return new BluetoothProfileConnectionInfo(BluetoothProfile.LE_AUDIO, suppressNoisyIntent, in createLeAudioOutputInfo()
|