HomeSort by relevance Sort by last modified time
    Searched refs:Service (Results 26 - 50 of 564) sorted by null

12 3 4 5 6 7 8 91011>>

  /cts/tests/tests/content/src/android/content/cts/
MockSyncAdapterService.java 19 import android.app.Service;
23 public class MockSyncAdapterService extends Service {
  /cts/tests/tests/provider/src/android/provider/cts/contacts/account/
MockAccountService.java 19 import android.app.Service;
24 * Account service for the authenticator
26 public class MockAccountService extends Service {
  /cts/tests/tests/syncmanager/apps/app1/src/android/content/syncmanager/cts/app/
SyncManagerCtsSyncService.java 18 import android.app.Service;
23 * Service for the sync test.
25 public class SyncManagerCtsSyncService extends Service {
  /development/apps/PushApiAuthenticator/src/com/example/android/pushapiauthenticator/
MyAccountAuthenticatorService.java 19 import android.app.Service;
23 public class MyAccountAuthenticatorService extends Service {
  /development/samples/ApiDemos/src/com/example/android/apis/os/
HeadlessSmsSendService.java 19 import android.app.Service;
24 * Dummy service to make sure this app can be default SMS app
26 public class HeadlessSmsSendService extends Service {
  /external/grpc-grpc/examples/ruby/lib/
helloworld_services_pb.rb 24 # The greeting service definition.
25 class Service
37 Stub = Service.rpc_stub_class
  /external/grpc-grpc/examples/ruby/without_protobuf/
echo_services_noprotobuf.rb 20 # The 'echo without protobuf' service definition.
21 class Service
33 Stub = Service.rpc_stub_class
  /external/grpc-grpc/src/ruby/end2end/lib/
client_control_services_pb.rb 24 class Service
36 Stub = Service.rpc_stub_class
echo_services_pb.rb 24 class Service
35 Stub = Service.rpc_stub_class
  /external/grpc-grpc/src/ruby/pb/grpc/health/v1/
health_services_pb.rb 29 class Service
40 Stub = Service.rpc_stub_class
  /external/grpc-grpc/src/ruby/pb/grpc/testing/
metrics_services_pb.rb 18 # Contains the definitions for a metrics service and the type of metrics
19 # exposed by the service.
23 # service.
31 class Service
40 # the service
46 Stub = Service.rpc_stub_class
  /external/grpc-grpc/src/ruby/qps/src/proto/grpc/testing/
report_qps_scenario_service_services_pb.rb 18 # An integration test service that covers all the method signature permutations
27 class Service
39 Stub = Service.rpc_stub_class
  /external/perfetto/include/perfetto/ipc/
host.h 33 class Service;
53 // Registers a new service and makes it available to remote IPC peers.
54 // All the exposed Service instances will be destroyed when destroying the
58 // of errors (e.g., another service with the same name is already registered).
59 virtual bool ExposeService(std::unique_ptr<Service>) = 0;
service.h 29 // The base class for all the autogenerated host-side service interfaces.
30 class Service {
32 virtual ~Service();
60 // for that client until one of them calls Service::TakeReceivedFD.
  /external/parameter-framework/asio-1.10.6/include/asio/impl/
io_service.hpp 22 template <typename Service>
23 inline Service& use_service(io_service& ios)
25 // Check that Service meets the necessary type requirements.
26 (void)static_cast<io_service::service*>(static_cast<Service*>(0));
27 (void)static_cast<const io_service::id*>(&Service::id);
29 return ios.service_registry_->template use_service<Service>();
39 template <typename Service>
40 inline void add_service(io_service& ios, Service* svc)
42 // Check that Service meets the necessary type requirements
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary.compat 6 ATTRIBUTE User-Service-Type 6 integer
19 VALUE Service-Type Shell-User 6
21 VALUE Service-Type Dialback-Login-User 3
22 VALUE Service-Type Dialback-Framed-User 4
33 VALUE Service-Type Login 1
34 VALUE Service-Type Framed 2
35 VALUE Service-Type Callback-Login 3
36 VALUE Service-Type Callback-Framed 4
37 VALUE Service-Type Exec-User 7
  /external/grpc-grpc/src/compiler/
python_private_generator.h 55 const grpc_generator::Service* service, grpc_generator::Printer* out);
56 bool PrintServicer(const grpc_generator::Service* service,
59 const grpc_generator::Service* service,
62 bool PrintBetaServicer(const grpc_generator::Service* service,
66 const grpc_generator::Service* service, grpc_generator::Printer* out)
    [all...]
  /external/mockito/src/test/java/org/mockitousage/bugs/
ShouldNotDeadlockAnswerExecutionTest.java 24 Service service = Mockito.mock(Service.class); local
30 Mockito.when(service.verySlowMethod()).thenAnswer(new LockingAnswer(counter));
34 threads.execute(new ServiceRunner(service));
35 threads.execute(new ServiceRunner(service));
49 Service service1 = Mockito.mock(Service.class);
50 Service service2 = Mockito.mock(Service.class)
99 private Service service; field in class:ShouldNotDeadlockAnswerExecutionTest.ServiceRunner
    [all...]
  /external/grpc-grpc/include/grpcpp/impl/
server_initializer.h 30 class Service;
36 bool RegisterService(std::shared_ptr<Service> service) {
37 if (!server_->RegisterService(nullptr, service.get())) {
40 default_services_.push_back(service);
50 std::vector<std::shared_ptr<Service> > default_services_;
  /cts/hostsidetests/backup/SyncAdapterSettingsApp/src/android/cts/backup/syncadaptersettingsapp/
SyncAdapterSettingsService.java 18 import android.app.Service;
23 * Service for the sync adapter settings test.
25 public class SyncAdapterSettingsService extends Service {
  /cts/hostsidetests/devicepolicy/app/CorpOwnedManagedProfile/src/com/android/cts/comp/
ProtectedCrossUserService.java 19 import android.app.Service;
28 public class ProtectedCrossUserService extends Service {
  /cts/tests/tests/accounts/CtsUnaffiliatedAccountAuthenticators/src/android/accounts/cts/unaffiliated/
DefaultAccountAuthService.java 21 import android.app.Service;
26 * a basic Mock Service for wrapping the TestDefaultAuthenticator
28 public class DefaultAccountAuthService extends Service {
StdAccountAuthService.java 21 import android.app.Service;
26 * a basic Mock Service for wrapping the MockAccountAuthenticator
28 public class StdAccountAuthService extends Service {
  /cts/tests/tests/binder_ndk/src/android/binder/cts/
JavaService.java 19 import android.app.Service;
27 public class JavaService extends Service {
36 Log.i(TAG, "Binding service");
  /cts/tests/tests/os/src/android/os/cts/
EmptyService.java 19 import android.app.Service;
24 public class EmptyService extends Service {

Completed in 774 milliseconds

12 3 4 5 6 7 8 91011>>