Home
last modified time | relevance | path

Searched defs:startService (Results 1 – 11 of 11) sorted by relevance

/packages/services/Car/evs/manager/
Dservice.cpp41 static void startService(const char *hardwareServiceName, const char * managerServiceName) { in startService() function
/packages/apps/Camera2/src/com/android/camera/processing/
DProcessingServiceManager.java158 private void startService() { in startService() method in ProcessingServiceManager
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DTestActivity.java66 public TestEventListener<Intent> startService; field in TestActivity
115 public final ComponentName startService(Intent intent) { in startService() method in TestActivity
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/pm/
DVendorServiceInfoTest.java74 public void startService() { in startService() method in VendorServiceInfoTest
/packages/apps/Messaging/tests/src/com/android/messaging/
DFakeContext.java64 public ComponentName startService(final Intent intent) { in startService() method in FakeContext
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastServiceTestCase.java93 public ComponentName startService(Intent service) { in startService() method in CellBroadcastServiceTestCase.TestContextWrapper
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/
DTestUtils.java135 public static <T extends ProfileService> void startService(ServiceTestRule serviceTestRule, in startService() method in TestUtils
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/
DHearingAidServiceTest.java138 private void startService() throws TimeoutException { in startService() method in HearingAidServiceTest
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpServiceTest.java136 private void startService() throws TimeoutException { in startService() method in A2dpServiceTest
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java250 public static boolean startService(Context context, Intent intent, int saveMode) { in startService() method in ContactSaveService
277 public static void startService(Context context, Intent intent) { in startService() method in ContactSaveService
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java180 public ComponentName startService(Intent service) { in startService() method in CalendarProvider2Test.MockContext2