Home
last modified time | relevance | path

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

/packages/services/Car/computepipe/router/1.0/
Dservice.cpp16 static void startService() { in startService() function
/packages/services/Car/evs/manager/1.1/
Dservice.cpp42 static void startService(const char *hardwareServiceName, const char * managerServiceName) { in startService() function
/packages/services/Car/evs/manager/1.0/
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/services/Car/tests/carservice_unit_test/src/com/android/car/pm/
DVendorServiceInfoTest.java73 public void startService() { in startService() method in VendorServiceInfoTest
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DTestActivity.java76 public TestEventListener<Intent> startService; field in TestActivity
151 public final ComponentName startService(Intent intent) { in startService() method in TestActivity
/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.java92 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.java137 private void startService() throws TimeoutException { in startService() method in HearingAidServiceTest
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpServiceTest.java135 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.java181 public ComponentName startService(Intent service) { in startService() method in CalendarProvider2Test.MockContext2