/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/map/ |
H A D | BluetoothMapServiceTest.java | 47 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 D | BluetoothMapAppObserver.java | 45 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 D | BluetoothMapService.java | 69 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 D | BluetoothMapMessageListing.java | 35 private static final boolean D = BluetoothMapService.DEBUG; 96 BluetoothMapService.getRemoteDevice().getAddress(), in encode() 128 if (DeviceWorkArounds.addressStartsWith(BluetoothMapService.getRemoteDevice().getAddress(), in encode()
|
H A D | BluetoothMapSettings.java | 31 private static final boolean D = BluetoothMapService.DEBUG; 32 private static final boolean V = BluetoothMapService.VERBOSE;
|
H A D | BluetoothMnsObexClient.java | 49 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 D | BluetoothMapMasInstance.java | 46 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 D | BluetoothMapAccountItem.java | 29 private static final boolean D = BluetoothMapService.DEBUG; 30 private static final boolean V = BluetoothMapService.VERBOSE;
|
H A D | BluetoothMapAccountLoader.java | 41 private static final boolean D = BluetoothMapService.DEBUG; 42 private static final boolean V = BluetoothMapService.VERBOSE;
|
H A D | BluetoothMapConvoListingElement.java | 46 private static final boolean D = BluetoothMapService.DEBUG; 47 private static final boolean V = BluetoothMapService.VERBOSE;
|
H A D | BluetoothMapFolderElement.java | 51 private static final boolean D = BluetoothMapService.DEBUG; 52 private static final boolean V = BluetoothMapService.VERBOSE;
|
H A D | BluetoothMapSettingsAdapter.java | 45 private static final boolean D = BluetoothMapService.DEBUG; 46 private static final boolean V = BluetoothMapService.VERBOSE;
|
H A D | BluetoothMapbMessageSms.java | 88 String remoteAddress = BluetoothMapService.getRemoteDevice().getAddress(); in encode()
|
H A D | MmsFileProvider.java | 110 if (BluetoothMapService.DEBUG) { in writeDataToPipe()
|
H A D | BluetoothMapConvoListing.java | 39 private static final boolean D = BluetoothMapService.DEBUG;
|
H A D | BluetoothMapObexServer.java | 53 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 D | BluetoothMapUtils.java | 41 private static final boolean D = BluetoothMapService.DEBUG; 42 private static final boolean V = BluetoothMapService.VERBOSE;
|
H A D | BluetoothMapMessageListingElement.java | 277 if (DeviceWorkArounds.addressStartsWith(BluetoothMapService in encode()
|
H A D | BluetoothMapbMessage.java | 36 protected static final boolean D = BluetoothMapService.DEBUG; 37 protected static final boolean V = BluetoothMapService.VERBOSE;
|
H A D | BluetoothMapContent.java | 67 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 D | BluetoothMapContentObserver.java | 89 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 D | Config.java | 44 import com.android.bluetooth.map.BluetoothMapService; 86 new ProfileConfig(BluetoothMapService.class, R.bool.profile_supported_map,
|
H A D | AdapterService.java | 112 import com.android.bluetooth.map.BluetoothMapService; 289 private BluetoothMapService mMapService; 1187 mMapService = BluetoothMapService.getBluetoothMapService(); in initProfileServices()
|