HomeSort by relevance Sort by last modified time
    Searched full:services (Results 26 - 50 of 24081) sorted by null

12 3 4 5 6 7 8 91011>>

  /tools/build/gradle/wrapper/
gradle-wrapper.properties 6 distributionUrl=http\://services.gradle.org/distributions/gradle-1.1-rc-2-bin.zip
  /frameworks/base/docs/html/training/id-auth/
index.jd 17 <li>Experience with <a href="{@docRoot}guide/components/services.html">Services</a></li>
34 devices know who your user is, what services they have access to, and where they
44 <li>Gain permission to access the user's online data via services like
47 back-end services
57 <dt><b><a href="authenticate.html">Authenticating to OAuth2 Services</a></b></dt>
58 <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 33 seek out a nearby device running services with which it can communicate.
40 describes the NSD API for discovering available services and the Wi-Fi
43 combination to detect the services offered by a device and connect to the
50 <dd>Learn how to broadcast services offered by your own application, discover
51 services offered on the local network, and use NSD to determine the connection
59 <dd>Learn how to discover services published by nearby devices without being
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 58 * Cache of registered services. This cache is lazily built by interrogating
64 * The services are referred to by type V and are made available via the
89 public Map<V, ServiceInfo<V>> services = null; field in class:RegisteredServicesCache.UserServices
93 UserServices<V> services = mUserServices.get(userId); local
94 if (services == null) {
95 services = new UserServices<V>();
96 mUserServices.put(userId, services);
98 return services;
102 * This file contains the list of known services. We would like to maintain this forever
124 // Load persisted services from dis
    [all...]
package.html 5 permissions, services, signatures, and providers.</p>
  /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
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
IAggregatorManager.aidl 17 package android.bordeaux.services;
19 import android.bordeaux.services.StringString;
ILearning_MulticlassPA.aidl 17 package android.bordeaux.services;
24 import android.bordeaux.services.IntFloat;
  /tools/motodev/src/plugins/devices.services/src/com/motorola/studio/android/devices/services/
DeviceServicesPlugin.java 16 package com.motorola.studio.android.devices.services;
43 import com.motorola.studio.android.devices.services.console.ADBShellHandler;
44 import com.motorola.studio.android.devices.services.console.EmulatorConsoleHandler;
53 public static final String PLUGIN_ID = "com.motorola.studio.android.devices.services";
56 "com.motorola.studio.android.devices.services.deployService";
59 "com.motorola.studio.android.devices.services.uninstallAppService";
68 "com.motorola.studio.android.devices.services.emulatorConsole";
71 "com.motorola.studio.android.devices.services.adbShell";
166 "Starting MOTODEV Android Device Services Plugin...");
173 "MOTODEV Android Device Services Plugin started.");
317 List<IService> services = device.getServices(); local
344 List<IService> services = device.getServices(); local
381 List<IService> services = device.getServices(); local
408 List<IService> services = device.getServices(); local
435 List<IService> services = device.getServices(); local
462 List<IService> services = device.getServices(); local
    [all...]
  /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);
  /frameworks/base/services/tests/servicestests/
Android.mk 15 LOCAL_JAVA_LIBRARIES := android.test.runner services
  /tools/motodev/src/plugins/devices.services/
plugin.xml 4 <!--START adb shell and console services START-->
6 id="com.motorola.studio.android.devices.services.adbShell"
11 handler="com.motorola.studio.android.devices.services.console.ADBShellHandler"
13 id="com.motorola.studio.android.devices.services.adbShell"
22 id="com.motorola.studio.android.devices.services.emulatorConsole"
27 handler="com.motorola.studio.android.devices.services.console.EmulatorConsoleHandler"
29 id="com.motorola.studio.android.devices.services.emulatorConsole"
42 id="com.motorola.studio.android.devices.services.adbShell">
54 id="com.motorola.studio.android.devices.services.adbShell">
66 id="com.motorola.studio.android.devices.services.emulatorConsole">
    [all...]
  /frameworks/ml/bordeaux/service/
AndroidManifest.xml 11 <service android:name=".services.BordeauxService"
15 <action android:name="android.bordeaux.services.IBordeauxService" />
18 <action android:name="android.bordeaux.services.BORDEAUX_SERVICE" />
  /tools/motodev/src/plugins/devices.services/META-INF/
MANIFEST.MF 4 Bundle-SymbolicName: com.motorola.studio.android.devices.services;singleton:=true
6 Bundle-Activator: com.motorola.studio.android.devices.services.DeviceServicesPlugin
21 Export-Package: com.motorola.studio.android.devices.services.i18n
  /system/core/adb/
OVERVIEW.TXT 28 services and devices.
36 few services for clients that run on the host.
59 4. Services
61 There are essentially two kinds of services that a client can talk to.
63 Host Services:
64 these services run within the ADB Server and thus do not need to
67 state. They are a few couple other services though.
69 Local Services:
70 these services either run within the adbd daemon, or are started by
119 The file SERVICES.TXT lists all services currently implemented by ADB
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
AccessibilityTestRunner.java 36 * installing a package with some accessibility services, enabling
37 * these services, running the tests, disabling the services, and removing
38 * the accessibility services package.
43 "android.view.accessibility.services";
46 "android.view.accessibility.services.SpeakingAccessibilityService";
49 "android.view.accessibility.services.VibratingAccessibilityService";
  /packages/apps/Contacts/src/com/android/contacts/
ContactsActivity.java 32 * A common superclass for Contacts activities that handles application-wide services.
43 InjectedServices services = ContactsApplication.getInjectedServices(); local
44 if (services != null) {
45 mContentResolver = services.getContentResolver();
56 InjectedServices services = ContactsApplication.getInjectedServices(); local
57 if (services != null) {
58 SharedPreferences prefs = services.getSharedPreferences();
  /external/apache-harmony/support/src/test/resources/tests/resources/ServiceLoader/
hyts_services.jar 
  /external/freetype/include/freetype/internal/
ftserv.h 5 /* The FreeType services (specification only). */
20 /* Each module can export one or more `services'. Each service is */
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
bugTools.jar 
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityManager.java 280 * Requests feedback interruption from all accessibility services.
289 Log.i(LOG_TAG, "Requested interrupt from all services");
292 Log.e(LOG_TAG, "Error while requesting interrupt from all services. ", re);
297 * Returns the {@link ServiceInfo}s of the installed accessibility services.
306 List<ServiceInfo> services = new ArrayList<ServiceInfo>(); local
310 services.add(info.getResolveInfo().serviceInfo);
312 return Collections.unmodifiableList(services);
316 * Returns the {@link AccessibilityServiceInfo}s of the installed accessibility services.
321 List<AccessibilityServiceInfo> services = null; local
323 services = mService.getInstalledAccessibilityServiceList(mUserId)
348 List<AccessibilityServiceInfo> services = null; local
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/fortress/
EngineTest.java 29 import org.apache.harmony.security.fortress.Services;
41 Services.updateServiceInfo();
49 Services.initServiceInfo(p);
68 Services.initServiceInfo(p);
81 Services.initServiceInfo(p);
99 Services.initServiceInfo(p);

Completed in 448 milliseconds

12 3 4 5 6 7 8 91011>>