Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/map/
H A 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()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A 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()
H A DBluetoothMapService.java69 public class BluetoothMapService extends ProfileService { class
153 private static BluetoothMapService sBluetoothMapService;
161 public BluetoothMapService() { in BluetoothMapService() method in BluetoothMapService
1206 private BluetoothMapService mService;
1218 BluetoothMapBinder(BluetoothMapService service) { in BluetoothMapBinder()
1235 BluetoothMapService service = getService(source); in getState()
1247 BluetoothMapService service = getService(source); in getClient()
1264 BluetoothMapService service = getService(source); in isConnected()
1275 BluetoothMapService service = getService(source); in disconnect()
1288 BluetoothMapService service = getService(source); in getConnectedDevices()
[all …]
H A DBluetoothMapMessageListing.java35 private static final boolean D = BluetoothMapService.DEBUG;
96 BluetoothMapService.getRemoteDevice().getAddress(), in encode()
128 if (DeviceWorkArounds.addressStartsWith(BluetoothMapService.getRemoteDevice().getAddress(), in encode()
H A DBluetoothMapSettings.java31 private static final boolean D = BluetoothMapService.DEBUG;
32 private static final boolean V = BluetoothMapService.VERBOSE;
H A 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()
H A 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()
H A DBluetoothMapAccountItem.java29 private static final boolean D = BluetoothMapService.DEBUG;
30 private static final boolean V = BluetoothMapService.VERBOSE;
H A DBluetoothMapAccountLoader.java41 private static final boolean D = BluetoothMapService.DEBUG;
42 private static final boolean V = BluetoothMapService.VERBOSE;
H A DBluetoothMapConvoListingElement.java46 private static final boolean D = BluetoothMapService.DEBUG;
47 private static final boolean V = BluetoothMapService.VERBOSE;
H A DBluetoothMapFolderElement.java51 private static final boolean D = BluetoothMapService.DEBUG;
52 private static final boolean V = BluetoothMapService.VERBOSE;
H A DBluetoothMapSettingsAdapter.java45 private static final boolean D = BluetoothMapService.DEBUG;
46 private static final boolean V = BluetoothMapService.VERBOSE;
H A DBluetoothMapbMessageSms.java88 String remoteAddress = BluetoothMapService.getRemoteDevice().getAddress(); in encode()
H A DMmsFileProvider.java110 if (BluetoothMapService.DEBUG) { in writeDataToPipe()
H A DBluetoothMapConvoListing.java39 private static final boolean D = BluetoothMapService.DEBUG;
H A 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()
H A DBluetoothMapUtils.java41 private static final boolean D = BluetoothMapService.DEBUG;
42 private static final boolean V = BluetoothMapService.VERBOSE;
H A DBluetoothMapMessageListingElement.java277 if (DeviceWorkArounds.addressStartsWith(BluetoothMapService in encode()
H A DBluetoothMapbMessage.java36 protected static final boolean D = BluetoothMapService.DEBUG;
37 protected static final boolean V = BluetoothMapService.VERBOSE;
H A 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()
H A DBluetoothMapContentObserver.java89 private static final boolean D = BluetoothMapService.DEBUG;
90 private static final boolean V = BluetoothMapService.VERBOSE;
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DConfig.java44 import com.android.bluetooth.map.BluetoothMapService;
86 new ProfileConfig(BluetoothMapService.class, R.bool.profile_supported_map,
H A DAdapterService.java112 import com.android.bluetooth.map.BluetoothMapService;
289 private BluetoothMapService mMapService;
1187 mMapService = BluetoothMapService.getBluetoothMapService(); in initProfileServices()