Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapServiceTest.java18 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()
DBluetoothMapServiceBinderTest.java43 @Mock private BluetoothMapService mService;
47 BluetoothMapService.BluetoothMapBinder mBinder;
52 mBinder = new BluetoothMapService.BluetoothMapBinder(mService); in setUp()
DBluetoothMapMasInstanceTest.java55 @Mock private BluetoothMapService mMapService;
DBluetoothMapObexServerTest.java75 @Mock private BluetoothMapService mMapService;
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapService.java73 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 …]
DBluetoothMapAppObserver.java54 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()
DBluetoothMapMessageListing.java105 BluetoothMapService.getRemoteDevice().getAddress(), in encode()
152 BluetoothMapService.getRemoteDevice().getAddress(), in encode()
DBluetoothMnsObexClient.java263 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()
DBluetoothMapbMessageSms.java90 String remoteAddress = BluetoothMapService.getRemoteDevice().getAddress(); in encode()
DBluetoothMapMasInstance.java85 private BluetoothMapService mMapService = null; // Handle to the outer MAP service
120 BluetoothMapService mapService, in BluetoothMapMasInstance()
DBluetoothMapMessageListingElement.java276 BluetoothMapService.getRemoteDevice().getAddress(), in encode()
DBluetoothMapObexServer.java414 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()
DBluetoothMapContent.java1279 BluetoothMapService.getRemoteDevice().getAddress(), in setSubject()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DConfig.java42 import com.android.bluetooth.map.BluetoothMapService;
120 new ProfileConfig(BluetoothMapService.isEnabled(), BluetoothProfile.MAP),
169 new ProfileConfig(BluetoothMapService.isEnabled(), BluetoothProfile.MAP),
DAdapterService.java140 import com.android.bluetooth.map.BluetoothMapService;
302 private BluetoothMapService mMapService;
1530 Map.entry(BluetoothProfile.MAP, BluetoothMapService::new),
1985 mMapService = BluetoothMapService.getBluetoothMapService(); in initProfileServices()