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

  /external/grpc-grpc/src/ruby/pb/src/proto/grpc/testing/
test_services_pb.rb 27 module TestService
36 self.service_name = 'grpc.testing.TestService'
  /cts/tests/tests/app.usage/src/android/app/usage/cts/
TestService.java 26 public class TestService extends Service {
27 private static final String NOTIFICATION_CHANNEL_ID = TestService.class.getSimpleName();
37 .setContentTitle("TestService running")
38 .setContentText("TestService running")
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
TestService.java 9 class TestService extends Service implements ServiceConnection {
  /cts/tests/tests/batterysaving/apps/app_target_api_current/src/android/os/cts/batterysaving/app/
TestService.java 31 public class TestService extends Service {
32 private static final String TAG = "TestService";
37 return new ComponentName(this, TestService.class).toShortString();
43 Log.d(TAG, "TestService.TestService: intent=" + intent);
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractIdleServiceTest.java 92 TestService service = new TestService();
102 TestService service = new TestService() {
121 TestService service = new TestService();
130 TestService service = new TestService();
144 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/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
TestGrpc.cs 33 public static partial class TestService
35 static readonly string __ServiceName = "grpc.testing.TestService";
107 /// <summary>Base class for server-side implementations of TestService</summary>
213 /// <summary>Client for TestService</summary>
216 /// <summary>Creates a new client for TestService</summary>
221 /// <summary>Creates a new client for TestService that uses a custom <c>CallInvoker</c>.</summary>
    [all...]
  /external/grpc-grpc/src/python/grpcio_tests/tests/interop/
methods.py 56 class TestService(test_pb2_grpc.TestServiceServicer):
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUServiceTest.java 103 static final class TestService extends ICUService {
104 public TestService() {
117 ICUService service = new TestService();
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUServiceTest.java 100 static final class TestService extends ICUService {
101 public TestService() {
114 ICUService service = new TestService();
    [all...]

Completed in 380 milliseconds