/frameworks/base/core/java/android/printservice/ |
package.html | 4 Provides classes for implementing print services. Print services are plug-in components 5 that know how to talk to printers via some standard protocols. These services serve as a
|
/frameworks/base/docs/html/google/ |
index.jd | 1 page.title=Google Services 22 <img src="{@docRoot}images/google/google-services.png" alt="" width="340" height="193" /> 26 <h1 itemprop="name" style="margin-bottom:0;">Google Services</h1> 27 <p itemprop="description">Google offers a variety of services that help you 31 <p>Although these Google services are not included in the Android platform, they are 32 supported by most Android-powered devices. When using these services, you can 34 or higher, and some services support even more devices.</p> 50 <h4><a href="{@docRoot}google/play-services/maps.html" 62 <h4><a href="{@docRoot}google/play-services/plus.html" 115 <h4><a href="{@docRoot}google/play-services/wallet.html [all...] |
/frameworks/ml/bordeaux/service/ |
AndroidManifest.xml | 12 <service android:name=".services.BordeauxService" 16 <action android:name="android.bordeaux.services.IBordeauxService" /> 19 <action android:name="android.bordeaux.services.BORDEAUX_SERVICE" />
|
/frameworks/base/docs/html/training/location/ |
receive-location-updates.jd | 10 <li><a href="#PlayServices">Check for Google Play Services</a></li> 11 <li><a href="#DefineCallbacks">Define Location Services Callbacks</a></li> 20 <a href="{@docRoot}google/play-services/setup.html">Setup Google Play Services SDK</a> 41 a more direct approach is to request periodic updates from Location Services. In 42 response, Location Services automatically updates your app with the best available location, 46 To get periodic location updates from Location Services, you send a request using a location 47 client. Depending on the form of the request, Location Services either invokes a callback 51 parameters you pass to Location Services with the request. 56 Apps that use Location Services must request location permissions. Android has two locatio [all...] |
geofencing.jd | 20 <a href="{@docRoot}google/play-services/setup.html">Setup Google Play Services SDK</a> 41 Location Services treats a geofences as an area rather than as a points and proximity. This 43 Location Services to send you entrance events or exit events or both. You can also limit the 45 expires, Location Services automatically removes it. 48 Send geofences to Location Services 62 <!-- Check for Google Play services --> 63 <h3>Check for Google Play Services</h3> 65 Location Services is part of the Google Play services APK. Since it's hard to anticipate th [all...] |
/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
RegisteredAidCache.java | 36 // mAidServices is a tree that maps an AID to a list of handling services 42 // more services. It differs from mAidServices in the sense that it 44 // is authoritative for the current set of services and defaults. 53 List<ApduServiceInfo> services; field in class:RegisteredAidCache.AidResolveInfo 164 if (resolveInfo == null || resolveInfo.services == null || 165 resolveInfo.services.size() == 0) { 171 } else if (resolveInfo.services.size() == 1) { 172 return service.equals(resolveInfo.services.get(0).getComponent()); 263 * Resolves an AID to a set of services that can handle it. 272 resolveInfo.services = new ArrayList<ApduServiceInfo>() [all...] |
/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";
|
/external/chromium_org/third_party/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/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...] |
/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 | |
hyts_services2.jar | |
/frameworks/base/docs/html/google/play-services/ |
id.jd | 13 resettable ID for advertising, provided by Google Play services. It gives 42 <h4>1. Get the Google Play services SDK</h4> 43 <p>The advertising ID APIs are part of the Google Play services platform.</p> 44 <p>To get started, <a href="{@docRoot}google/play-services/setup.html">set up</a> 45 the Google Play services SDK. </p> 48 <p>Once you've installed the Google Play services package, review the <a href="#get_started">overview</a> 65 provided in Google Play services. 73 to apps through a Google Play services API. 86 Google Play services APIs expose the user's advertising ID as a string format of UUID, 94 <li>The advertising ID APIs are supported in Google Play services 4.0+</li [all...] |
ads.jd | 2 page.tags="Ads","monetization", "AdMob", "Google Play services" 20 ad features and capabilities through Google Play services, without having to 39 <p>The Google Mobile Ads SDK is part of Google Play services, so you can take advantage of features 40 and capabilities in each new release of Google Play services, without needing to update your 61 <h4>1. Get the Google Play services SDK</h4> 62 <p>The Google Mobile Ads APIs are part of the Google Play services platform.</p> 63 <p>To get started, <a href="{@docRoot}google/play-services/setup.html">set up</a> 64 the Google Play services SDK.</p> 67 <p>Once you've installed the Google Play services package, the Google Mobile Ads sample is located 68 in <code><android-sdk>/extras/google-play-services/samples/ads</code> and shows you how t [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/ |
bugTools.jar | |
/developers/samples/android/common/src/java/com/example/android/common/play/ |
PlayHelper.java | 30 * Helper class for Google Play Services functions. 43 * Checks for Google Play Services installation on the device. If found, validates the 49 * @param requestCode If we need to download Google Play Services, the download activity will be 57 // Query for the status of Google Play services on the device 68 // If Google Play services can provide an error dialog 88 * Checks for Google Play Services installation on the device. If the service is installed but
|
/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);
|
/external/chromium_org/mojo/services/native_viewport/ |
native_viewport_impl.cc | 5 #include "mojo/services/native_viewport/native_viewport_impl.h" 9 #include "mojo/services/gles2/gles2_impl.h" 10 #include "mojo/services/native_viewport/native_viewport.h" 14 namespace services { namespace in namespace:mojo 45 native_viewport_ = services::NativeViewport::Create(context_, this); 145 } // namespace services
|
native_viewport_x11.cc | 5 #include "mojo/services/native_viewport/native_viewport.h" 15 namespace services { namespace in namespace:mojo 95 } // namespace services
|
/external/chromium_org/tools/deep_memory_profiler/visualizer/ |
app.py | 19 import services namespace 45 template_values['json'] = services.GetProfiler(run_id) 46 template_values['template'] = services.GetTemplate(tmpl_id) 58 run_id = services.CreateProfiler(blob_info) 59 default_key = services.CreateTemplates(blob_info) 83 tmpl_key = services.CreateTemplate(content)
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/accessibility/ |
AccessibilityManager.java | 95 * Requests interruption of the accessibility feedback from all accessibility services. 101 * Returns the {@link ServiceInfo}s of the installed accessibility services. 108 List<ServiceInfo> services = null; local 109 return Collections.unmodifiableList(services); 115 List<AccessibilityServiceInfo> services = null; local 116 return Collections.unmodifiableList(services);
|
/packages/apps/Settings/src/com/android/settings/print/ |
SettingsUtils.java | 61 List<ComponentName> services) { 63 final int serviceCount = services.size(); 65 ComponentName service = services.get(i);
|
/bionic/libc/tools/ |
genserv.py | 8 usage: genserv < /etc/services > libc/netbsd/net/services.h 69 services = parse(sys.stdin) variable 71 for s in services:
|
/development/samples/Support4Demos/src/com/example/android/supportv4/accessibility/ |
_index.html | 11 about enabled accessibility services.</dd>
|