/aosp_15_r20/frameworks/base/services/core/java/com/android/server/ |
H A D | SystemServiceManager.java | 152 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/ |
D | TestActivity.java | 76 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/ |
D | service.cpp | 16 static void startService() { in startService() function
|
/aosp_15_r20/packages/services/Car/cpp/evs/manager/1.0/ |
D | service.cpp | 39 static void startService(const char* hardwareServiceName, const char* managerServiceName) { in startService() function
|
/aosp_15_r20/packages/services/Car/cpp/evs/manager/aidl/src/ |
D | service.cpp | 37 void startService(const std::string_view& hardwareServiceName, in startService() function
|
/aosp_15_r20/packages/services/Car/cpp/evs/manager/1.1/ |
D | service.cpp | 48 static void startService(Context* context) { in startService() function
|
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/processing/ |
D | ProcessingServiceManager.java | 158 private void startService() { in startService() method in ProcessingServiceManager
|
/aosp_15_r20/cts/tests/tests/virtualdevice/applaunch/src/android/virtualdevice/cts/applaunch/ |
H A D | AppComponents.java | 56 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/ |
D | MainlineSupplicant.java | 98 public boolean startService() { in startService() method in MainlineSupplicant
|
/aosp_15_r20/external/caliper/caliper/src/test/java/com/google/caliper/runner/ |
H A D | ServerSocketServiceTest.java | 48 @Before public void startService() { in startService() method in ServerSocketServiceTest
|
/aosp_15_r20/hardware/google/pixel/perfstatsd/ |
D | main.cpp | 48 int startService(void) { in startService() function
|
/aosp_15_r20/frameworks/base/test-runner/src/android/test/ |
H A D | ServiceTestCase.java | 186 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 D | ServiceStartPerfTest.java | 57 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/ |
D | HotwordServiceManager.java | 137 void startService() { in startService() method in HotwordServiceManager
|
/aosp_15_r20/frameworks/base/core/java/com/android/ims/internal/uce/uceservice/ |
H A D | IUceService.aidl | 42 boolean startService(IUceListener uceListener); in startService() method
|
H A D | UceServiceBase.java | 39 public boolean startService(IUceListener uceListener) { in startService() method in UceServiceBase.UceServiceBinder
|
/aosp_15_r20/packages/apps/Messaging/tests/src/com/android/messaging/ |
D | FakeContext.java | 64 public ComponentName startService(final Intent intent) { in startService() method in FakeContext
|
/aosp_15_r20/cts/tests/ServiceKillTest/src/com/android/cts/servicekilltest/ |
H A D | ServiceKillTests.java | 179 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 D | BatterySaverAlarmTest.java | 151 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/ |
D | VendorServiceInfoTest.java | 77 public void startService() { in startService() method in VendorServiceInfoTest
|
/aosp_15_r20/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/services/ |
H A D | PrepareUpdateService.java | 93 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 D | ServiceTest.java | 176 private int startService(int code) { in startService() method in ServiceTest
|
/aosp_15_r20/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/ |
D | CellBroadcastServiceTestCase.java | 133 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 D | ServicesTests.java | 218 private void startService(int serviceId) { in startService() method in ServicesTests
|
/aosp_15_r20/cts/tests/app/AppExitTest/src/android/app/cts/ |
H A D | ActivityManagerAppExitInfoTest.java | 414 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
|