Home | History | Annotate | Download | only in gatt

Lines Matching refs:gattService

26  * Test cases for {@link GattService}.
33 private GattService mService;
42 Assume.assumeTrue("Ignore test when GattService is not enabled",
46 TestUtils.startService(mServiceRule, GattService.class);
47 mService = GattService.getGattService();
56 TestUtils.stopService(mServiceRule, GattService.class);
57 mService = GattService.getGattService();
64 Assert.assertNotNull(GattService.getGattService());
70 GattService gattService = GattService.getGattService();
71 TestUtils.stopService(mServiceRule, GattService.class);
72 mService = GattService.getGattService();
74 gattService.cleanup();
78 TestUtils.startService(mServiceRule, GattService.class);
79 mService = GattService.getGattService();