Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapServiceTest.java47 private BluetoothMapService mService = null;
65 TestUtils.startService(mServiceRule, BluetoothMapService.class); in setUp()
66 mService = BluetoothMapService.getBluetoothMapService(); in setUp()
78 TestUtils.stopService(mServiceRule, BluetoothMapService.class); in tearDown()
79 mService = BluetoothMapService.getBluetoothMapService(); in tearDown()
86 Assert.assertNotNull(BluetoothMapService.getBluetoothMapService()); in testInitialize()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppObserver.java45 private static final boolean D = BluetoothMapService.DEBUG;
46 private static final boolean V = BluetoothMapService.VERBOSE;
56 BluetoothMapService mMapService = null;
59 public BluetoothMapAppObserver(final Context context, BluetoothMapService mapService) { in BluetoothMapAppObserver()
123 BluetoothMapService.UPDATE_MAS_INSTANCES_ACCOUNT_RENAMED); in handleAccountChanges()
133 BluetoothMapService.UPDATE_MAS_INSTANCES_ACCOUNT_ADDED); in handleAccountChanges()
141 BluetoothMapService.UPDATE_MAS_INSTANCES_ACCOUNT_REMOVED); in handleAccountChanges()
155 BluetoothMapService.UPDATE_MAS_INSTANCES_ACCOUNT_REMOVED); in handleAccountChanges()
163 BluetoothMapService.UPDATE_MAS_INSTANCES_ACCOUNT_ADDED); in handleAccountChanges()
DBluetoothMapService.java69 public class BluetoothMapService extends ProfileService { class
153 private static BluetoothMapService sBluetoothMapService;
161 public BluetoothMapService() { in BluetoothMapService() method in BluetoothMapService
714 public static synchronized BluetoothMapService getBluetoothMapService() { in getBluetoothMapService()
726 private static synchronized void setBluetoothMapService(BluetoothMapService instance) { in setBluetoothMapService()
1206 private BluetoothMapService mService;
1209 private BluetoothMapService getService(AttributionSource source) { in getService()
1218 BluetoothMapBinder(BluetoothMapService service) { in BluetoothMapBinder()
1235 BluetoothMapService service = getService(source); in getState()
1247 BluetoothMapService service = getService(source); in getClient()
[all …]
DBluetoothMapMessageListing.java35 private static final boolean D = BluetoothMapService.DEBUG;
96 BluetoothMapService.getRemoteDevice().getAddress(), in encode()
128 if (DeviceWorkArounds.addressStartsWith(BluetoothMapService.getRemoteDevice().getAddress(), in encode()
DBluetoothMnsObexClient.java49 private static final boolean D = BluetoothMapService.DEBUG;
50 private static final boolean V = BluetoothMapService.VERBOSE;
280 msg.what = BluetoothMapService.MSG_OBSERVER_REGISTRATION; in handleRegistration()
430 msg.what = BluetoothMapService.MSG_MNS_SDP_SEARCH; in notifyMnsSdpSearch()
558 msg.what = BluetoothMapService.MSG_ACQUIRE_WAKE_LOCK; in notifyUpdateWakeLock()
DBluetoothMapMasInstance.java46 private static final boolean D = BluetoothMapService.DEBUG;
47 private static final boolean V = BluetoothMapService.VERBOSE;
82 private BluetoothMapService mMapService = null; // Handle to the outer MAP service
122 public BluetoothMapMasInstance(BluetoothMapService mapService, Context context, in BluetoothMapMasInstance()
DBluetoothMapSettings.java31 private static final boolean D = BluetoothMapService.DEBUG;
32 private static final boolean V = BluetoothMapService.VERBOSE;
DBluetoothMapAccountItem.java29 private static final boolean D = BluetoothMapService.DEBUG;
30 private static final boolean V = BluetoothMapService.VERBOSE;
DBluetoothMapAccountLoader.java41 private static final boolean D = BluetoothMapService.DEBUG;
42 private static final boolean V = BluetoothMapService.VERBOSE;
DBluetoothMapConvoListingElement.java46 private static final boolean D = BluetoothMapService.DEBUG;
47 private static final boolean V = BluetoothMapService.VERBOSE;
DBluetoothMapFolderElement.java51 private static final boolean D = BluetoothMapService.DEBUG;
52 private static final boolean V = BluetoothMapService.VERBOSE;
DBluetoothMapSettingsAdapter.java45 private static final boolean D = BluetoothMapService.DEBUG;
46 private static final boolean V = BluetoothMapService.VERBOSE;
DBluetoothMapObexServer.java53 private static final boolean D = BluetoothMapService.DEBUG;
54 private static final boolean V = BluetoothMapService.VERBOSE;
410 msg.what = BluetoothMapService.MSG_SESSION_ESTABLISHED; in onConnect()
429 msg.what = BluetoothMapService.MSG_SESSION_DISCONNECTED; in onDisconnect()
973 msg.what = BluetoothMapService.MSG_SERVERSESSION_CLOSE; in onClose()
1880 msg.what = BluetoothMapService.MSG_ACQUIRE_WAKE_LOCK; in notifyUpdateWakeLock()
DBluetoothMapbMessageSms.java88 String remoteAddress = BluetoothMapService.getRemoteDevice().getAddress(); in encode()
DBluetoothMapUtils.java41 private static final boolean D = BluetoothMapService.DEBUG;
42 private static final boolean V = BluetoothMapService.VERBOSE;
DMmsFileProvider.java110 if (BluetoothMapService.DEBUG) { in writeDataToPipe()
DBluetoothMapConvoListing.java39 private static final boolean D = BluetoothMapService.DEBUG;
DBluetoothMapbMessage.java36 protected static final boolean D = BluetoothMapService.DEBUG;
37 protected static final boolean V = BluetoothMapService.VERBOSE;
DBluetoothMapMessageListingElement.java277 if (DeviceWorkArounds.addressStartsWith(BluetoothMapService in encode()
DBluetoothMapContent.java67 private static final boolean D = BluetoothMapService.DEBUG;
68 private static final boolean V = BluetoothMapService.VERBOSE;
1324 if (DeviceWorkArounds.addressStartsWith(BluetoothMapService.getRemoteDevice().getAddress(), in setSubject()
DBluetoothMapContentObserver.java89 private static final boolean D = BluetoothMapService.DEBUG;
90 private static final boolean V = BluetoothMapService.VERBOSE;
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DConfig.java44 import com.android.bluetooth.map.BluetoothMapService;
86 new ProfileConfig(BluetoothMapService.class, R.bool.profile_supported_map,
DAdapterService.java111 import com.android.bluetooth.map.BluetoothMapService;
284 private BluetoothMapService mMapService;
1168 mMapService = BluetoothMapService.getBluetoothMapService(); in initProfileServices()