Searched refs:BluetoothMapService (Results 1 – 15 of 15) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/ |
D | BluetoothMapServiceTest.java | 18 import static com.android.bluetooth.map.BluetoothMapService.MSG_MAS_CONNECT_CANCEL; 19 import static com.android.bluetooth.map.BluetoothMapService.UPDATE_MAS_INSTANCES; 20 import static com.android.bluetooth.map.BluetoothMapService.USER_TIMEOUT; 63 private BluetoothMapService mService = null; 77 mService = new BluetoothMapService(targetContext); in setUp() 89 mService = BluetoothMapService.getBluetoothMapService(); in tearDown() 96 assertThat(BluetoothMapService.getBluetoothMapService()).isNotNull(); in initialize()
|
D | BluetoothMapServiceBinderTest.java | 43 @Mock private BluetoothMapService mService; 47 BluetoothMapService.BluetoothMapBinder mBinder; 52 mBinder = new BluetoothMapService.BluetoothMapBinder(mService); in setUp()
|
D | BluetoothMapMasInstanceTest.java | 55 @Mock private BluetoothMapService mMapService;
|
D | BluetoothMapObexServerTest.java | 75 @Mock private BluetoothMapService mMapService;
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/ |
D | BluetoothMapService.java | 73 public class BluetoothMapService extends ProfileService { class 152 private static BluetoothMapService sBluetoothMapService; 164 public BluetoothMapService(Context ctx) { in BluetoothMapService() method in BluetoothMapService 388 BluetoothMapService.this.sendBroadcast( in handleMessage() 739 public static synchronized BluetoothMapService getBluetoothMapService() { in getBluetoothMapService() 761 private static synchronized void setBluetoothMapService(BluetoothMapService instance) { in setBluetoothMapService() 1257 private BluetoothMapService mService; 1260 private BluetoothMapService getService(AttributionSource source) { in getService() 1272 BluetoothMapBinder(BluetoothMapService service) { in BluetoothMapBinder() 1286 BluetoothMapService service = getService(source); in getState() [all …]
|
D | BluetoothMapAppObserver.java | 54 BluetoothMapService mMapService = null; 57 public BluetoothMapAppObserver(final Context context, BluetoothMapService mapService) { in BluetoothMapAppObserver() 111 BluetoothMapService.UPDATE_MAS_INSTANCES_ACCOUNT_RENAMED); in handleAccountChanges() 119 BluetoothMapService.UPDATE_MAS_INSTANCES_ACCOUNT_ADDED); in handleAccountChanges() 127 BluetoothMapService.UPDATE_MAS_INSTANCES_ACCOUNT_REMOVED); in handleAccountChanges() 141 BluetoothMapService.UPDATE_MAS_INSTANCES_ACCOUNT_REMOVED); in handleAccountChanges() 147 BluetoothMapService.UPDATE_MAS_INSTANCES_ACCOUNT_ADDED); in handleAccountChanges()
|
D | BluetoothMapMessageListing.java | 105 BluetoothMapService.getRemoteDevice().getAddress(), in encode() 152 BluetoothMapService.getRemoteDevice().getAddress(), in encode()
|
D | BluetoothMnsObexClient.java | 263 msg.what = BluetoothMapService.MSG_OBSERVER_REGISTRATION; in handleRegistration() 423 msg.what = BluetoothMapService.MSG_MNS_SDP_SEARCH; in notifyMnsSdpSearch() 580 msg.what = BluetoothMapService.MSG_ACQUIRE_WAKE_LOCK; in notifyUpdateWakeLock()
|
D | BluetoothMapbMessageSms.java | 90 String remoteAddress = BluetoothMapService.getRemoteDevice().getAddress(); in encode()
|
D | BluetoothMapMasInstance.java | 85 private BluetoothMapService mMapService = null; // Handle to the outer MAP service 120 BluetoothMapService mapService, in BluetoothMapMasInstance()
|
D | BluetoothMapMessageListingElement.java | 276 BluetoothMapService.getRemoteDevice().getAddress(), in encode()
|
D | BluetoothMapObexServer.java | 414 msg.what = BluetoothMapService.MSG_SESSION_ESTABLISHED; in onConnect() 429 msg.what = BluetoothMapService.MSG_SESSION_DISCONNECTED; in onDisconnect() 1069 msg.what = BluetoothMapService.MSG_SERVERSESSION_CLOSE; in onClose() 2237 msg.what = BluetoothMapService.MSG_ACQUIRE_WAKE_LOCK; in notifyUpdateWakeLock()
|
D | BluetoothMapContent.java | 1279 BluetoothMapService.getRemoteDevice().getAddress(), in setSubject()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | Config.java | 42 import com.android.bluetooth.map.BluetoothMapService; 120 new ProfileConfig(BluetoothMapService.isEnabled(), BluetoothProfile.MAP), 169 new ProfileConfig(BluetoothMapService.isEnabled(), BluetoothProfile.MAP),
|
D | AdapterService.java | 140 import com.android.bluetooth.map.BluetoothMapService; 302 private BluetoothMapService mMapService; 1530 Map.entry(BluetoothProfile.MAP, BluetoothMapService::new), 1985 mMapService = BluetoothMapService.getBluetoothMapService(); in initProfileServices()
|