HomeSort by relevance Sort by last modified time
    Searched defs:TestService (Results 1 - 10 of 10) sorted by null

  /frameworks/base/core/tests/coretests/apks/install_complete_package_info/src/com/android/frameworks/coretests/
TestService.java 24 public class TestService extends Service {
  /external/chromium_org/components/browser_context_keyed_service/
browser_context_dependency_manager_unittest.cc 28 class TestService : public BrowserContextKeyedServiceFactory {
30 TestService(const std::string& name,
33 : BrowserContextKeyedServiceFactory("TestService", manager),
56 TestService service("service", shutdown_order(), manager());
66 TestService parent("parent", shutdown_order(), manager());
67 TestService child("child", shutdown_order(), manager());
79 TestService parent("parent", shutdown_order(), manager());
80 TestService child1("child1", shutdown_order(), manager());
81 TestService child2("child2", shutdown_order(), manager());
95 TestService parent1("parent1", shutdown_order(), manager())
    [all...]
  /external/chromium/chrome/browser/profiles/
profile_dependency_manager_unittest.cc 34 class TestService : public ProfileKeyedServiceFactory {
36 TestService(const std::string& name,
61 TestService service("service", shutdown_order(), manager());
71 TestService parent("parent", shutdown_order(), manager());
72 TestService child("child", shutdown_order(), manager());
84 TestService parent("parent", shutdown_order(), manager());
85 TestService child1("child1", shutdown_order(), manager());
86 TestService child2("child2", shutdown_order(), manager());
100 TestService parent1("parent1", shutdown_order(), manager());
101 TestService parent2("parent2", shutdown_order(), manager())
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TestService.java 9 class TestService extends Service implements ServiceConnection {
  /external/chromium_org/dbus/
test_service.h 31 class TestService : public base::Thread {
48 explicit TestService(const Options& options);
49 virtual ~TestService();
72 // Request the ownership of a well-known name "TestService".
test_service.cc 28 const int TestService::kNumMethodsToExport = 9;
30 TestService::Options::Options()
34 TestService::Options::~Options() {
37 TestService::TestService(const Options& options)
38 : base::Thread("TestService"),
45 TestService::~TestService() {
49 bool TestService::StartService() {
55 bool TestService::WaitUntilServiceIsStarted()
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc     [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc     [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractScheduledServiceTest.java 76 TestService service = new TestService();
93 TestService service = new TestService();
106 TestService service = new TestService();
122 TestService service = new TestService();
136 TestService service = new TestService();
    [all...]
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
TestService.java 57 public class TestService extends Service {
333 mForegroundOp.onInit(TestService.this, true);
334 mBackgroundOp.onInit(TestService.this, false);
400 mForegroundOp.onTerm(TestService.this);
401 mBackgroundOp.onTerm(TestService.this);
    [all...]

Completed in 176 milliseconds