HomeSort by relevance Sort by last modified time
    Searched refs:Service (Results 376 - 400 of 880) sorted by null

<<11121314151617181920>>

  /packages/services/Car/car-lib/src/android/car/input/
CarInputHandlingService.java 21 import android.app.Service;
39 * A service that is used for handling of input events.
41 * <p>To extend this class, you must declare the service in your manifest file with
44 * &lt;service android:name=".MyCarInputService"
46 * &lt;/service></pre>
47 * <p>Also, you will need to register this service in the following configuration file:
48 * {@code packages/services/Car/service/res/values/config.xml}
53 public abstract class CarInputHandlingService extends Service {
137 EventHandler(CarInputHandlingService service) {
138 mRefService = new WeakReference<>(service);
143 CarInputHandlingService service = mRefService.get(); local
    [all...]
  /packages/services/Car/tools/bootanalyze/stressfs/src/com/android/car/test/stressfs/
WritingService.java 18 import android.app.Service;
60 public class WritingService extends Service {
113 /** Raises service priority and starts the writing threads. */
118 .setContentTitle("Stress Filesystem service running.")
122 // Raise priority of this service.
158 // interaction needed from the activity starting the service.
162 /** Keeps service alive once started. */
  /packages/services/Telephony/src/com/android/phone/
NetworkQueryService.java 19 import android.app.Service;
38 * Service code used to assist in querying the network for service
41 public class NetworkQueryService extends Service {
49 // static states indicating the query status of the service
59 /** state of the query service */
63 * Class for clients to access. Because we know this service always
178 * Required for service implementation.
189 if (DBG) log("binding service implementation");
  /packages/services/Telephony/src/com/android/phone/otasp/
OtaspActivationService.java 18 import android.app.Service;
37 * otasp activation service handles all logic related with OTASP call.
38 * OTASP is a CDMA-specific feature: OTA or OTASP == Over The Air service provisioning
45 public class OtaspActivationService extends Service {
75 logd("otasp service onCreate");
196 logd("otasp service onComplete");
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-transport-file/1.0.2.v20150114/
aether-transport-file-1.0.2.v20150114.jar 
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/service/
ControllerService.java 17 package com.android.tools.sdkcontroller.service;
26 import android.app.Service;
40 * The background service of the SdkController.
43 * The service manages a number of SDK controller channels which can be seen as
53 * All the channels are created when the service starts, and whether the emulator
61 public class ControllerService extends Service {
65 * http://developer.android.com/reference/android/app/Service.html#LocalServiceSample
84 * Whether the service is running. Set to true in onCreate, false in onDestroy.
88 /** Internal error reported by the service. */
92 * Interface that the service uses to notify binded activities
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DnsImpl.c 549 DNS_SERVICE *Service;
556 Service = Instance->Service;
560 Service->TimerToGetMap,
568 while (!EFI_ERROR (gBS->CheckEvent (Service->TimerToGetMap))) {
601 DNS_SERVICE *Service;
606 Service = Instance->Service;
610 Service->TimerToGetMap,
618 while (!EFI_ERROR (gBS->CheckEvent (Service->TimerToGetMap))) {
    [all...]
DnsDriver.c 2 The driver binding and service binding protocol for DnsDxe driver.
80 @param[in] Service The pointer to the DNS service.
89 IN DNS_SERVICE *Service,
106 DnsIns->Service = Service;
108 if (Service->IpVersion == IP_VERSION_4) {
117 Service->ControllerHandle, /// NicHandle
118 Service->ImageHandle,
120 Service->IpVersion,
    [all...]
  /cts/tests/tests/uidisolation/src/android/uidisolation/cts/
ServiceRunnerActivity.java 20 import android.app.Service;
44 // Handler of incoming messages from service.
81 public void onServiceConnected(ComponentName className, IBinder service) {
82 mService = new Messenger(service);
84 // Send a message to the service to register.
90 // In this case the service has crashed before we could even do anything.
91 Log.e(TAG, "Failed to send start message to service.");
97 // This is called when the connection with the service has been unexpectedly
99 Log.e(TAG, "Service disconnected.");
  /external/conscrypt/openjdk-integ-tests/src/test/java/libcore/javax/net/ssl/
TrustManagerFactoryTest.java 195 Set<Provider.Service> services = provider.getServices();
196 for (Provider.Service service : services) {
197 String type = service.getType();
201 String algorithm = service.getAlgorithm();
241 Set<Provider.Service> services = provider.getServices();
242 for (Provider.Service service : services) {
243 String type = service.getType();
247 String algorithm = service.getAlgorithm()
    [all...]
  /frameworks/base/core/java/android/app/
EphemeralResolverService.java 20 import android.app.Service;
41 * Base class for implementing the resolver service.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
GarbageMonitor.java 83 public static class Service extends SystemUI {
  /frameworks/native/services/vr/performanced/
main.cpp 30 std::shared_ptr<android::pdx::Service> service; local
62 CHECK_ERROR(!dispatcher, error, "Failed to create service dispatcher.");
64 service = android::dvr::PerformanceService::Create();
65 CHECK_ERROR(!service, error, "Failed to create performance service service.");
66 dispatcher->AddService(service);
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
TrustManagerFactoryTest.java 179 Set<Provider.Service> services = provider.getServices();
180 for (Provider.Service service : services) {
181 String type = service.getType();
185 String algorithm = service.getAlgorithm();
225 Set<Provider.Service> services = provider.getServices();
226 for (Provider.Service service : services) {
227 String type = service.getType();
231 String algorithm = service.getAlgorithm()
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
SimImportService.java 21 import android.app.Service;
49 public class SimImportService extends Service {
54 * Wrapper around the service state for testability
131 * @param context context to use for starting the service
235 // calls to stopSelf occur in the correct order (because this service uses a single thread
238 private Service mHost;
241 private StopTask(Service host, int startId) {
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
ProgressService.java 21 import android.app.Service;
  /prebuilts/go/darwin-x86/src/net/
nss_test.go 17 # Example configuration of GNU Name Service Switch functionality.
19 # nfo libc "Name Service Switch"' for information about this file.
  /prebuilts/go/darwin-x86/src/net/rpc/
debug.go 24 Service {{.Name}}
52 Service *service
77 for sname, service := range server.serviceMap {
78 services[i] = debugService{service, sname, make(methodArray, len(service.method))}
80 for mname, method := range service.method {
  /prebuilts/go/linux-x86/src/net/
nss_test.go 17 # Example configuration of GNU Name Service Switch functionality.
19 # nfo libc "Name Service Switch"' for information about this file.
  /prebuilts/go/linux-x86/src/net/rpc/
debug.go 24 Service {{.Name}}
52 Service *service
77 for sname, service := range server.serviceMap {
78 services[i] = debugService{service, sname, make(methodArray, len(service.method))}
80 for mname, method := range service.method {
  /cts/tests/tests/keystore/src/android/keystore/cts/
SecretKeyFactoryTest.java 32 import java.security.Provider.Service;
60 // algorithms, it'll be caught because it'll have to expose at least one Service for such an
61 // algorithm, and this Service's algorithm will not be in the expected set.
64 Set<Service> services = provider.getServices();
68 for (Service service : services) {
69 if ("SecretKeyFactory".equalsIgnoreCase(service.getType())) {
70 String algLowerCase = service.getAlgorithm().toLowerCase(Locale.US);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ServiceStartArguments.java 23 import android.app.Service;
41 * This is an example of implementing an application service that runs locally
43 * class shows how to interact with the service.
46 * happen in the service. This is generally how background services should
54 public class ServiceStartArguments extends Service {
74 if ((msg.arg2&Service.START_FLAG_REDELIVERY) == 0) {
113 // Start up the thread running the service. Note that we create a
114 // separate thread because the service normally runs in the process's
174 * Show a notification while this service is running.
190 // We show this for as long as our service is processing a command
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Impl.c 43 the EFI DHCPv4 Service Binding Protocol is installed. This function can be
48 DHCPv4 Service Binding Protocol driver instance has configured this EFI DHCPv4
247 Use the EFI Boot Service FreePool() on the resulting pointer
377 DhcpSb = Instance->Service;
547 Give up the control of the DHCP service to let other child
548 resume. Don't change the service's DHCP state and the Client
551 @param DhcpSb The DHCP service instance.
590 the EFI DHCPv4 Service Binding Protocol is installed. This function can be
595 DHCPv4 Service Binding Protocol driver instance has configured this EFI DHCPv4
678 DhcpSb = Instance->Service;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
Dhcp6Impl.h 123 #define DHCP6_SERVICE_FROM_THIS(Service) CR ((Service), DHCP6_SERVICE, ServiceBinding, DHCP6_SERVICE_SIGNATURE)
237 DHCP6_SERVICE *Service;
260 // Control block for Dhcp6 service, it's per Nic handle.
  /external/flatbuffers/src/
idl_gen_grpc.cpp 75 class FlatBufService : public grpc_generator::Service {
77 FlatBufService(const ServiceDef *service) : service_(service) {}
180 std::unique_ptr<const grpc_generator::Service> service(int i) const { function in class:flatbuffers::FlatBufFile
181 return std::unique_ptr<const grpc_generator::Service> (
207 auto service = file.service(i); local
210 std::string output = grpc_go_generator::GenerateServiceSource(&file, service.get(), &p);

Completed in 4903 milliseconds

<<11121314151617181920>>