Home
last modified time | relevance | path

Searched refs:BluetoothMapService (Results 1 – 16 of 16) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java67 public class BluetoothMapService extends ProfileService { class
165 public BluetoothMapService() { in BluetoothMapService() method in BluetoothMapService
823 Intent intent = new Intent(this, BluetoothMapService.class); in cancelUserTimeoutAlarm()
993 private BluetoothMapService mService;
995 private BluetoothMapService getService() { in getService()
1008 BluetoothMapBinder(BluetoothMapService service) { in BluetoothMapBinder()
1020 BluetoothMapService service = getService(); in getState()
1027 BluetoothMapService service = getService(); in getClient()
1035 BluetoothMapService service = getService(); in isConnected()
1042 BluetoothMapService service = getService(); in connect()
[all …]
DBluetoothMapEmailAppObserver.java46 private static final boolean D = BluetoothMapService.DEBUG;
47 private static final boolean V = BluetoothMapService.VERBOSE;
56 BluetoothMapService mMapService = null;
58 public BluetoothMapEmailAppObserver(final Context context, BluetoothMapService mapService) { in BluetoothMapEmailAppObserver()
103 … mMapService.updateMasInstances(BluetoothMapService.UPDATE_MAS_INSTANCES_ACCOUNT_RENAMED); in handleAccountChanges()
110 … mMapService.updateMasInstances(BluetoothMapService.UPDATE_MAS_INSTANCES_ACCOUNT_ADDED); in handleAccountChanges()
114 … mMapService.updateMasInstances(BluetoothMapService.UPDATE_MAS_INSTANCES_ACCOUNT_REMOVED); in handleAccountChanges()
124 … mMapService.updateMasInstances(BluetoothMapService.UPDATE_MAS_INSTANCES_ACCOUNT_REMOVED); in handleAccountChanges()
129 … mMapService.updateMasInstances(BluetoothMapService.UPDATE_MAS_INSTANCES_ACCOUNT_ADDED); in handleAccountChanges()
DBluetoothMapMasInstance.java35 private static final boolean D = BluetoothMapService.DEBUG;
36 private static final boolean V = BluetoothMapService.VERBOSE;
60 private BluetoothMapService mMapService = null; // Handle to the outer MAP service
76 public BluetoothMapMasInstance (BluetoothMapService mapService, in BluetoothMapMasInstance()
DBluetoothMapObexServer.java50 private static final boolean D = BluetoothMapService.DEBUG;
51 private static final boolean V = BluetoothMapService.VERBOSE;
283 msg.what = BluetoothMapService.MSG_SESSION_ESTABLISHED; in onConnect()
298 msg.what = BluetoothMapService.MSG_SESSION_DISCONNECTED; in onDisconnect()
625 msg.what = BluetoothMapService.MSG_SERVERSESSION_CLOSE; in onClose()
998 msg.what = BluetoothMapService.MSG_ACQUIRE_WAKE_LOCK; in notifyUpdateWakeLock()
DBluetoothMnsObexClient.java46 private static final boolean D = BluetoothMapService.DEBUG;
47 private static final boolean V = BluetoothMapService.VERBOSE;
383 msg.what = BluetoothMapService.MSG_ACQUIRE_WAKE_LOCK; in notifyUpdateWakeLock()
DBluetoothMapEmailSettings.java31 private static final boolean D = BluetoothMapService.DEBUG;
32 private static final boolean V = BluetoothMapService.VERBOSE;
DBluetoothMapUtils.java26 private static final boolean D = BluetoothMapService.DEBUG;
27 private static final boolean V = BluetoothMapService.VERBOSE;
DBluetoothMapEmailSettingsItem.java29 private static final boolean D = BluetoothMapService.DEBUG;
30 private static final boolean V = BluetoothMapService.VERBOSE;
DBluetoothMapEmailSettingsLoader.java45 private static final boolean D = BluetoothMapService.DEBUG;
46 private static final boolean V = BluetoothMapService.VERBOSE;
DBluetoothMapFolderElement.java44 private static final boolean D = BluetoothMapService.DEBUG;
45 private static final boolean V = BluetoothMapService.VERBOSE;
DBluetoothMapEmailSettingsAdapter.java51 private static final boolean D = BluetoothMapService.DEBUG;
52 private static final boolean V = BluetoothMapService.VERBOSE;
DBluetoothMapbMessage.java36 protected static final boolean D = BluetoothMapService.DEBUG;
37 protected static final boolean V = BluetoothMapService.VERBOSE;
DBluetoothMapMessageListing.java33 private static final boolean D = BluetoothMapService.DEBUG;
DBluetoothMapContent.java63 private static final boolean D = BluetoothMapService.DEBUG;
64 private static final boolean V = BluetoothMapService.VERBOSE;
DBluetoothMapContentObserver.java81 private static final boolean D = BluetoothMapService.DEBUG;
82 private static final boolean V = BluetoothMapService.VERBOSE;
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DConfig.java36 import com.android.bluetooth.map.BluetoothMapService;
54 BluetoothMapService.class,