Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/rust/tests/parcel_fuzzer/random_parcel/fuzz_service_test/
Dservice_fuzzer.rs26 struct TestService; struct
28 impl Interface for TestService {} implementation
30 impl ITestService::ITestService for TestService { implementation
/frameworks/native/libs/binder/trusty/rust/binder_rpc_test/service/
Dmain.rs38 struct TestService { struct
44 impl TestService { impl
55 impl Drop for TestService { implementation
61 impl Interface for TestService {} implementation
63 impl IBinderRpcSession for TestService { implementation
69 impl IBinderRpcTest for TestService { implementation
/frameworks/base/core/tests/fuzzers/java_service_fuzzer/
DTestService.java19 public class TestService extends ITestService.Stub { class
/frameworks/base/services/tests/PackageManagerServiceTests/apks/install_complete_package_info/src/com/android/frameworks/coretests/
DTestService.java24 public class TestService extends Service { class
/frameworks/native/libs/binder/tests/parcel_fuzzer/test_fuzzer/
DTestServiceFuzzer.cpp42 class TestService : public BnTestService { class
44 TestService(CrashType crash) : mCrash(crash) {} in TestService() function in android::TestService
/frameworks/base/tests/ActivityManagerPerfTests/test-app/src/com/android/frameworks/perftests/amteststestapp/
DTestService.java27 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 __anone29504600111::TestService
Dservice_framework_tests.cpp91 class TestService : public ServiceBase<TestService> { class
242 TestService(const std::string& name, in TestService() function in __anon1740f0670111::TestService
246 TestService(const std::string& name, in TestService() function in __anon1740f0670111::TestService
253 explicit TestService(const std::string& name) : TestService(name, nullptr) {} in TestService() function in __anon1740f0670111::TestService
Dremote_method_tests.cpp343 class TestService : public ServiceBase<TestService> { class
435 TestService() in TestService() function in __anon48046cb50111::TestService
/frameworks/base/tests/ActivityManagerPerfTests/stub-app/src/com/android/stubs/am/
DTestService.java31 public class TestService extends Service { class
/frameworks/native/libs/binder/rust/tests/
Dintegration.rs81 struct TestService { struct
86 impl TestService { impl
120 impl Interface for TestService { implementation
128 impl ITest for TestService { implementation
/frameworks/base/tests/utils/testutils/tests/src/com/android/internal/util/test/
DLocalServiceKeeperRuleTest.java117 interface TestService { interface in LocalServiceKeeperRuleTest
/frameworks/base/services/tests/powerstatstests/BstatsTestApp/src/com/android/coretests/apps/bstatstestapp/
DTestService.java44 public class TestService extends Service { class
/frameworks/base/tests/EnforcePermission/service-app/src/android/tests/enforcepermission/service/
DTestService.java37 public class TestService extends Service { class
/frameworks/base/core/tests/coretests/src/com/android/internal/infra/
DServiceConnectorTest.java215 public static final class TestService extends Service { class in ServiceConnectorTest
/frameworks/native/cmds/lshal/
Dtest.cpp358 class TestService : public IBase { class
360 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