Searched refs:BluetoothMapClient (Results 1 – 11 of 11) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/ |
D | MceStateMachine.java | 38 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 …]
|
D | MapClientContent.java | 20 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/ |
D | MapMceTestFragment.java | 25 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/ |
D | BluetoothUtils.java | 24 import android.bluetooth.BluetoothMapClient; 50 BluetoothMapClient.ACTION_CONNECTION_STATE_CHANGED;
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/ |
D | MapClientContentTest.java | 32 import android.bluetooth.BluetoothMapClient; 270 .onMessageStatusChanged(eq(mTestMessage1Handle), eq(BluetoothMapClient.READ)); in testLocalReadStatusChanged() 377 .onMessageStatusChanged(eq(mTestMessage1Handle), eq(BluetoothMapClient.DELETED)); in testLocalMessageDeleted()
|
D | MapClientStateMachineTest.java | 29 import android.bluetooth.BluetoothMapClient; 384 mMceStateMachine.setMessageStatus("123456789AB", BluetoothMapClient.READ)); in testSetMessageStatus()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothMapClient.java | 49 public final class BluetoothMapClient implements BluetoothProfile, AutoCloseable { class 216 /* package */ BluetoothMapClient(Context context, BluetoothAdapter adapter) { in BluetoothMapClient() method in BluetoothMapClient
|
D | BluetoothAdapter.java | 830 Map.entry(BluetoothProfile.MAP_CLIENT, BluetoothMapClient::new),
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | AdapterProperties.java | 39 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/ |
D | hiddenapi-max-target-o-low-priority.txt | 817 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/ |
D | system-current.txt | 783 …public final class BluetoothMapClient implements java.lang.AutoCloseable android.bluetooth.Bluetoo…
|