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

  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/gatt/
GattServiceTest.java 47 mService = GattService.getGattService();
57 mService = GattService.getGattService();
64 Assert.assertNotNull(GattService.getGattService());
70 GattService gattService = GattService.getGattService();
72 mService = GattService.getGattService();
79 mService = GattService.getGattService();
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 258 public static synchronized GattService getGattService() {
260 Log.w(TAG, "getGattService(): service is null");
264 Log.w(TAG, "getGattService(): service is not available");
    [all...]

Completed in 97 milliseconds