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

<<161162163164165166167168169170>>

  /frameworks/base/core/java/android/nfc/
ErrorCodes.java 20 * This class defines all the error codes that can be returned by the service
Tag.java 116 final int mServiceHandle; // for use by NFC service, 0 indicates a mock
117 final INfcTag mTagService; // interface to NFC service, will be null if mock tag
122 * Hidden constructor to be used by NFC service and internal classes.
284 throw new IOException("NFC service dead");
  /frameworks/base/core/java/android/nfc/tech/
Ndef.java 285 Log.e(TAG, "NFC service dead", e);
331 Log.e(TAG, "NFC service dead", e);
350 Log.e(TAG, "NFC service dead", e);
399 Log.e(TAG, "NFC service dead", e);
  /frameworks/base/core/java/android/print/
PrintJobInfo.java 56 * service, print job state.
143 /** Optional tag assigned by a print service.*/
351 * Gets the optional tag assigned by a print service.
362 * Sets the optional tag assigned by a print service.
  /frameworks/base/core/java/android/speech/tts/
SynthesisRequest.java 32 * Any additional parameters sent to the text to speech service are passed in
  /frameworks/base/core/java/com/android/server/
ResettableTimeout.java 63 // service for this in case our process crashes.
  /frameworks/base/core/tests/coretests/src/android/os/storage/
AsecTests.java 130 IBinder service = ServiceManager.getService("mount"); local
131 if (service != null) {
132 return IMountService.Stub.asInterface(service);
134 Log.e(TAG, "Can't get mount service");
  /frameworks/base/docs/html/google/play/billing/
versions.jd 14 <li>If the In-app Billing API version that you are using is earlier than version 3, the version information is returned in the <code>API_VERSION</code> key of the Bundle object passed in the {@code sendBillingRequest} method. For more information, see <a href="{@docRoot}google/play/billing/v2/billing_reference.html#billing-interface-v2">In-app Billing Service Interface</a>.</li>
  /frameworks/base/docs/html/sdk/api_diff/11/changes/
pkg_android.app.html 309 <A NAME="Service"></A>
310 <nobr><A HREF="android.app.Service.html">Service</A></nobr>
332 <a href="http://www.android.com/terms.html">Site Terms of Service</a> -
  /frameworks/base/docs/html/sdk/api_diff/15/changes/
methods_index_additions.html 155 <nobr><A HREF="android.service.textservice.SpellCheckerService.Session.html#android.service.textservice.SpellCheckerService.Session.onClose_added()" class="hiddenlink" target="rightframe"><b>onClose</b>
178 <nobr><A HREF="android.service.wallpaper.WallpaperService.Engine.html#android.service.wallpaper.WallpaperService.Engine.setOffsetNotificationsEnabled_added(boolean)" class="hiddenlink" target="rightframe"><b>setOffsetNotificationsEnabled</b>
methods_index_all.html 157 <nobr><A HREF="android.service.textservice.SpellCheckerService.Session.html#android.service.textservice.SpellCheckerService.Session.onClose_added()" class="hiddenlink" target="rightframe"><b>onClose</b>
182 <nobr><A HREF="android.service.wallpaper.WallpaperService.Engine.html#android.service.wallpaper.WallpaperService.Engine.setOffsetNotificationsEnabled_added(boolean)" class="hiddenlink" target="rightframe"><b>setOffsetNotificationsEnabled</b>
  /frameworks/base/docs/html/training/monitoring-device-state/
index.jd 30 <p>By taking steps such as disabling background service updates when you lose connectivity, or
  /frameworks/base/docs/html/training/run-background-service/
send-request.jd 1 page.title=Sending Work Requests to the Background Service
  /frameworks/base/location/java/android/location/
ILocationManager.aidl 34 * System private API for talking with the location service.
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardUpdateMonitorCallback.java 54 * @param spn The service provider name. May be null if it shouldn't be displayed.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationData.java 20 import android.service.notification.StatusBarNotification;
  /frameworks/base/packages/WAPPushManager/src/com/android/smspush/
WapPushManager.java 19 import android.app.Service;
37 * The WapPushManager service is implemented to process incoming
39 * ID mapping. The WapPushManager runs as a system service, and only the
50 public class WapPushManager extends Service {
  /frameworks/base/services/java/com/android/server/
DiskStatsService.java 33 * This service exists only as a "dumpsys" target which reports
UpdateLockService.java 118 pw.println("Permission Denial: can't dump update lock service from from pid="
  /frameworks/base/services/java/com/android/server/display/
DisplayAdapter.java 57 * calls that come in from outside of the display manager service.
  /frameworks/base/services/java/com/android/server/location/
FusedProxy.java 69 "com.android.location.service.FusedProvider",
  /frameworks/base/telephony/java/android/telephony/gsm/
GsmCellLocation.java 137 * Set intent notifier Bundle based on service state
  /frameworks/base/telephony/java/com/android/internal/telephony/
TelephonyIntents.java 29 * Broadcast Action: The phone service state has changed. The intent will have the following
291 * Broadcast Action: The Service Provider string(s) have been updated. Activities or
298 * <li><em>spn</em> - The service provider name, as a string.</li>
303 * appropriate placeholder string (eg, "No service").
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxClassifier.java 35 * Note: since the actual classifier is running in a remote the service.
BordeauxRanker.java 35 * Note: since the actual ranker is running in a remote the service.

Completed in 1912 milliseconds

<<161162163164165166167168169170>>