HomeSort by relevance Sort by last modified time
    Searched full:service (Results 2301 - 2325 of 11175) sorted by null

<<919293949596979899100>>

  /frameworks/base/docs/html/training/articles/
security-tips.jd 285 mechanism where authentication is possible such as with a {@link android.app.Service}. (Even
297 <p>The <acronym title="Short Message Service">SMS</acronym> protocol was primarily designed for
382 know why a component or service requires a personal information, don?t
459 supplied by the user, and then use a short-lived, service-specific
464 {@link android.accounts.AccountManager} class to invoke a cloud-based service and do not store
521 android.app.Service}, and {@link android.content.BroadcastReceiver}.
530 href="{@docRoot}guide/topics/manifest/service-element.html#exported">{@code &lt;service&gt;}</a>
572 confirm that it is properly formatted for the invoked receiver, service, or
580 <p>A {@link android.app.Service} is often used to supply functionality for other applications t
    [all...]
  /frameworks/base/core/java/android/app/
ActivityManager.java 258 /** @hide Process is in the background running a service. Unlike oom_adj, this level
993 public ComponentName service; field in class:ActivityManager.RunningServiceInfo
2292 IBinder service = ServiceManager.checkService(name); local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DualPaymentEmulatorActivity.java 48 // Verify HCE service 2 is the default
77 builder.setMessage("PaymentService2 is not the default service according " +
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
ServReqMultiClientTestCase03.java 24 * Service discovery requester test case to removeServiceRequest and clearServiceResusts
89 * set service response listener callback.
UPnPServiceResponseListenerTest.java 81 "::urn:schemas-upnp-org:service:AVTransport:1"));
83 "::urn:schemas-upnp-org:service:ConnectionManager:1"));
  /cts/tests/tests/media/
AndroidManifest.xml 61 <service android:name="android.media.cts.RemoteVirtualDisplayService"
66 </service>
  /cts/tests/tests/media/src/android/media/cts/
MediaScannerConnectionTest.java 130 public void onServiceConnected(ComponentName className, IBinder service) {
131 super.onServiceConnected(className, service);
  /developers/samples/android/common/src/java/com/example/android/common/play/
PlayHelper.java 44 * installed version against the requested version. If the service is installed but
88 * Checks for Google Play Services installation on the device. If the service is installed but
  /development/samples/ApiDemos/
_index.html 34 <li><a href="src/com/example/android/apis/app/RemoteService.html">Service bindings</a></li>
42 Querying Accessibility Service</a></li>
  /development/samples/ApiDemos/res/layout/
remote_binding_options.xml 17 <!-- Demonstrates starting and stopping a local service.
28 android:text="Demonstrates various options that can be used when binding to a service to modify its process management."/>
  /development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/
WeatherWidgetService.java 33 * This is the service that provides the factory to be bound to the collection service.
  /development/samples/Wiktionary/
AndroidManifest.xml 66 <!-- Service to perform web API queries -->
67 <service android:name=".WordWidget$UpdateService" />
  /docs/source.android.com/src/devices/tech/datausage/
kernel-overview.jd 46 service, such as the download manager, media streaming service, etc,
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestSyntaxErrors.java 95 "start : animal (AND acClass)? service EOF;\n" +
97 "service : (HARDWARE | SOFTWARE) ;\n" +
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/jgss/
GSSManagerImplTest.java 99 gssName = gssManager.createName("service@host",
113 GSSName expectedGSSName = gssManager.createName("service/localhost", kerberosPrincipalOid);
  /external/apache-harmony/security/src/test/impl/java.injected/java/security/
Security_ImplTest.java 101 assertTrue("failed for non-existent service", alg1 != null);
102 assertEquals("failed for non-existent service", 0, alg1.size());
  /external/bluetooth/bluedroid/bta/pan/
bta_pan_api.c 49 ** Description Enable PAN service. This function must be
81 ** Description Disables PAN service.
  /external/bluetooth/bluedroid/stack/include/
hiddefs.h 142 char svc_name[HID_MAX_SVC_NAME_LEN]; /*Service Name */
143 char svc_descr[HID_MAX_SVC_DESCR_LEN]; /*Service Description*/
  /external/chromium/chrome/browser/
custom_home_pages_table_model.h 64 // Callback from history service. Updates the title of the Entry whose
71 // Callback from history service. Updates the icon of the Entry whose
  /external/chromium/chrome/browser/debugger/
extension_ports_remote_service.h 5 // ExtensionsPorts service: wires extension message ports through the
36 // dispatches messages to this service.
  /external/chromium/chrome/browser/extensions/
extension_tts_api_chromeos.cc 92 // The TTS service allows a range of 0 to 2 for speech pitch.
100 // The TTS service allows a range of 0 to 5 for speech volume.
  /external/chromium/chrome/browser/history/
download_create_info.h 5 // Download creation struct used for querying the history service.
21 // want to pass DownloadItems between threads. The history service also uses a
  /external/chromium/chrome/browser/net/
resolve_proxy_msg_helper.cc 87 // Unit-tests specify their own proxy service to use.
99 // Otherwise use the browser's global proxy service.
  /external/chromium/chrome/browser/notifications/
notification_exceptions_table_model.cc 27 DesktopNotificationService* service)
28 : service_(service),
  /external/chromium/chrome/browser/resources/sync_internals/
sync_log.js 24 // Service
27 self.log_('service', 'onSyncServiceStateChanged', {});

Completed in 879 milliseconds

<<919293949596979899100>>