HomeSort by relevance Sort by last modified time
    Searched defs:TestService (Results 1 - 7 of 7) 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/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TestService.java 9 class TestService extends Service implements ServiceConnection {
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractIdleServiceTest.java 91 TestService service = new TestService();
101 TestService service = new TestService() {
120 TestService service = new TestService();
129 TestService service = new TestService();
143 TestService service = new TestService() {
    [all...]
AbstractScheduledServiceTest.java 74 TestService service = new TestService();
91 TestService service = new TestService();
104 TestService service = new TestService();
120 TestService service = new TestService();
134 TestService service = new TestService();
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUServiceTest.java 98 static final class TestService extends ICUService {
99 public TestService() {
110 ICUService 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 759 milliseconds