Home
last modified time | relevance | path

Searched defs:stopService (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/
DTestUtils.java166 public static <T extends ProfileService> void stopService(ServiceTestRule serviceTestRule, in stopService() method in TestUtils
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/
DHearingAidServiceTest.java143 private void stopService() throws TimeoutException { in stopService() method in HearingAidServiceTest
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DProcessStatsDetail.java401 private void stopService(String pkg, String name) { in stopService() method in ProcessStatsDetail
/packages/apps/Settings/src/com/android/settings/applications/
DProcessStatsDetail.java401 private void stopService(String pkg, String name) { in stopService() method in ProcessStatsDetail
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpServiceTest.java147 private void stopService() throws TimeoutException { in stopService() method in A2dpServiceTest
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java185 public boolean stopService(Intent service) { in stopService() method in CalendarProvider2Test.MockContext2