Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/
DTestUtils.java135 public static <T extends ProfileService> void startService(ServiceTestRule serviceTestRule, in startService() argument
146 serviceTestRule.startService(startIntent); in startService()
166 public static <T extends ProfileService> void stopService(ServiceTestRule serviceTestRule, in stopService() argument
177 serviceTestRule.startService(stopIntent); in stopService()