/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/map/ |
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()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
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()
|
D | BluetoothMapService.java | 69 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 …]
|
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()
|
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()
|
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()
|
D | BluetoothMapSettings.java | 31 private static final boolean D = BluetoothMapService.DEBUG; 32 private static final boolean V = BluetoothMapService.VERBOSE;
|
D | BluetoothMapAccountItem.java | 29 private static final boolean D = BluetoothMapService.DEBUG; 30 private static final boolean V = BluetoothMapService.VERBOSE;
|
D | BluetoothMapAccountLoader.java | 41 private static final boolean D = BluetoothMapService.DEBUG; 42 private static final boolean V = BluetoothMapService.VERBOSE;
|
D | BluetoothMapConvoListingElement.java | 46 private static final boolean D = BluetoothMapService.DEBUG; 47 private static final boolean V = BluetoothMapService.VERBOSE;
|
D | BluetoothMapFolderElement.java | 51 private static final boolean D = BluetoothMapService.DEBUG; 52 private static final boolean V = BluetoothMapService.VERBOSE;
|
D | BluetoothMapSettingsAdapter.java | 45 private static final boolean D = BluetoothMapService.DEBUG; 46 private static final boolean V = BluetoothMapService.VERBOSE;
|
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()
|
D | BluetoothMapbMessageSms.java | 88 String remoteAddress = BluetoothMapService.getRemoteDevice().getAddress(); in encode()
|
D | BluetoothMapUtils.java | 41 private static final boolean D = BluetoothMapService.DEBUG; 42 private static final boolean V = BluetoothMapService.VERBOSE;
|
D | MmsFileProvider.java | 110 if (BluetoothMapService.DEBUG) { in writeDataToPipe()
|
D | BluetoothMapConvoListing.java | 39 private static final boolean D = BluetoothMapService.DEBUG;
|
D | BluetoothMapbMessage.java | 36 protected static final boolean D = BluetoothMapService.DEBUG; 37 protected static final boolean V = BluetoothMapService.VERBOSE;
|
D | BluetoothMapMessageListingElement.java | 277 if (DeviceWorkArounds.addressStartsWith(BluetoothMapService in encode()
|
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()
|
D | BluetoothMapContentObserver.java | 89 private static final boolean D = BluetoothMapService.DEBUG; 90 private static final boolean V = BluetoothMapService.VERBOSE;
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | Config.java | 44 import com.android.bluetooth.map.BluetoothMapService; 86 new ProfileConfig(BluetoothMapService.class, R.bool.profile_supported_map,
|
D | AdapterService.java | 111 import com.android.bluetooth.map.BluetoothMapService; 284 private BluetoothMapService mMapService; 1168 mMapService = BluetoothMapService.getBluetoothMapService(); in initProfileServices()
|