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

<<141142143144145146147148149150>>

  /external/smack/src/org/xbill/DNS/spi/
DNSJavaNameService.java 24 * This class implements a Name Service Provider, which Java can use
28 * This Name Service Provider uses dnsjava.
  /external/svox/pico/
AndroidManifest.xml 22 <service android:name=".PicoService"
29 </service>
  /external/tcpdump/
ip.h 54 u_int8_t ip_tos; /* type of service */
70 * Definitions for IP type of service (ip_tos)
print-pppoe.c 80 { PPPOE_SERVICE_NAME, "Service-Name" },
86 { PPPOE_SERVICE_NAME_ERROR, "Service-Name-Error" },
print-radius.c 26 * "Remote Authentication Dial In User Service (RADIUS)"
160 /* Service-Type Attribute standard values */
199 /* Login-Service Attribute standard values */
270 "Lost Service",
282 "Service Unavailable",
349 { "Service Type", serv_type, TAM_SIZE(serv_type)-1, 1, print_attr_num },
358 { "Login Service", login_serv, TAM_SIZE(login_serv), 0, print_attr_num },
377 { "Login LAT Service", NULL, 0, 0, print_attr_string },
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.h 111 const char *service);
113 const char *service);
  /external/zlib/src/as400/
readme.txt 43 4) Compile and generate the service program:
99 as400/compile.clp COMPILE CLP Compile sources & generate service program
  /frameworks/base/core/java/android/app/
IActivityManager.java 53 * System private API for talking with the activity manager service. This
143 public PendingIntent getRunningServiceControlPanel(ComponentName service)
145 public ComponentName startService(IApplicationThread caller, Intent service,
147 public int stopService(IApplicationThread caller, Intent service,
154 Intent service, String resolvedType,
158 Intent intent, IBinder service) throws RemoteException;
159 public void unbindFinished(IBinder token, Intent service,
164 public IBinder peekService(Intent service, String resolvedType) throws RemoteException;
    [all...]
  /frameworks/base/core/java/android/hardware/location/
GeofenceHardwareImpl.java 155 public void setGpsHardwareGeofence(IGpsGeofenceHardware service) {
157 mGpsService = service;
159 } else if (service == null) {
161 Log.w(TAG, "GPS Geofence Hardware service seems to have crashed");
167 public void setFusedGeofenceHardware(IFusedGeofenceHardware service) {
169 mFusedService = service;
171 } else if(service == null) {
173 Log.w(TAG, "Fused Geofence Hardware service seems to have crashed");
    [all...]
  /frameworks/base/core/java/android/nfc/tech/
NfcA.java 152 Log.e(TAG, "NFC service dead", e);
167 Log.e(TAG, "NFC service dead", e);
NfcF.java 151 Log.e(TAG, "NFC service dead", e);
166 Log.e(TAG, "NFC service dead", e);
  /frameworks/base/core/java/android/print/
PrintManager.java 49 * System level service for accessing the printing capabilities of the platform.
180 * @param service The backing system service.
183 public PrintManager(Context context, IPrintManager service, int userId, int appId) {
185 mService = service;
345 * printing from a service will create an inconsistent user experience as the print
411 * @return The enabled service list or an empty list.
429 * @return The installed service list or an empty list.
    [all...]
  /frameworks/base/core/java/android/service/notification/
StatusBarNotification.java 17 package android.service.notification;
26 * the status bar and any {@link android.service.notification.NotificationListenerService}s.
  /frameworks/base/docs/html/distribute/
open.jd 77 href="{@docRoot}google/play/billing/index.html">In-app Billing service</a>
79 href="{@docRoot}google/play/licensing/index.html">Licensing service</a> to
  /frameworks/base/docs/html/google/gcm/
helper.jd 112 <li>Add the following intent service:</li>
115 <pre class="prettyprint pretty-xml">&lt;service android:name=&quot;.GCMIntentService&quot; /&gt;</pre>
118 <p>This intent service will be called by the <code>GCMBroadcastReceiver</code> (which is provided by the GCM library), as shown in the next step. It must be a subclass of <code>com.google.android.gcm.GCMBaseIntentService</code>, must contain a public constructor, and should be named <code>my_app_package.GCMIntentService</code> (unless you use a subclass of <code>GCMBroadcastReceiver</code> that overrides the method used to name the service).</p>
120 <p>The intent service must also define its sender ID(s). It does this as follows:</p>
122 <li>If the value is static, the service's default constructor should call <code>super(senderIds)</code>.</li>
123 <li>If the value is dynamic, the service should override the <code>getSenderIds()</code> method.</li>
140 <p class="note"><strong>Note:</strong> The methods above run in the intent service's thread and hence are free to make network calls without the risk of blocking the UI thread.</p>
  /frameworks/base/docs/html/guide/topics/connectivity/
bluetooth-le.jd 90 <li><strong>Service</strong>&mdash;A service is a collection of
91 characteristics. For example, you could have a service called
339 {@link android.app.Service} called {@code BluetoothLeService},
343 // A service that interacts with the BLE device via the Android BLE API.
344 public class BluetoothLeService extends Service {
383 Log.i(TAG, "Attempting to start service discovery:" +
468 <pre>// Handles various events fired by the Service.
  /frameworks/base/docs/html/guide/topics/location/
index.jd 43 {@link android.location.LocationManager} system service, which provides APIs to
82 from the Google Maps service. When the
  /frameworks/base/docs/html/guide/topics/manifest/
meta-data-element.jd 15 <br/><code><a href="{@docRoot}guide/topics/manifest/service-element.html">&lt;service&gt;</a></code>
  /frameworks/base/docs/html/sdk/api_diff/7/changes/
packages_index_all.html 60 <A HREF="changes-summary.html#android.service.wallpaper" class="hiddenlink" target="rightframe"><b>android.service.wallpaper</b></A><br>
  /frameworks/base/docs/html/training/efficient-downloads/
regular_updates.jd 33 <p><a href="{@docRoot}training/monitoring-device-state/index.html">Optimizing Battery Life</a> discusses how to build battery-efficient apps that modify their refresh frequency based on the state of the host device. That includes disabling background service updates when you lose connectivity and reducing the rate of updates when the battery level is low.</p>
47 <p>GCM is implemented using a persistent TCP/IP connection. While it's possible to implement your own push service, it's best practice to use GCM. This minimizes the number of persistent connections and allows the platform to optimize bandwidth and minimize the associated impact on battery life.</p>
  /frameworks/base/docs/html/training/location/
activity-recognition.jd 494 <!-- Create Intent Service -->
517 * Service that receives ActivityRecognition updates. It receives
566 * send it to an Activity or Service in a broadcast
619 <code><a href="{@docRoot}guide/topics/manifest/service-element.html">&lt;service&gt;</a></code>
623 &lt;service
627 &lt;/service&gt;
630 Notice that you don't have to specify intent filters for the service, because it only receives
  /frameworks/base/drm/java/android/drm/
package.html 9 <li>Registering a user or a device with an online DRM service.</li>
54 <li>Register the device with an online DRM service.
  /frameworks/base/libs/usb/src/com/android/future/usb/
UsbManager.java 69 private UsbManager(Context context, IUsbManager service) {
71 mService = service;
  /frameworks/base/packages/PrintSpooler/res/values-en-rGB/
strings.xml 40 <string name="add_print_service_label" msgid="5356702546188981940">"Add service"</string>
50 <string name="choose_print_service" msgid="3740309762324459694">"Choose print service"</string>
  /frameworks/base/packages/PrintSpooler/res/values-en-rIN/
strings.xml 40 <string name="add_print_service_label" msgid="5356702546188981940">"Add service"</string>
50 <string name="choose_print_service" msgid="3740309762324459694">"Choose print service"</string>

Completed in 1121 milliseconds

<<141142143144145146147148149150>>