/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/ |
PerUserCarService.java | 18 import android.app.Service; 30 * This Service is run as the Current User on every User Switch and components of CarService can 31 * use this service to communicate with services/processes running as the current (non-system) user. 33 public class PerUserCarService extends Service { 90 public CarUserServiceBinder(PerUserCarService service) { 91 mCarUserService = service;
|
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
CarProjectionManagerTest.java | 18 import android.app.Service; 40 public static class TestService extends Service {
|
/tools/tradefederation/core/util-apps/DeviceSetupUtil/src/com/android/tradefed/utils/ |
DeviceSetupService.java | 22 import android.app.Service; 31 * A service that sets up the device for testing by dismissing the keyguard 34 public class DeviceSetupService extends Service { 41 Log.v(DeviceSetupIntentReceiver.TAG, "Setup service started."); 75 Log.v(DeviceSetupIntentReceiver.TAG, "Setup service stopped.");
|
/libcore/luni/src/test/java/libcore/java/security/ |
ProviderTest.java | 87 Set<Provider.Service> services = provider.getServices(); 91 Set<Provider.Service> originalServices = services; 92 services = new TreeSet<Provider.Service>( 93 new Comparator<Provider.Service>() { 94 public int compare(Provider.Service a, Provider.Service b) { 105 for (Provider.Service service : services) { 106 String type = service.getType(); 107 String algorithm = service.getAlgorithm().toUpperCase() 344 Provider.Service service = getService(bc, conscryptAlg); local 364 Provider.Service service = getService(bc, key); local 461 Provider.Service service = provider.getService("Fake", "FOO"); local 481 Provider.Service service = provider.getService("Signature", "FOO"); local 506 Provider.Service service = provider.getService("KeyFactory", "FOO"); local 529 Provider.Service service = provider.getService("Signature", "FOO"); local 547 Provider.Service service = provider.getService("Signature", "FOO"); local 570 Provider.Service service = provider.getService("Signature", "FOO"); local 592 Provider.Service service = provider.getService("Signature", "FOO"); local 611 Provider.Service service = provider.getService("Signature", "FOO"); local 630 Provider.Service service = provider.getService("Signature", "FOO"); local 649 Provider.Service service = provider.getService("Signature", "FOO"); local 668 Provider.Service service = provider.getService("Signature", "FOO"); local 691 Provider.Service service = provider.getService("CertStore", "FOO"); local 709 Provider.Service service = provider.getService("CertStore", "FOO"); local 729 Provider.Service service = provider.getService("CertStore", "FOO"); local [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...] |
/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; 104 * the superclass are intended for cryptographic service providers who wish to 237 List<Service> list = 239 Iterator<Service> t = list.iterator(); 247 Service s = t.next(); 571 private Iterator<Service> serviceIterator; 588 Delegate(Instance instance, Iterator<Service> serviceIterator, 623 Service s = serviceIterator.next();
|
/frameworks/native/libs/vr/libpdx/private/pdx/ |
service_endpoint.h | 13 class Service; 26 Service* service{nullptr}; 36 // without changing the Service, Client and Message classes of this library. 44 // Associates a Service instance with an endpoint by setting the service 45 // context pointer to the address of the Service. Only one Service may be 47 virtual Status<void> SetService(Service* service) = 0 [all...] |
/prebuilts/tools/common/m2/repository/relaxngDatatype/relaxngDatatype/20020414/ |
relaxngDatatype-20020414.jar | |
/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/ |
HttpProto.c | 624 HttpInstance->Service->ControllerHandle,
625 HttpInstance->Service->ImageHandle,
638 HttpInstance->Service->ImageHandle,
639 HttpInstance->Service->ControllerHandle,
651 HttpInstance->Service->ImageHandle,
660 HttpInstance->Service->Tcp4ChildHandle,
663 HttpInstance->Service->ImageHandle,
675 HttpInstance->Service->ControllerHandle,
676 HttpInstance->Service->ImageHandle,
689 HttpInstance->Service->ImageHandle, [all...] |
/device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/ |
Dhcp6Io.c | 839 DHCP6_SERVICE *Service;
841 Service = Instance->Service;
891 Service->UdpIo,
927 DHCP6_SERVICE *Service;
934 Service = Instance->Service;
935 ClientId = Service->ClientId;
938 ASSERT (Service->ClientId != NULL);
960 Packet->Dhcp6.Header.TransactionId = Service->Xid++; [all...] |
/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/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"
|
/libcore/ojluni/src/main/java/javax/crypto/ |
SecretKeyFactory.java | 31 import java.security.Provider.Service; 283 private Iterator<Service> serviceIterator; 301 List<Service> list = 478 Service s = serviceIterator.next();
|
/system/bt/service/common/android/bluetooth/ |
bluetooth_gatt_included_service.h | 19 #include "bluetooth/service.h" 37 const ::bluetooth::Service& service) // NOLINT(implicit) 38 : handle_(service.handle()), 39 uuid_(service.uuid()), 40 primary_(service.primary()){};
|
/bionic/libc/tools/ |
genserv.py | 10 this program is used to generate the hard-coded internet service list for the 17 class Service: 42 result = [] # list of Service objects 55 service = Service( m.group(1), int(m.group(2)), m.group(3) ) 62 service.add_alias(m.group(1)) 65 result.append(service)
|
/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/ |
ReceiveUriService.java | 19 import android.app.Service; 29 public class ReceiveUriService extends Service {
|
/cts/hostsidetests/content/test-apps/CtsSyncInvalidAccountAuthorityTestCases/src/android/content/sync/cts/ |
StubAuthenticator.java | 24 import android.app.Service; 30 public class StubAuthenticator extends Service {
|
/cts/tests/accessibility/src/android/view/accessibility/cts/ |
AccessibilityServiceInfoTest.java | 20 import android.app.Service; 29 * Tests whether accessibility service infos are properly reported. Logically, 32 * accessibility service and the fake service used for implementing the UI 48 * Tests whether a service can that requested it can retrieve 55 getInstrumentation().getContext().getSystemService(Service.ACCESSIBILITY_SERVICE); 59 assertSame("There should be one speaking service.", 1, enabledServices.size());
|
/cts/tests/app/app/src/android/app/stubs/ |
LocalService.java | 19 import android.app.Service; 28 public class LocalService extends Service {
|
MockService.java | 19 import android.app.Service; 26 public class MockService extends Service { 44 * set the result as true when service bind 57 * set the result as true when service start
|