Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/apks/install_complete_package_info/src/com/android/frameworks/coretests/
DTestService.java24 public class TestService extends Service { class
/frameworks/base/tests/ActivityManagerPerfTests/test-app/src/com/android/frameworks/perftests/amteststestapp/
DTestService.java27 public class TestService extends Service { class
/frameworks/base/tests/ActivityManagerPerfTests/stub-app/src/com/android/stubs/am/
DTestService.java31 public class TestService extends Service { class
/frameworks/native/libs/vr/libpdx_uds/
Dclient_channel_tests.cpp46 class TestService : public ServiceBase<TestService> { class
48 explicit TestService(std::unique_ptr<Endpoint> endpoint) in TestService() function in __anon865c75930111::TestService
Dservice_framework_tests.cpp91 class TestService : public ServiceBase<TestService> { class
242 TestService(const std::string& name, in TestService() function in __anon37bab8ba0111::TestService
246 TestService(const std::string& name, in TestService() function in __anon37bab8ba0111::TestService
253 explicit TestService(const std::string& name) : TestService(name, nullptr) {} in TestService() function in __anon37bab8ba0111::TestService
Dremote_method_tests.cpp343 class TestService : public ServiceBase<TestService> { class
435 TestService() in TestService() function in __anon453903880111::TestService
/frameworks/native/libs/binder/rust/tests/
Dintegration.rs84 struct TestService { struct
108 impl Interface for TestService {} implementation
110 impl ITest for TestService { implementation
/frameworks/base/core/tests/coretests/BstatsTestApp/src/com/android/coretests/apps/bstatstestapp/
DTestService.java44 public class TestService extends Service { class
/frameworks/native/cmds/lshal/
Dtest.cpp334 class TestService : public IBase { class
336 explicit TestService(pid_t id) : mId(id) {} in TestService() function in android::lshal::TestService
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
DTestService.java57 public class TestService extends Service { class