Searched refs:getGattService (Results 1 – 2 of 2) sorted by relevance
48 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()
268 public static synchronized GattService getGattService() { in getGattService() method in GattService