Searched refs:BluetoothMapContentObserver (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/map/
H A DBluetoothMapContentObserverTest.java49 // Functions that get called when BluetoothMapContentObserver is created
57 BluetoothMapContentObserver observer;
59 // The constructor of BluetoothMapContentObserver calls initMsgList
60 observer = new BluetoothMapContentObserver(mockContext, null,
63 fail("Failed to created BluetoothMapContentObserver object");
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMasInstance.java28 import com.android.bluetooth.map.BluetoothMapContentObserver.Msg;
81 BluetoothMapContentObserver mObserver;
356 mObserver = new BluetoothMapContentObserver(mContext,
H A DBluetoothMapService.java603 filterMessageSent.addAction(BluetoothMapContentObserver.ACTION_MESSAGE_SENT);
1093 } else if (action.equals(BluetoothMapContentObserver.ACTION_MESSAGE_SENT)) {
1099 intent.putExtra(BluetoothMapContentObserver.EXTRA_MESSAGE_SENT_RESULT, result);
1109 BluetoothMapContentObserver
H A DBluetoothMapObexServer.java95 private BluetoothMapContentObserver mObserver = null;
118 BluetoothMapContentObserver observer,
H A DBluetoothMapContentObserver.java83 public class BluetoothMapContentObserver { class
84 private static final String TAG = "BluetoothMapContentObserver";
164 "com.android.bluetooth.BluetoothMapContentObserver.action.MESSAGE_DELIVERY";
166 "com.android.bluetooth.BluetoothMapContentObserver.action.MESSAGE_SENT";
260 public BluetoothMapContentObserver(final Context context, method in class:BluetoothMapContentObserver
272 if (D) Log.d(TAG, "BluetoothMapContentObserver: Supported features " +

Completed in 122 milliseconds