HomeSort by relevance Sort by last modified time
    Searched full:services (Results 76 - 100 of 30786) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/content/public/android/java/src/org/chromium/content/app/
SandboxedProcessService8.java 7 // This is needed to register multiple SandboxedProcess services so that we can have
SandboxedProcessService9.java 7 // This is needed to register multiple SandboxedProcess services so that we can have
PrivilegedProcessService.java 7 // Privleged (unsandboxed) Services inherit from this class. We enforce the
PrivilegedProcessService0.java 7 // This is needed to register multiple PrivilegedProcess services so that we can have
  /external/oauth/core/src/main/java/
Android.mk 4 # This will build the client static library for the Google Services Framework
  /external/smali/gradle/wrapper/
gradle-wrapper.properties 6 distributionUrl=http\://services.gradle.org/distributions/gradle-1.2-bin.zip
  /frameworks/base/docs/html/guide/topics/location/
index.jd 10 <li><a href="#location">Location Services</a></li>
19 package {@link android.location}. The Google Location Services API, part of Google Play
20 Services, provides a more powerful, high-level framework that automates tasks such as
21 location provider choice and power management. Location Services also provides new
24 to their apps, should strongly consider using the Location Services API.
27 To learn more about the Location Services API, see
28 <a href="{@docRoot}google/play-services/location.html">Google Location Services for Android</a>.
38 <h2 id="location">Location Services</h2>
40 <p>Android gives your applications access to the location services supported b
    [all...]
  /system/core/toolbox/
start.c 15 /* defaults to starting the common services stopped by stop.c */
stop.c 13 /* defaults to stopping the common services */
  /frameworks/base/docs/html/training/id-auth/
index.jd 16 <li>Experience with <a href="{@docRoot}guide/components/services.html">Services</a></li>
33 devices know who your user is, what services they have access to, and where they
43 <li>Gain permission to access the user's online data via services like
46 back-end services
56 <dt><b><a href="authenticate.html">Authenticating to OAuth2 Services</a></b></dt>
57 <dd> Use OAuth2 to help users get permission to access web services without needing to type in a
  /cts/tests/tests/security/src/android/security/cts/
ServicePermissionsTest.java 32 * Verifies that permissions are enforced on various system services.
57 * registered system services checks if caller holds
62 String[] services = null; local
64 services = (String[]) Class.forName("android.os.ServiceManager")
73 if ((services == null) || (services.length == 0)) {
74 Log.w(TAG, "No registered services, that's odd");
78 for (String service : services) {
129 + "may be leaking sensitive data. At most, services should emit a "
  /frameworks/base/docs/html/guide/topics/ui/accessibility/
index.jd 15 <li><a href="services.html">
16 Building Accessibility Services</a></li>
45 <p>Android provides accessibility features and services for helping these users navigate their
47 directional-pad navigation. Android application developers can take advantage of these services to
50 <p>Android developers can also build their own accessibility services, which can provide
52 modes. Accessibility services can provide these enhancements for all applications, a set of
70 <dt><strong><a href="{@docRoot}guide/topics/ui/accessibility/services.html">
71 Building Accessibility Services</a></strong>
73 <dd>How to use API features to build services that make other applications more accessible for
  /libcore/luni/src/main/java/org/apache/harmony/security/fortress/
Services.java 33 public class Services {
41 private static final Map<String, Provider.Service> services field in class:Services
46 * Avoids similar provider/services iteration in SecureRandom constructor.
139 * Adds information about provider services into HashMap.
148 if (!services.containsKey(key)) {
149 services.put(key, service);
153 if (!services.containsKey(key)) {
154 services.put(key, service);
161 * Returns true if services contain any provider information.
164 return services.isEmpty()
    [all...]
  /frameworks/base/docs/html/training/connect-devices-wirelessly/
index.jd 32 seek out a nearby device running services with which it can communicate.
39 describes the NSD API for discovering available services and the Wi-Fi
42 combination to detect the services offered by a device and connect to the
49 <dd>Learn how to broadcast services offered by your own application, discover
50 services offered on the local network, and use NSD to determine the connection
58 <dd>Learn how to discover services published by nearby devices without being
  /frameworks/base/docs/html/training/location/
activity-recognition.jd 17 <a href="{@docRoot}google/play-services/setup.html">Setup Google Play Services SDK</a>
37 similar pattern. Based on the update interval you choose, Location Services sends out
40 Services.
44 Requesting activity recognition updates from Location Services is similar to requesting
45 periodic location updates. You send the request through a client, and Location Services sends
68 <!-- Check for Google Play services -->
69 <h3>Check for Google Play Services</h3>
71 Location Services is part of the Google Play services APK. Since it's hard to anticipate th
    [all...]
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 59 * Cache of registered services. This cache is lazily built by interrogating
65 * The services are referred to by type V and are made available via the
91 public Map<V, ServiceInfo<V>> services = null; field in class:RegisteredServicesCache.UserServices
95 UserServices<V> services = mUserServices.get(userId); local
96 if (services == null) {
97 services = new UserServices<V>();
98 mUserServices.put(userId, services);
100 return services;
104 * This file contains the list of known services. We would like to maintain this forever
126 // Load persisted services from dis
    [all...]
  /external/chromium/chrome/browser/profiles/
profile_keyed_service.h 11 // Many services that hang off Profile have a two-pass shutdown. Many
13 // all services will need this, so there's a default implementation. Only once
  /external/chromium_org/components/browser_context_keyed_service/
browser_context_keyed_service.h 15 // Many services that hang off BrowserContext have a two-pass shutdown. Many
17 // all services will need this, so there's a default implementation. Only once
  /frameworks/base/services/jni/
Android.mk 25 frameworks/base/services \
27 frameworks/native/services \
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
ILearning_MulticlassPA.aidl 17 package android.bordeaux.services;
24 import android.bordeaux.services.IntFloat;
IPredictor.aidl 17 package android.bordeaux.services;
19 import android.bordeaux.services.StringFloat;
  /prebuilts/tools/common/m2/repository/net/sf/kxml/kxml2/2.3.0/
kxml2-2.3.0-sources.jar 
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
LocalServices.java 35 List<String> services = new ArrayList<String>(); local
36 services.add("urn:schemas-upnp-org:service:AVTransport:1");
37 services.add("urn:schemas-upnp-org:service:ConnectionManager:1");
41 services);
  /developers/samples/android/common/src/java/com/example/android/common/play/
GoogleServicesConnectionFailedHelper.java 28 * Helper to handle errors from Google Play Services connections.
46 * Google Play services can resolve some errors it detects.
48 * start a Google Play services activity that can resolve
56 * Thrown if Google Play services canceled the original
  /external/chromium_org/components/nacl/loader/
DEPS 6 "+sandbox/linux/services",

Completed in 1352 milliseconds

1 2 34 5 6 7 8 91011>>