Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DBluetoothCallQualityReport.java38 public final class BluetoothCallQualityReport implements Parcelable { class
139 public static final @android.annotation.NonNull Creator<BluetoothCallQualityReport> CREATOR =
140 new Creator<BluetoothCallQualityReport>() {
142 public BluetoothCallQualityReport createFromParcel(Parcel in) {
143 return new BluetoothCallQualityReport(in);
147 public BluetoothCallQualityReport[] newArray(int size) {
148 return new BluetoothCallQualityReport[size];
156 BluetoothCallQualityReport that = (BluetoothCallQualityReport) o; in equals()
256 public @NonNull BluetoothCallQualityReport build() { in build()
257 return new BluetoothCallQualityReport(this); in build()
[all …]
DBluetoothCallQualityReport.aidl22 parcelable BluetoothCallQualityReport;
DCallDiagnosticService.java106 public void receiveBluetoothCallQualityReport(BluetoothCallQualityReport qualityReport) in receiveBluetoothCallQualityReport()
248 @NonNull BluetoothCallQualityReport qualityReport); in onBluetoothCallQualityReportReceived()
386 private void handleBluetoothCallQualityReport(@NonNull BluetoothCallQualityReport in handleBluetoothCallQualityReport()
/frameworks/base/telecomm/java/com/android/internal/telecom/
DICallDiagnosticService.aidl19 import android.telecom.BluetoothCallQualityReport;
39 void receiveBluetoothCallQualityReport(in BluetoothCallQualityReport qualityReport); in receiveBluetoothCallQualityReport()
/frameworks/base/core/api/
Dsystem-current.txt13832 public final class BluetoothCallQualityReport implements android.os.Parcelable {
13842 …lic static final android.os.Parcelable.Creator<android.telecom.BluetoothCallQualityReport> CREATOR;
13847 public static final class BluetoothCallQualityReport.Builder {
13848 ctor public BluetoothCallQualityReport.Builder();
13849 method @NonNull public android.telecom.BluetoothCallQualityReport build();
13850 … method @NonNull public android.telecom.BluetoothCallQualityReport.Builder setChoppyVoice(boolean);
13851 …method @NonNull public android.telecom.BluetoothCallQualityReport.Builder setNegativeAcknowledgeme…
13852 …method @NonNull public android.telecom.BluetoothCallQualityReport.Builder setPacketsNotReceivedCou…
13853 …method @NonNull public android.telecom.BluetoothCallQualityReport.Builder setRetransmittedPacketsC…
13854 method @NonNull public android.telecom.BluetoothCallQualityReport.Builder setRssiDbm(int);
[all …]