Home
last modified time | relevance | path

Searched refs:getGattService (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceTest.java48 mService = GattService.getGattService(); in setUp()
58 mService = GattService.getGattService(); in tearDown()
65 Assert.assertNotNull(GattService.getGattService()); in testInitialize()
71 GattService gattService = GattService.getGattService(); in testServiceUpAndDown()
73 mService = GattService.getGattService(); in testServiceUpAndDown()
80 mService = GattService.getGattService(); in testServiceUpAndDown()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java268 public static synchronized GattService getGattService() { in getGattService() method in GattService