HomeSort by relevance Sort by last modified time
    Searched refs:Service (Results 201 - 225 of 772) sorted by null

1 2 3 4 5 6 7 891011>>

  /packages/apps/Contacts/src/com/android/contacts/
ViewNotificationService.java 19 import android.app.Service;
31 * Service that sends out a view notification for a contact. At the moment, this is only
34 public class ViewNotificationService extends Service {
57 // startId will stop this service. In practice, this shouldn't be a problem,
58 // as this service is supposed to be called by the Phone app which only sends
63 Log.e(TAG, "Error stopping service", e);
  /packages/apps/Email/provider_src/com/android/email/service/
AccountService.java 17 package com.android.email.service;
19 import android.app.Service;
30 import com.android.emailcommon.service.IAccountService;
35 public class AccountService extends Service {
  /packages/experimental/StrictModeTest/src/com/android/strictmodetest/
ServiceBase.java 19 import android.app.Service;
34 public class ServiceBase extends Service {
  /packages/services/Car/car-lib/src/android/car/content/pm/
CarAppBlockingPolicyService.java 19 import android.app.Service;
28 * Service to be implemented by Service which wants to control app blocking policy.
29 * App should require android.car.permission.CONTROL_APP_BLOCKING to launch Service
30 * implementation. Additionally the APK should have the permission to be launched by Car Service.
31 * The implementing service should declare {@link #SERVICE_INTERFACE} in its intent filter as
36 public abstract class CarAppBlockingPolicyService extends Service {
80 // if car service crashed, it will retry later.
  /packages/services/Car/service/src/com/android/car/
CarService.java 23 import android.app.Service;
29 public class CarService extends Service {
36 Log.i(CarLog.TAG_SERVICE, "Service onCreate");
43 Log.i(CarLog.TAG_SERVICE, "Service onDestroy");
61 writer.println("*dump car service*");
  /system/connectivity/shill/pppoe/
pppoe_service.cc 85 Service::Connect(error, reason);
92 "PPPoE Service %s does not have Ethernet link.",
99 StringPrintf("PPPoE service %s already connected.",
106 StringPrintf("PPPoE service %s already connecting.",
129 StringPrintf("PPPoE service %s can't start pppd.",
134 SetState(Service::kStateAssociating);
142 // If no PPPDevice has been associated with this service then nothing will
143 // drive this service's transition into the idle state. This must be forced
144 // here to ensure that the service is not left in any intermediate state.
145 SetState(Service::kStateIdle)
    [all...]
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractService.java 22 import static com.google.common.util.concurrent.Service.State.FAILED;
23 import static com.google.common.util.concurrent.Service.State.NEW;
24 import static com.google.common.util.concurrent.Service.State.RUNNING;
25 import static com.google.common.util.concurrent.Service.State.STARTING;
26 import static com.google.common.util.concurrent.Service.State.STOPPING;
27 import static com.google.common.util.concurrent.Service.State.TERMINATED;
32 import com.google.common.util.concurrent.Service.State; // javadoc needs this
56 public abstract class AbstractService implements Service {
131 * The current state of the service. This should be written with the lock held but can be read
146 * This method is called by {@link #startAsync} to initiate service startup. The invocation o
    [all...]
  /system/connectivity/shill/wimax/
wimax.cc 110 pending_service_->SetState(Service::kStateIdle);
146 void WiMax::ConnectTo(const WiMaxServiceRefPtr& service, Error* error) {
147 SLOG(this, 2) << __func__ << "(" << service->GetStorageIdentifier() << ")";
152 "Pending connect to service %s, ignoring connect request to %s.",
154 service->GetStorageIdentifier().c_str()));
157 service->SetState(Service::kStateAssociating);
158 pending_service_ = service;
170 service->GetConnectParameters(&parameters);
172 service->GetNetworkObjectPath(), parameters
    [all...]
wimax_unittest.cc 108 scoped_refptr<MockWiMaxService> service(
110 device_->pending_service_ = service;
111 EXPECT_CALL(*service, SetState(Service::kStateIdle));
160 scoped_refptr<MockWiMaxService> service(
162 device_->pending_service_ = service;
163 EXPECT_CALL(*service, SetState(_)).Times(0);
165 EXPECT_CALL(*service, SetState(Service::kStateFailure));
171 scoped_refptr<MockWiMaxService> service(
    [all...]
  /external/avahi/avahi-discover-standalone/
main.c 45 struct Service {
72 static struct Service *current_service = NULL;
74 static struct Service *get_service(const gchar *service_type, const gchar *service_name, const gchar*domain_name, AvahiIfIndex interface, AvahiProtocol protocol) {
82 struct Service *s = l->data;
94 static void free_service(struct Service *s) {
106 gtk_label_set_text(info_label, "<i>Service removed</i>");
137 struct Service *s;
143 s = g_new(struct Service, 1);
170 struct Service* s;
213 static void update_label(struct Service *s, const gchar *hostname, const AvahiAddress *a, guint16 port, AvahiStringList *txt)
    [all...]
  /libcore/luni/src/test/java/libcore/java/security/
ProviderTest.java 80 Set<Provider.Service> services = provider.getServices();
84 for (Provider.Service service : services) {
85 String type = service.getType();
86 String algorithm = service.getAlgorithm().toUpperCase();
87 String className = service.getClassName();
111 * Try to see if the service supports this.
268 Set<Provider.Service> services = provider.getServices();
272 for (Provider.Service service : services)
318 Provider.Service service = provider.getService("Fake", "FOO"); local
338 Provider.Service service = provider.getService("Signature", "FOO"); local
363 Provider.Service service = provider.getService("KeyFactory", "FOO"); local
386 Provider.Service service = provider.getService("Signature", "FOO"); local
404 Provider.Service service = provider.getService("Signature", "FOO"); local
427 Provider.Service service = provider.getService("Signature", "FOO"); local
449 Provider.Service service = provider.getService("Signature", "FOO"); local
468 Provider.Service service = provider.getService("Signature", "FOO"); local
487 Provider.Service service = provider.getService("Signature", "FOO"); local
506 Provider.Service service = provider.getService("Signature", "FOO"); local
525 Provider.Service service = provider.getService("Signature", "FOO"); local
548 Provider.Service service = provider.getService("CertStore", "FOO"); local
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothClass.java 28 * <p>Every Bluetooth class is composed of zero or more service classes, and
35 * service discovery is done through SDP requests, which are automatically
47 * constants and methods to determine which Service Class(es) and Device Class
102 * Defines all service class constants.
103 * <p>Each {@link BluetoothClass} encodes zero or more service classes.
105 public static final class Service {
120 * Return true if the specified service class is supported by this
122 * <p>Valid service classes are the public constants in
123 * {@link BluetoothClass.Service}. For example, {@link
124 * BluetoothClass.Service#AUDIO}
    [all...]
  /libcore/ojluni/src/main/java/java/security/
KeyPairGenerator.java 32 import java.security.Provider.Service;
105 * the superclass are intended for cryptographic service providers who wish to
221 List<Service> list =
223 Iterator<Service> t = list.iterator();
231 Service s = t.next();
555 private Iterator<Service> serviceIterator;
572 Delegate(Instance instance, Iterator<Service> serviceIterator,
599 Service s = serviceIterator.next();
Provider.java 62 * cryptographic service provider, works and is installed. However,
64 * service in Java that uses a pluggable architecture with a choice
72 * <p>The service type <code>Provider</code> is reserved for use by the
430 // Map<ServiceKey,Service>
432 private transient Map<ServiceKey,Service> serviceMap;
434 // Map<ServiceKey,Service>
436 private transient Map<ServiceKey,Service> legacyMap;
438 // Set<Service>
440 private transient Set<Service> serviceSet;
569 * service objects
716 Service service = serviceMap.get(key); local
    [all...]
  /prebuilts/tools/common/m2/repository/relaxngDatatype/relaxngDatatype/20020414/
relaxngDatatype-20020414.jar 
  /system/connectivity/shill/
mock_service.h 27 #include "shill/service.h"
32 class MockService : public Service {
34 // A constructor for the Service object
44 MOCK_METHOD3(DisconnectWithFailure, void(Service::ConnectFailure failure,
92 // Set a string for this Service via |store|. Can be wired to Save() for
100 const std::string& friendly_name() const { return Service::friendly_name(); }
metrics.h 34 #include "shill/service.h"
717 // Number of BSSes available for a wifi service when we attempt to connect
718 // to that service.
815 // Registers a service with this object so it can use the timers to track
817 void RegisterService(const Service& service);
819 // Deregisters the service from this class. All state transition timers
821 void DeregisterService(const Service& service);
823 // Tracks the time it takes |service| to go from |start_state| t
    [all...]
nice_mock_control.cc 57 Service* /*service*/) {
  /developers/build/prebuilts/gradle/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
ResponderService.java 21 import android.app.Service;
34 * A service that runs in the background and provides responses to the incoming messages from the
37 public class ResponderService extends Service {
59 Log.d(TAG, "Chat Service started");
74 return Service.START_STICKY;
87 return Service.START_STICKY;
142 Log.d(TAG, "Chat Service stopped");
  /developers/samples/android/wearable/wear/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
ResponderService.java 21 import android.app.Service;
34 * A service that runs in the background and provides responses to the incoming messages from the
37 public class ResponderService extends Service {
59 Log.d(TAG, "Chat Service started");
74 return Service.START_STICKY;
87 return Service.START_STICKY;
142 Log.d(TAG, "Chat Service stopped");
  /development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/
ResponderService.java 21 import android.app.Service;
34 * A service that runs in the background and provides responses to the incoming messages from the
37 public class ResponderService extends Service {
59 Log.d(TAG, "Chat Service started");
74 return Service.START_STICKY;
87 return Service.START_STICKY;
142 Log.d(TAG, "Chat Service stopped");
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/guestbook/client/
guestbook.py 47 class PostService(remote.Service):
  /external/guice/extensions/struts2/example/src/com/google/inject/struts2/example/
ExampleListener.java 46 bind(Service.class).to(ServiceImpl.class);
  /external/mdnsresponder/mDNSPosix/
Makefile 109 # uClibc does not support Name Service Switch
266 # nss_mdns target builds the Name Service Switch module
268 @echo "Name Service Switch module done"
  /system/connectivity/apmanager/
mock_control.cc 41 Service* /* service */) {

Completed in 1528 milliseconds

1 2 3 4 5 6 7 891011>>