HomeSort by relevance Sort by last modified time
    Searched defs:BluetoothMapService (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/map/
BluetoothMapServiceTest.java 42 private BluetoothMapService mService = null;
53 Assume.assumeTrue("Ignore test when BluetoothMapService is not enabled",
57 TestUtils.startService(mServiceRule, BluetoothMapService.class);
58 mService = BluetoothMapService.getBluetoothMapService();
70 TestUtils.stopService(mServiceRule, BluetoothMapService.class);
71 mService = BluetoothMapService.getBluetoothMapService();
78 Assert.assertNotNull(BluetoothMapService.getBluetoothMapService());
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 57 public class BluetoothMapService extends ProfileService {
58 private static final String TAG = "BluetoothMapService";
63 * "setprop log.tag.BluetoothMapService DEBUG"; enable both VERBOSE and
64 * DEBUG log: "setprop log.tag.BluetoothMapService VERBOSE"
143 private static BluetoothMapService sBluetoothMapService;
151 public BluetoothMapService() {
643 * Get the current instance of {@link BluetoothMapService}
645 * @return current instance of {@link BluetoothMapService}
648 public static synchronized BluetoothMapService getBluetoothMapService() {
660 private static synchronized void setBluetoothMapService(BluetoothMapService instance)
    [all...]

Completed in 65 milliseconds