Searched refs:TestService (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DLocalTestService.java3 public class LocalTestService extends TestService {
H A DFrameworkPerfActivity.java73 TestService.Op mFgTest;
74 TestService.Op mBgTest;
124 case TestService.RES_TEST_FINISHED: {
140 mAvailOpLabels = new String[TestService.mAvailOps.length];
141 mAvailOpDescriptions = new String[TestService.mAvailOps.length];
142 for (int i=0; i<TestService.mAvailOps.length; i++) {
143 TestService.Op op = TestService.mAvailOps[i];
213 TestService.Op op = TestService
[all...]
H A DRunResult.java31 RunResult(TestService.TestRunner op) {
H A DTestService.java57 public class TestService extends Service { class in inherits:Service
333 mForegroundOp.onInit(TestService.this, true);
334 mBackgroundOp.onInit(TestService.this, false);
400 mForegroundOp.onTerm(TestService.this);
401 mBackgroundOp.onTerm(TestService.this);
/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 in inherits:Service
/frameworks/base/core/tests/coretests/apks/install_multi_package/src/com/android/frameworks/coretests/
H A DTestService.java24 public class TestService extends Service { class in inherits:Service
/frameworks/support/lifecycle/service/src/androidTest/java/androidx/lifecycle/service/
H A DTestService.java32 public class TestService extends LifecycleService { class in inherits:LifecycleService
39 public TestService() { method in class:TestService
43 Context context = (TestService) owner;
/frameworks/native/libs/vr/libpdx_uds/
H A Dservice_framework_tests.cpp81 friend class TestService;
91 class TestService : public ServiceBase<TestService> { class in namespace:__anon1752
236 std::shared_ptr<TestService> other_service_;
242 TestService(const std::string& name, function in class:__anon1752::TestService
243 const std::shared_ptr<TestService>& other_service)
244 : TestService(name, other_service, false) {}
246 TestService(const std::string& name, function in class:__anon1752::TestService
247 const std::shared_ptr<TestService>& other_service, bool blocking)
248 : BASE(std::string("TestService")
253 explicit TestService(const std::string& name) : TestService(name, nullptr) {} function in class:__anon1752::TestService
[all...]
H A Dclient_channel_tests.cpp46 class TestService : public ServiceBase<TestService> { class in namespace:__anon1741
48 TestService(std::unique_ptr<Endpoint> endpoint) function in class:__anon1741::TestService
49 : ServiceBase{"TestService", std::move(endpoint)} {}
54 DispatchRemoteMethod<TestProtocol::Sum>(*this, &TestService::OnSum,
84 service_ = TestService::Create(std::move(endpoint));
98 std::shared_ptr<TestService> service_;
H A Dremote_method_tests.cpp343 class TestService : public ServiceBase<TestService> { class in namespace:__anon1748
348 DispatchRemoteMethod<TestInterface::Add>(*this, &TestService::OnAdd,
353 DispatchRemoteMethod<TestInterface::Foo>(*this, &TestService::OnFoo,
359 *this, &TestService::OnConcatenate, message);
364 *this, &TestService::OnSumVector, message);
369 *this, &TestService::OnStringLength, message);
374 *this, &TestService::OnSendTestType, message);
379 *this, &TestService::OnSendVector, message);
383 DispatchRemoteMethod<TestInterface::Rot13>(*this, &TestService
435 TestService() function in class:__anon1748::TestService
[all...]
/frameworks/base/core/tests/coretests/BstatsTestApp/src/com/android/coretests/apps/bstatstestapp/
H A DTestService.java39 public class TestService extends Service { class in inherits:Service
40 private static final String TAG = TestService.class.getSimpleName();
96 final WindowManager wm = TestService.this.getSystemService(WindowManager.class);
110 final WindowManager wm = TestService.this.getSystemService(WindowManager.class);
128 mOverlay = new View(TestService.this);
133 final Handler handler = new Handler(TestService.this.getMainLooper());
/frameworks/base/tests/ActivityManagerPerfTests/test-app/src/com/android/frameworks/perftests/amteststestapp/
H A DTestService.java27 public class TestService extends Service { class in inherits:Service
/frameworks/support/lifecycle/service/src/androidTest/java/androidx/lifecycle/
H A DServiceLifecycleTest.java39 import androidx.lifecycle.service.TestService;
69 mServiceIntent = new Intent(context, TestService.class);
72 intentFilter.addAction(TestService.ACTION_LOG_EVENT);
244 mLoggerEvents.add((Event) intent.getSerializableExtra(TestService.EXTRA_KEY_EVENT));
/frameworks/native/cmds/lshal/
H A Dtest.cpp295 class TestService : public IBase { class in namespace:android::lshal
297 TestService(pid_t id) : mId(id) {} function in class:android::lshal::TestService
353 return sp<IBase>(new TestService(id));

Completed in 346 milliseconds