HomeSort by relevance Sort by last modified time
    Searched full:service (Results 201 - 225 of 7469) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pServiceRequest.java 24 * A class for creating a service discovery request for use with
27 * <p>This class is used to create service discovery request for custom
28 * vendor specific service discovery protocol {@link WifiP2pServiceInfo#SERVICE_TYPE_VENDOR_SPECIFIC}
29 * or to search all service protocols {@link WifiP2pServiceInfo#SERVICE_TYPE_ALL}.
31 * <p>For the purpose of creating a UPnP or Bonjour service request, use
41 * Service discovery protocol. It's defined in table63 in Wi-Fi Direct specification.
46 * The length of the service request TLV.
53 * Service transaction ID.
54 * This is a nonzero value used to match the service request/response TLVs.
59 * The hex dump string of query data for the requested service information
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java 24 import android.app.Service;
70 public class AdapterService extends Service {
87 private static final int ADAPTER_SERVICE_TYPE=Service.START_STICKY;
101 Log.d(TAG, "getAdapterService(): service not available");
103 Log.d(TAG,"getAdapterService(): service is cleaning up");
116 Log.d(TAG, "setAdapterService(): service not available");
118 Log.d(TAG,"setAdapterService(): service is cleaning up");
341 Log.w(TAG,"*************service already starting to cleanup... Ignoring cleanup request.........");
442 Log.w(TAG, "Unable to " + (state == BluetoothAdapter.STATE_OFF? "start" : "stop" ) +" service " +
448 Log.w(TAG, (state == BluetoothAdapter.STATE_OFF? "Stopping" : "Starting" ) +" service "
499 AdapterService service = getService(); local
506 AdapterService service = getService(); local
518 AdapterService service = getService(); local
530 AdapterService service = getService(); local
542 AdapterService service = getService(); local
554 AdapterService service = getService(); local
565 AdapterService service = getService(); local
577 AdapterService service = getService(); local
588 AdapterService service = getService(); local
599 AdapterService service = getService(); local
610 AdapterService service = getService(); local
621 AdapterService service = getService(); local
632 AdapterService service = getService(); local
643 AdapterService service = getService(); local
654 AdapterService service = getService(); local
664 AdapterService service = getService(); local
671 AdapterService service = getService(); local
678 AdapterService service = getService(); local
689 AdapterService service = getService(); local
700 AdapterService service = getService(); local
711 AdapterService service = getService(); local
722 AdapterService service = getService(); local
729 AdapterService service = getService(); local
740 AdapterService service = getService(); local
751 AdapterService service = getService(); local
762 AdapterService service = getService(); local
773 AdapterService service = getService(); local
784 AdapterService service = getService(); local
795 AdapterService service = getService(); local
806 AdapterService service = getService(); local
817 AdapterService service = getService(); local
828 AdapterService service = getService(); local
835 AdapterService service = getService(); local
847 AdapterService service = getService(); local
859 AdapterService service = getService(); local
865 AdapterService service = getService(); local
871 AdapterService service = getService(); local
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
Provider2Test.java 131 // Regression Test for Provider.Service.getAlias(), which is an package
137 Provider.Service service = new Provider.Service(mockProvider, local
139 mockProvider.putService(service);
162 public void putService(Provider.Service service) {
163 super.putService(service);
166 public void removeService(Provider.Service service) {
    [all...]
  /external/chromium/chrome/common/
service_messages.h 23 // Service process messages:
24 // These are messages from the browser to the service process.
25 // Tell the service process to enable the cloud proxy passing in the lsid
29 // Tell the service process to enable the cloud proxy passing in specific
32 std::string, /* token for cloudprint service */
33 std::string /* token for Google Talk service */)
34 // Tell the service process to disable the cloud proxy.
55 // Tell the service process to shutdown.
58 // Tell the service process that an update is available.
62 // Service process host messages
    [all...]
  /frameworks/base/docs/html/guide/google/play/licensing/
index.jd 5 <p>Google Play offers a licensing service that lets you enforce licensing policies for
10 <p>Using the service, you can apply a flexible licensing policy on an application-by-application
17 <p>The licensing service is a secure means of controlling access to your applications. When an
24 service. No special account or registration is needed. Additionally, because the service uses no
28 <p class="note"><strong>Note:</strong> The Google Play Licensing service is primarily intended
30 on Google Play. However, any application (including free apps) may use the licensing service
32 sends to the licensing service is not to check whether the user paid for the app, but to request the
37 <p>To learn more about Google Play's application licensing service and start integrating it into
43 <dd>Describes how the service works and what a typical licensing implementation look
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
Provider2Test.java 131 // Regression Test for Provider.Service.getAlias(), which is an package
137 Provider.Service service = new Provider.Service(mockProvider, local
139 mockProvider.putService(service);
162 public void putService(Provider.Service service) {
163 super.putService(service);
166 public void removeService(Provider.Service service) {
    [all...]
  /system/core/init/
init.h 80 struct service { struct
107 /* keycodes for triggering this service via /dev/keychord */
122 struct service *service_find_by_name(const char *name);
123 struct service *service_find_by_pid(pid_t pid);
124 struct service *service_find_by_keychord(int keychord_id);
125 void service_for_each(void (*func)(struct service *svc));
127 void (*func)(struct service *svc));
129 void (*func)(struct service *svc));
130 void service_stop(struct service *svc);
131 void service_reset(struct service *svc)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
MessengerService.java 22 import android.app.Service;
41 * This is an example of implementing an application service that uses the
43 * remote interaction with a service, without needing to define an AIDL
47 * happen in the service. This is generally how background services should
51 //BEGIN_INCLUDE(service)
52 public class MessengerService extends Service {
61 * Command to the service to register a client, receiving callbacks
62 * from the service. The Message's replyTo field must be a Messenger of
68 * Command to the service to unregister a client, ot stop receiving callbacks
69 * from the service. The Message's replyTo field must be a Messenger o
    [all...]
  /device/samsung/tuna/
init.tuna.rc 120 service fRom /system/bin/fRom \
128 service pvrsrvctl /vendor/bin/pvrsrvctl --start --no-module
135 service setup_fs /system/bin/setup_fs \
143 service tf_daemon /system/bin/tf_daemon \
149 service smc_pa_wvdrm /system/bin/smc_pa_ctrl \
158 service sdcard /system/bin/sdcard /data/media /mnt/shell/emulated 1023 1023
161 service p2p_supplicant /system/bin/wpa_supplicant \
173 service wpa_supplicant /system/bin/wpa_supplicant \
184 service dhcpcd_wlan0 /system/bin/dhcpcd -aABDKL
189 service dhcpcd_p2p /system/bin/dhcpcd -aABK
    [all...]
  /tools/motodev/src/plugins/devices.services/src/com/motorola/studio/android/devices/services/
DeviceServicesPlugin.java 305 * Retrieves the adb shell service handler.
307 * @return The currently registered stop service handler, or <null> if no handler is registered.
313 // find the appropriate stop service handler
319 for (IService service : services)
321 IServiceHandler handler = service.getHandler();
333 * Retrieves the emulator console service handler.
335 * @return The currently registered stop service handler, or <null> if no handler is registered.
341 // find the appropriate stop service handler
345 for (IService service : services)
347 IServiceHandler handler = service.getHandler();
    [all...]
  /frameworks/base/services/java/com/android/server/accessibility/
AccessibilityManagerService.java 102 * This class is instantiated by the system as a system level service and can be
103 * accessed only by the system. The task of this service is to be a centralized
157 private Service mUiAutomationService;
159 private Service mQueryBridge;
223 // We will update when the automation service dies.
385 List<Service> services = getUserStateLocked(resolvedUserId).mServices;
391 Service service = services.get(i); local
392 if ((service.mFeedbackType & feedbackTypeBit) != 0) {
393 result.add(service.mAccessibilityServiceInfo)
413 Service service = services.get(i); local
604 Service service = getQueryBridge(); local
752 Service service = state.mServices.get(i); local
840 Service service = state.mServices.get(i); local
964 Service service = services.get(i); local
1038 Service service = componentNameToServiceMap.get(componentName); local
1217 Service service = userState.mServices.get(i); local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 45 * Provides Bluetooth Hid Host profile, as a service in
116 Log.d(TAG, "getHidService(): service is NULL");
118 Log.d(TAG,"getHidService(): service is not available");
131 Log.d(TAG, "setHidService(): service not available");
133 Log.d(TAG,"setHidService(): service is cleaning up");
276 * Handlers for incoming service calls
302 HidService service = getService(); local
303 if (service == null) return false;
304 return service.connect(device);
308 HidService service = getService() local
314 HidService service = getService(); local
325 HidService service = getService(); local
331 HidService service = getService(); local
337 HidService service = getService(); local
344 HidService service = getService(); local
350 HidService service = getService(); local
356 HidService service = getService(); local
362 HidService service = getService(); local
368 HidService service = getService(); local
374 HidService service = getService(); local
    [all...]
  /frameworks/base/docs/html/guide/topics/ui/accessibility/
services.jd 13 <li><a href="#service-declaration">Accessibility service declaration</a></li>
14 <li><a href="#service-config">Accessibility service configuration</a></li>
47 <p>An accessibility service is an application that provides user interface enhancements to
54 accessibility service.</p>
68 application manifests to be treated as an accessibility service by the Android system. This
72 <h3 id="service-declaration">Accessibility service declaration</h3>
74 <p>In order to be treated as an accessibility service, your application must include th
    [all...]
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractService.java 22 import com.google.common.util.concurrent.Service.State; // javadoc needs this
40 public abstract class AbstractService implements Service {
54 * If true, the user requested a shutdown while the service was still starting
60 * This method is called by {@link #start} to initiate service startup. The
67 * thread where it is convenient. It is invoked exactly once on service
73 * This method should be used to initiate service shutdown. The invocation
79 * thread where it is convenient. It is invoked exactly once on service
138 * Implementing classes should invoke this method once their service has
139 * started. It will cause the service to transition from {@link
142 * @throws IllegalStateException if the service is no
    [all...]
  /bootable/recovery/etc/
init.rc 40 service ueventd /sbin/ueventd
43 service recovery /sbin/recovery
45 service adbd /sbin/adbd recovery
54 on property:service.adb.root=1
  /cts/tests/accessibility/
AndroidManifest.xml 24 <service android:name=".SpeakingAccessibilityService"
32 </service>
34 <service android:name=".VibratingAccessibilityService"
42 </service>
  /cts/tests/src/android/app/cts/
MockService.java 19 import android.app.Service;
24 public class MockService extends Service {
35 * set the result as true when service bind
44 * set the result as true when service start
  /external/chromium/chrome/browser/chromeos/login/
help_app_launcher.cc 35 ExtensionService* service = profile->GetExtensionService(); local
37 DCHECK(service);
38 if (!service)
45 if (service->GetExtensionByURL(url))
  /external/chromium/chrome/browser/sessions/
session_service_test_helper.h 27 explicit SessionServiceTestHelper(SessionService* service);
64 void set_service(SessionService* service) { service_ = service; }
66 SessionService* service() { return service_.get(); } function in class:SessionServiceTestHelper
  /external/chromium/chrome/browser/ui/webui/
sync_internals_ui.h 33 // All other messages are routed to the sync service if it exists,
37 // getAboutInfo() be handled by the sync service.
46 // Returns the sync service's JsFrontend object, or NULL if the sync
47 // service does not exist.
  /external/mdnsresponder/Clients/
ReadMe.txt 8 platform, like "DNS Service Browser" and "DNS Service Registration",
24 DNS Service Browser Graphical X
25 DNS Service Registration Graphical X
  /external/qemu/android/protocol/
attach-ui-impl.h 19 * Contains the UI-side implementation of the "attach-ui" service that is
24 * service. Note that there can be only one instance of this service in the core.
32 /* Destroys the descriptor for the UI-side of the "attach-ui" service. */
attach-ui-proxy.h 17 * Contains the Core-side implementation of the "attach-ui" service that is
22 * service. Note that there can be only one instance of this service in the core.
30 /* Destroys the descriptor for the Core-side of the "attach-ui" service. */
ui-commands-impl.h 21 * Contains the UI-side implementation of the "core-ui-control" service that is
27 * service. Note that there can be only one instance of this service in the UI.
35 /* Destroys UI-side of the "core-ui-control" service. */
ui-commands-proxy.h 17 * Contains the Core-side implementation of the "core-ui-control" service that is
22 * service. Note that there can be only one instance of this service in the core.
30 /* Destroys the descriptor for the Core-side of the "core-ui-control" service. */

Completed in 740 milliseconds

1 2 3 4 5 6 7 891011>>