Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/apks/install_complete_package_info/src/com/android/frameworks/coretests/
H A DTestService.java24 public class TestService extends Service { class
/aosp12/frameworks/base/tests/ActivityManagerPerfTests/test-app/src/com/android/frameworks/perftests/amteststestapp/
H A DTestService.java27 public class TestService extends Service { class
/aosp12/system/tools/aidl/tests/rust/
H A Dtest_service.rs73 struct TestService { struct
77 impl Interface for TestService {} implementation
119 impl ITestService::ITestService for TestService { implementation
/aosp12/frameworks/native/libs/vr/libpdx_uds/
H A Dclient_channel_tests.cpp46 class TestService : public ServiceBase<TestService> { class
48 explicit TestService(std::unique_ptr<Endpoint> endpoint) in TestService() function in __anon4bd920b80110::TestService
H A Dservice_framework_tests.cpp91 class TestService : public ServiceBase<TestService> { class
242 TestService(const std::string& name, in TestService() function in __anon398fcdbf0110::TestService
246 TestService(const std::string& name, in TestService() function in __anon398fcdbf0110::TestService
253 explicit TestService(const std::string& name) : TestService(name, nullptr) {} in TestService() function in __anon398fcdbf0110::TestService
H A Dremote_method_tests.cpp343 class TestService : public ServiceBase<TestService> { class
435 TestService() in TestService() function in __anona08a5e0d0110::TestService
/aosp12/frameworks/base/tests/ActivityManagerPerfTests/stub-app/src/com/android/stubs/am/
H A DTestService.java31 public class TestService extends Service { class
/aosp12/frameworks/native/libs/binder/rust/tests/
H A Dintegration.rs84 struct TestService { struct
108 impl Interface for TestService {} implementation
110 impl ITest for TestService { implementation
/aosp12/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
H A DCarProjectionManagerTest.java50 public static final class TestService extends Service { class in CarProjectionManagerTest
/aosp12/frameworks/base/core/tests/coretests/BstatsTestApp/src/com/android/coretests/apps/bstatstestapp/
H A DTestService.java44 public class TestService extends Service { class
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/
H A DSettingsDumpServiceTest.java119 private class TestService extends SettingsDumpService { class in SettingsDumpServiceTest
/aosp12/frameworks/native/cmds/lshal/
H A Dtest.cpp334 class TestService : public IBase { class
336 explicit TestService(pid_t id) : mId(id) {} in TestService() function in android::lshal::TestService
/aosp12/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DTestService.java57 public class TestService extends Service { class