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

  /cts/tests/tests/content/src/android/content/pm/cts/
ServiceInfoTest.java 22 import android.content.pm.ServiceInfo;
38 // Test ServiceInfo()
39 new ServiceInfo();
41 ServiceInfo serviceInfo = pm.getServiceInfo(componentName, 0);
42 // Test ServiceInfo(ServiceInfo orig)
43 ServiceInfo infoFromExisted = new ServiceInfo(serviceInfo);
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IsolatedService.java 106 static class ServiceInfo {
113 ServiceInfo(Activity activity, Class<?> clz,
184 ServiceInfo mService1;
185 ServiceInfo mService2;
193 mService1 = new ServiceInfo(this, IsolatedService.class, R.id.start1, R.id.stop1,
195 mService2 = new ServiceInfo(this, IsolatedService2.class, R.id.start2, R.id.stop2,
  /external/syzkaller/vendor/google.golang.org/grpc/
server.go 430 // ServiceInfo contains unary RPC method info, streaming RPC method info and metadata for a service.
431 type ServiceInfo struct {
437 // GetServiceInfo returns a map from service names to ServiceInfo.
439 func (s *Server) GetServiceInfo() map[string]ServiceInfo {
440 ret := make(map[string]ServiceInfo)
458 ret[n] = ServiceInfo{
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h     [all...]

Completed in 400 milliseconds