/frameworks/base/core/res/res/values-mcc510-mnc89/ |
config.xml | 22 Indonesia Hutchison does not support Call Barring service
|
/frameworks/base/docs/html/google/gcm/ |
index.jd | 16 Google Cloud Messaging for Android (GCM) is a service that allows you to send data 17 from your server to your users' Android-powered device, and also to receive messages from devices on the same connection. The GCM service handles all aspects of queueing of messages and delivery to the target Android application running on the target device. GCM is completely free no matter how big your messaging needs are, and there are no quotas. 48 <p>GCM's Cloud Connection Service (CCS) lets you communicate with Android devices over a persistent XMPP connection. The primary advantages of CCS are speed, and the ability to receive upstream messages (that is, messages from a device to the cloud). You can use the service in tandem with existing GCM APIs. Use <a href="https://services.google.com/fb/forms/gcm/">this form</a> to sign up for CCS. <a href="{@docRoot}google/gcm/ccs.html">Learn more »</a></p>
|
/frameworks/base/docs/html/google/play/billing/ |
index.jd | 4 <p>In-app Billing is a Google Play service that lets you sell digital content from inside 5 your applications. You can use the service to sell a wide range of content, including downloadable 26 <p>When you use the in-app billing service to sell an item, 29 any financial transactions. Google Play uses the same checkout backend service as
|
/frameworks/base/docs/html/sdk/api_diff/15/changes/ |
packages_index_all.html | 65 <A HREF="pkg_android.service.textservice.html" class="hiddenlink" target="rightframe">android.service.textservice</A><br> 66 <A HREF="pkg_android.service.wallpaper.html" class="hiddenlink" target="rightframe">android.service.wallpaper</A><br>
|
packages_index_changes.html | 65 <A HREF="pkg_android.service.textservice.html" class="hiddenlink" target="rightframe">android.service.textservice</A><br> 66 <A HREF="pkg_android.service.wallpaper.html" class="hiddenlink" target="rightframe">android.service.wallpaper</A><br>
|
/frameworks/base/docs/html/training/cloudsync/ |
index.jd | 11 service, making sure all your devices always stay in sync, and your valuable
|
/frameworks/base/packages/DefaultContainerService/ |
AndroidManifest.xml | 18 <service android:name=".DefaultContainerService"
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
BootReceiver.java | 43 Log.e(TAG, "Can't start load average service", e);
|
DessertCaseDream.java | 19 import android.service.dreams.DreamService;
|
/frameworks/base/services/java/com/android/server/ |
IoThread.java | 24 * service operations that can potential block briefly on network IO operations
|
/frameworks/base/services/java/com/android/server/location/ |
GeofenceProxy.java | 43 "com.android.location.service.GeofenceProvider"; 104 public void onServiceConnected(ComponentName name, IBinder service) { 106 mGeofenceHardware = IGeofenceHardware.Stub.asInterface(service); 168 // service. But this check does make the code more robust.
|
/frameworks/base/services/jni/ |
com_android_server_SystemServer.cpp | 32 // Start the sensor service
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
DropBoxTest.java | 199 DropBoxManagerService service = new DropBoxManagerService(getContext(), dir); local 200 DropBoxManager dropbox = new DropBoxManager(service); 246 service.stop(); 282 DropBoxManagerService service = new DropBoxManagerService(getContext(), dir); local 283 DropBoxManager dropbox = new DropBoxManager(service); 323 service.stop(); 345 DropBoxManagerService service = new DropBoxManagerService(getContext(), dir); local 346 DropBoxManager dropbox = new DropBoxManager(service); 425 service.stop(); 440 DropBoxManagerService service = new DropBoxManagerService(getContext(), dir) local 471 DropBoxManagerService service = new DropBoxManagerService(getContext(), dir); local 524 DropBoxManagerService service = new DropBoxManagerService(getContext(), dir); local [all...] |
/frameworks/base/tests/BandwidthTests/ |
AndroidManifest.xml | 29 <service android:name=".BandwidthEnforcementTestService" android:exported="true" />
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/ |
TrackerActivity.java | 45 * Activity for location tracker service 48 * stopping location tracker service, as well as displaying the current location 53 * - enable/disable "start service" and "stop service" menu items as
|
/frameworks/ex/camera2/public/src/com/android/ex/camera2/exceptions/ |
TimeoutRuntimeException.java | 21 * <p>This typically happens due to a deadlock or bug in the camera service,
|
/frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/ |
VariableSpeedTest.java | 34 // the media player before I can be confident that I can shut down the executor service.
|
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
IAggregatorManager.aidl | 35 // return whether the service is in fake mode
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
WapPushManagerParams.java | 29 * Application type service
|
/frameworks/testing/uiautomator/utils/SleepUtils/AlarmService/src/com/android/testing/alarmservice/ |
WakeUpCall.java | 37 // poke the lock so the service side can be woken from waiting on the lock
|
/frameworks/volley/ |
proguard.cfg | 10 -keep public class * extends android.app.Service
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
p2p.h | 95 #define P2P_CAPSE_DEV_SERVICE_DIS 0x1 /* Service Discovery */ 420 * P2P Service Discovery related 447 /* Service Protocol Type */ 456 /* Service Discovery response status code */ 478 * tuple is defined for P2P Service Discovery 486 uint16 svc_updi; /* Service Update Indicator */ 487 uint8 svc_tlvs[1]; /* wifi_p2psd_qreq_tlv_t type for service request, 488 * wifi_p2psd_qresp_tlv_t type for service response 493 /* Service Request TLV */ 496 uint8 svc_prot; /* Service Protocol Type * [all...] |
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/ |
mcContainer.h | 86 /** Container is locked by service provider. */ 88 /** Container is locked by root and service provider. */ 106 /** Service provider container. */ 110 /** Service provider data. */
|
/libcore/luni/src/main/java/java/net/ |
UnknownServiceException.java | 24 * particular service requested by the URL connection. This could be happened if
|
/libcore/luni/src/main/java/java/nio/charset/spi/ |
CharsetProvider.java | 23 * The service provider class for character sets.
|