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

<<51525354555657585960>>

  /frameworks/base/docs/html/training/run-background-service/
index.jd 1 page.title=Running in a Background Service
51 <b><a href="create-service.html">Creating a Background Service</a></b>
57 <b><a href="send-request.html">Sending Work Requests to the Background Service</a></b>
  /frameworks/base/location/java/android/location/
CountryDetector.java 27 * This class provides access to the system country detector service. This
28 * service allows applications to obtain the country that the user is in.
93 public CountryDetector(ICountryDetector service) {
94 mService = service;
IGeofenceProvider.aidl 22 * An interface for location providers implementing the Geofencing service
  /frameworks/base/packages/DefaultContainerService/res/values/
strings.xml 21 <!-- service name [CHAR LIMIT=25] -->
  /frameworks/base/packages/WallpaperCropper/
AndroidManifest.xml 13 <action android:name="android.service.wallpaper.CROP_AND_SET_WALLPAPER" />
  /frameworks/base/services/common_time/
common_clock_service.h 70 // and binderDied each call into the core service and obtain the core
71 // service thread lock when they call reevaluateAutoDisableState. The core
72 // service thread obtains the main thread lock whenever its thread is
75 // holding the callback lock when they called into the core service, we
  /frameworks/base/services/tests/servicestests/
AndroidManifest.xml 42 <service android:name="com.android.server.AccessibilityManagerServiceTest$MyFirstMockAccessibilityService"
47 </service>
49 <service android:name="com.android.server.AccessibilityManagerServiceTest$MySecondMockAccessibilityService"
54 </service>
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
IBordeauxServiceCallback.aidl 26 * Called when the service has a new value for you.
  /frameworks/native/include/binder/
IServiceManager.h 36 * Retrieve an existing service, blocking for a few seconds
42 * Retrieve an existing service, non-blocking.
47 * Register a service.
50 const sp<IBinder>& service,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CatException.java 23 * Base class for all the exceptions in CAT service.
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
RegisteredMediaRouteProvider.java 42 * Maintains a connection to a particular media route provider service.
159 Intent service = new Intent(MediaRouteProviderProtocol.SERVICE_INTERFACE); local
160 service.setComponent(mComponentName);
162 mBound = getContext().bindService(service, this, Context.BIND_AUTO_CREATE);
187 public void onServiceConnected(ComponentName name, IBinder service) {
195 Messenger messenger = (service != null ? new Messenger(service) : null);
206 Log.e(TAG, this + ": Service returned invalid messenger binder");
214 Log.d(TAG, this + ": Service disconnected");
234 Log.d(TAG, this + ": Service connection died")
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/Mci/
mcimcp.h 71 MC_MCP_RET_ERR_UNWRAP_SP_FAILED = 22, /**< Unwrapping of service provider container failed. */
74 MC_MCP_RET_ERR_SP_TL_DECRYPTION_FAILED = 25, /**< Decryption of service provider trustlet failed. */
75 MC_MCP_RET_ERR_SP_TL_HASH_CHECK_FAILED = 26, /**< Hash check of service provider trustlet failed. */
89 MC_MCP_CMD_OPEN_SESSION = 0x00000001, /**< Open a session to a service. */
90 MC_MCP_CMD_CLOSE_SESSION = 0x00000003, /**< Close an existing service session. */
243 mcUuid_t uuid; /**< Byte array containing the service UUID. */
252 mclfHeader_t tlHeader; /**< Service header. */
291 * The MAP command provides a block of memory to the context of a service.
313 uint32_t secureVirtualAdr; /**< Virtual address in the context of the service the WSM is mapped to, already includes a possible offset! */
325 * If the service is still accessing the memory, the service will trigger a segmentation fault
    [all...]
  /hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
readme.txt 14 service uim /system/bin/uim-sysfs
  /libcore/luni/src/main/java/javax/crypto/
package.html 12 the SPI (Service Provider Interface) abstract classes. With class {@link javax.crypto.SealedObject} a programmer can secure an object by
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
VCardCommonArguments.java 24 // Argument used to pass calling activities to the target activity or service.
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
EmailServiceConstants.java 17 package com.android.emailcommon.service;
IAccountService.aidl 17 package com.android.emailcommon.service;
IPolicyService.aidl 16 package com.android.emailcommon.service;
  /packages/apps/Email/src/com/android/email/service/
EasTestAuthenticatorService.java 17 package com.android.email.service;
24 import android.app.Service;
33 * Anauthenticator service for reconciliation tests; it simply adds the account to AccountManager
36 public class EasTestAuthenticatorService extends Service {
EmailBroadcastReceiver.java 17 package com.android.email.service;
  /packages/apps/Nfc/src/com/android/nfc/
LlcpPacket.java 33 * Returns the remote Service Access Point number
  /packages/apps/Nfc/src/com/android/nfc/ndefpush/
NdefPushClient.java 54 NfcService service = NfcService.getInstance(); local
58 sock = service.createLlcpSocket(0, MIU, 1, 1024);
66 if (DBG) Log.d(TAG, "about to connect to service " + NdefPushServer.SERVICE_NAME);
79 throw new IOException("Could not connect service.");
  /packages/apps/Settings/src/com/android/settings/
CryptKeeperConfirm.java 65 IBinder service = ServiceManager.getService("mount");
66 if (service == null) {
67 Log.e("CryptKeeper", "Failed to find the mount service");
72 IMountService mountService = IMountService.Stub.asInterface(service);
  /packages/apps/Stk/res/values/
strings.xml 26 <!-- Settings entry which describes the current SIM Toolkit service on the device -->
27 <string name="service_name">Service name</string>
28 <!-- Default description for service_name when no STK service is available -->
29 <string name="stk_no_service">No service available</string>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_fddi.h 68 __u8 dsap; /* destination service access point */
69 __u8 ssap; /* source service access point */
76 __u8 dsap; /* destination service access point */
77 __u8 ssap; /* source service access point */

Completed in 866 milliseconds

<<51525354555657585960>>