Home
last modified time | relevance | path

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

12345678910>>...17

/aosp_15_r20/frameworks/base/services/core/java/com/android/server/
H A DSystemServiceManager.java152 public SystemService startService(String className) { in startService() method in SystemServiceManager
228 public <T extends SystemService> T startService(Class<T> serviceClass) { in startService() method in SystemServiceManager
265 public void startService(@NonNull final SystemService service) { in startService() method in SystemServiceManager
/aosp_15_r20/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
/aosp_15_r20/packages/services/Car/cpp/computepipe/router/1.0/
Dservice.cpp16 static void startService() { in startService() function
/aosp_15_r20/packages/services/Car/cpp/evs/manager/1.0/
Dservice.cpp39 static void startService(const char* hardwareServiceName, const char* managerServiceName) { in startService() function
/aosp_15_r20/packages/services/Car/cpp/evs/manager/aidl/src/
Dservice.cpp37 void startService(const std::string_view& hardwareServiceName, in startService() function
/aosp_15_r20/packages/services/Car/cpp/evs/manager/1.1/
Dservice.cpp48 static void startService(Context* context) { in startService() function
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/processing/
DProcessingServiceManager.java158 private void startService() { in startService() method in ProcessingServiceManager
/aosp_15_r20/cts/tests/tests/virtualdevice/applaunch/src/android/virtualdevice/cts/applaunch/
H A DAppComponents.java56 static TestService startService(Context context) throws TimeoutException { in startService() method in AppComponents.TestService
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/mainline_supplicant/
DMainlineSupplicant.java98 public boolean startService() { in startService() method in MainlineSupplicant
/aosp_15_r20/external/caliper/caliper/src/test/java/com/google/caliper/runner/
H A DServerSocketServiceTest.java48 @Before public void startService() { in startService() method in ServerSocketServiceTest
/aosp_15_r20/hardware/google/pixel/perfstatsd/
Dmain.cpp48 int startService(void) { in startService() function
/aosp_15_r20/frameworks/base/test-runner/src/android/test/
H A DServiceTestCase.java186 protected void startService(Intent intent) { in startService() method in ServiceTestCase
/aosp_15_r20/frameworks/base/tests/ActivityManagerPerfTests/tests/src/com/android/frameworks/perftests/am/tests/
H A DServiceStartPerfTest.java57 private void startService(Intent intent) { in startService() method in ServiceStartPerfTest
/aosp_15_r20/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/hotword/
DHotwordServiceManager.java137 void startService() { in startService() method in HotwordServiceManager
/aosp_15_r20/frameworks/base/core/java/com/android/ims/internal/uce/uceservice/
H A DIUceService.aidl42 boolean startService(IUceListener uceListener); in startService() method
H A DUceServiceBase.java39 public boolean startService(IUceListener uceListener) { in startService() method in UceServiceBase.UceServiceBinder
/aosp_15_r20/packages/apps/Messaging/tests/src/com/android/messaging/
DFakeContext.java64 public ComponentName startService(final Intent intent) { in startService() method in FakeContext
/aosp_15_r20/cts/tests/ServiceKillTest/src/com/android/cts/servicekilltest/
H A DServiceKillTests.java179 private void startService(Context context, String testId, String action) { in startService() method in ServiceKillTests
/aosp_15_r20/cts/tests/tests/batterysaving/src/android/os/cts/batterysaving/
H A DBatterySaverAlarmTest.java151 private String startService(String targetPackage, boolean foreground) in startService() method in BatterySaverAlarmTest
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/pm/
DVendorServiceInfoTest.java77 public void startService() { in startService() method in VendorServiceInfoTest
/aosp_15_r20/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/services/
H A DPrepareUpdateService.java93 public static void startService(Context context, in startService() method in PrepareUpdateService
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DServiceTest.java176 private int startService(int code) { in startService() method in ServiceTest
/aosp_15_r20/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastServiceTestCase.java133 public ComponentName startService(Intent service) { in startService() method in CellBroadcastServiceTestCase.TestContextWrapper
/aosp_15_r20/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServicesTests2/src/com/android/framework/multidexlegacytestservices/test2/
H A DServicesTests.java218 private void startService(int serviceId) { in startService() method in ServicesTests
/aosp_15_r20/cts/tests/app/AppExitTest/src/android/app/cts/
H A DActivityManagerAppExitInfoTest.java414 private void startService(int commandCode, String serviceName, boolean waitForGone, in startService() method in ActivityManagerAppExitInfoTest
419 private void startService(int commandCode, String serviceName, boolean waitForGone, in startService() method in ActivityManagerAppExitInfoTest

12345678910>>...17