Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c689c6e authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 11192287 from 6aec8817 to 24Q1-release

Change-Id: If3e67d590b5c98bfd43b21805b181d1710e90e60
parents a1e2771b 6aec8817
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -6,6 +6,7 @@ sonnysasaka@google.com
enshuo@google.com
enshuo@google.com
hychao@google.com
hychao@google.com
jrwu@google.com
jrwu@google.com
whalechang@google.com


# General review
# General review
michaelfsun@google.com
michaelfsun@google.com
+0 −1
Original line number Original line Diff line number Diff line
@@ -19,7 +19,6 @@ package com.android.bluetooth.mapapi;
import android.content.ContentResolver;
import android.content.ContentResolver;
import android.net.Uri;
import android.net.Uri;



/**
/**
 * This class defines the minimum sets of data needed for a client to
 * This class defines the minimum sets of data needed for a client to
 * implement to claim support for the Bluetooth Message Access Profile.
 * implement to claim support for the Bluetooth Message Access Profile.
+0 −1
Original line number Original line Diff line number Diff line
@@ -63,7 +63,6 @@ import android.provider.DeviceConfig;
import android.provider.Telephony;
import android.provider.Telephony;
import android.util.Log;
import android.util.Log;



import com.android.bluetooth.btservice.AdapterService;
import com.android.bluetooth.btservice.AdapterService;
import com.android.bluetooth.btservice.ProfileService;
import com.android.bluetooth.btservice.ProfileService;


+1 −0
Original line number Original line Diff line number Diff line
@@ -31,6 +31,7 @@ import com.android.bluetooth.R;


import java.util.List;
import java.util.List;
import java.util.Objects;
import java.util.Objects;

/*
/*
 * A2DP Codec Configuration setup.
 * A2DP Codec Configuration setup.
 */
 */
+1 −1
Original line number Original line Diff line number Diff line
@@ -27,8 +27,8 @@ import android.bluetooth.BluetoothUuid;
import android.bluetooth.IBluetoothBattery;
import android.bluetooth.IBluetoothBattery;
import android.content.AttributionSource;
import android.content.AttributionSource;
import android.content.Context;
import android.content.Context;
import android.os.HandlerThread;
import android.os.Handler;
import android.os.Handler;
import android.os.HandlerThread;
import android.os.Looper;
import android.os.Looper;
import android.os.ParcelUuid;
import android.os.ParcelUuid;
import android.sysprop.BluetoothProperties;
import android.sysprop.BluetoothProperties;
Loading