Home
last modified time | relevance | path

Searched refs:BluetoothMapClient (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMceStateMachine.java38 import android.bluetooth.BluetoothMapClient;
304 Intent intent = new Intent(BluetoothMapClient.ACTION_CONNECTION_STATE_CHANGED); in onConnectionStateChanged()
433 case BluetoothMapClient.UNREAD: in setMessageStatus()
438 case BluetoothMapClient.READ: in setMessageStatus()
443 case BluetoothMapClient.UNDELETED: in setMessageStatus()
448 case BluetoothMapClient.DELETED: in setMessageStatus()
1002 int result = BluetoothMapClient.RESULT_SUCCESS; in processSetMessageStatus()
1005 result = BluetoothMapClient.RESULT_FAILURE; in processSetMessageStatus()
1012 new Intent(BluetoothMapClient.ACTION_MESSAGE_READ_STATUS_CHANGED); in processSetMessageStatus()
1014 BluetoothMapClient.EXTRA_MESSAGE_READ_STATUS, in processSetMessageStatus()
[all …]
DMapClientContent.java20 import android.bluetooth.BluetoothMapClient;
327 currentMessage.mHandle, BluetoothMapClient.READ); in findChangeInDatabase()
336 ((MessageStatus) record.getValue()).mHandle, BluetoothMapClient.DELETED); in findChangeInDatabase()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/
DMapMceTestFragment.java25 import android.bluetooth.BluetoothMapClient;
123 BluetoothMapClient mMapProfile;
278 intentFilter = new IntentFilter(BluetoothMapClient.ACTION_CONNECTION_STATE_CHANGED); in registerMapServiceListenerAndNotificationReceiver()
369 mMapProfile = (BluetoothMapClient) proxy; in onServiceConnected()
390 if (action.equals(BluetoothMapClient.ACTION_CONNECTION_STATE_CHANGED)) { in onReceive()
/packages/services/Car/service/src/com/android/car/bluetooth/
DBluetoothUtils.java24 import android.bluetooth.BluetoothMapClient;
50 BluetoothMapClient.ACTION_CONNECTION_STATE_CHANGED;
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DMapClientContentTest.java32 import android.bluetooth.BluetoothMapClient;
270 .onMessageStatusChanged(eq(mTestMessage1Handle), eq(BluetoothMapClient.READ)); in testLocalReadStatusChanged()
377 .onMessageStatusChanged(eq(mTestMessage1Handle), eq(BluetoothMapClient.DELETED)); in testLocalMessageDeleted()
DMapClientStateMachineTest.java29 import android.bluetooth.BluetoothMapClient;
384 mMceStateMachine.setMessageStatus("123456789AB", BluetoothMapClient.READ)); in testSetMessageStatus()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothMapClient.java49 public final class BluetoothMapClient implements BluetoothProfile, AutoCloseable { class
216 /* package */ BluetoothMapClient(Context context, BluetoothAdapter adapter) { in BluetoothMapClient() method in BluetoothMapClient
DBluetoothAdapter.java830 Map.entry(BluetoothProfile.MAP_CLIENT, BluetoothMapClient::new),
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterProperties.java39 import android.bluetooth.BluetoothMapClient;
193 case BluetoothMapClient.ACTION_CONNECTION_STATE_CHANGED:
274 filter.addAction(BluetoothMapClient.ACTION_CONNECTION_STATE_CHANGED); in init()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt817 Landroid/bluetooth/BluetoothMapClient;-><init>(Landroid/content/Context;Landroid/bluetooth/Bluetoot…
818 Landroid/bluetooth/BluetoothMapClient;->ACTION_CONNECTION_STATE_CHANGED:Ljava/lang/String;
819 Landroid/bluetooth/BluetoothMapClient;->ACTION_MESSAGE_DELIVERED_SUCCESSFULLY:Ljava/lang/String;
820 Landroid/bluetooth/BluetoothMapClient;->ACTION_MESSAGE_RECEIVED:Ljava/lang/String;
821 Landroid/bluetooth/BluetoothMapClient;->ACTION_MESSAGE_SENT_SUCCESSFULLY:Ljava/lang/String;
822 Landroid/bluetooth/BluetoothMapClient;->close()V
823 Landroid/bluetooth/BluetoothMapClient;->connect(Landroid/bluetooth/BluetoothDevice;)Z
824 Landroid/bluetooth/BluetoothMapClient;->DBG:Z
825 Landroid/bluetooth/BluetoothMapClient;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z
826 Landroid/bluetooth/BluetoothMapClient;->doBind()Z
[all …]
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt783 …public final class BluetoothMapClient implements java.lang.AutoCloseable android.bluetooth.Bluetoo…