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

<<121122123124125126127128129130>>

  /external/dropbear/
Makefile.in 26 svr-authpasswd.o svr-authpubkey.o svr-session.o svr-service.o \
31 cli-session.o cli-service.o cli-runopts.o cli-chansession.o \
46 dss.h bignum.h signkey.h rsa.h random.h service.h auth.h \
  /external/openssh/
gss-genr.c 210 /* Create a service name for the given host */
240 ssh_gssapi_buildmic(Buffer *b, const char *user, const char *service,
247 buffer_put_cstring(b, service);
  /external/qemu/android/protocol/
fb-updates-impl.c 35 /* Descriptor for the UI-side implementation of the "framebufer" service.
185 // Connect to the framebuffer service.
190 derror("Unable to connect to the framebuffer service: %s\n",
  /frameworks/av/cmds/stagefright/
stream.cpp 341 sp<IMediaPlayerService> service = interface_cast<IMediaPlayerService>(binder); local
343 CHECK(service.get() != NULL);
374 service->create(client, 0);
  /frameworks/av/include/camera/
ProCamera.h 160 * Lock free. Service maintains counter of streams.
178 * Lock free. Service maintains counter of streams.
188 * Lock free. Service maintains counter of streams.
  /frameworks/av/media/libstagefright/
OMXClient.cpp 378 sp<IMediaPlayerService> service = interface_cast<IMediaPlayerService>(binder); local
380 CHECK(service.get() != NULL);
382 mOMX = service->getOMX();
  /frameworks/base/core/java/android/content/
BroadcastReceiver.java 182 * <p>In particular, you may <i>not</i> show a dialog or bind to a service from
186 * send a command to the service.
206 * a {@link android.app.Service} in conjunction with a BroadcastReceiver to keep
474 * to interact with a service that is already running, you can use
511 * Provide a binder to an already-running service. This method is synchronous
512 * and will not start the target service if it is not present, so it is safe
516 * @param service The Intent indicating the service you wish to use. See {@link
519 public IBinder peekService(Context myContext, Intent service) {
523 service.prepareToLeaveProcess()
    [all...]
  /frameworks/base/core/java/android/net/
NetworkPolicyManager.java 64 public NetworkPolicyManager(INetworkPolicyManager service) {
65 if (service == null) {
68 mService = service;
  /frameworks/base/core/java/android/nfc/tech/
IsoDep.java 99 Log.e(TAG, "NFC service dead", e);
114 Log.e(TAG, "NFC service dead", e);
201 Log.e(TAG, "NFC service dead", e);
  /frameworks/base/core/java/android/print/
PrintDocumentInfo.java 29 * the range to print. Also a print service may optimize the printing
85 * A print service may use normal paper to print the content instead
96 * A print service may use dedicated photo paper to print the content
  /frameworks/base/docs/html/guide/components/
fundamentals.jd 133 <dd>A <i>service</i> is a component that runs in the background to perform long-running
134 operations or to perform work for remote processes. A service
135 does not provide a user interface. For example, a service might play music in the background while
138 service and let it run or bind to it in order to interact with it.
140 <p>A service is implemented as a subclass of {@link android.app.Service} and you can learn more
180 instance, it might initiate a service to perform some work based on the event.
252 <li>You can start a service (or give new instructions to an ongoing service) by
254 startService()}. Or you can bind to the service by passing an {@link android.content.Intent} t
    [all...]
  /frameworks/base/docs/html/guide/topics/providers/
contacts-provider.jd 164 name. Because the Contacts Provider allows more than one online service as the source of
254 For example, if you want your app to maintain contacts data for your web-based service
255 with the domain {@code com.example.dataservice}, and the user's account for your service
516 In Android, the web service that a sync adapter works with is identified by an account type.
527 Identifies a service in which the user has stored data. Most of the time, the user has to
528 authenticate with the service. For example, Google Contacts is an account type, identified
546 an external service.
549 If you want to transfer your service's data to the Contacts Provider, you need to write your
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
android.webkit.UrlInterceptHandler.html 102 <nobr><code>CacheResult</code>&nbsp;<A HREF="../../../../reference/android/webkit/UrlInterceptHandler.html#service(java.lang.String, java.util.Map<java.lang.String, java.lang.String>)" target="_top"><code>service</code></A>(<code>String,</nobr> Map&lt;String<nobr>,</nobr> String&gt;<nobr><nobr></code>) </nobr>
121 <a href="http://www.android.com/terms.html">Site Terms of Service</a> -
  /frameworks/base/nfc-extras/java/com/android/nfc_extras/
NfcExecutionEnvironment.java 172 throw new EeIOException("NFC Service was dead, try again");
189 throw new IOException("NFC Service was dead");
207 throw new IOException("NFC Service was dead, need to re-open");
  /frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
BackupRestoreConfirmation.java 45 * Note that the fully scoped name of this class is baked into the backup manager service.
266 // If we can't talk to the mount service we have a serious problem; fail
268 Slog.e(TAG, "Unable to communicate with mount service: " + e.getMessage());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbStorageActivity.java 203 IBinder service = ServiceManager.getService("mount"); local
204 if (service != null) {
205 return IMountService.Stub.asInterface(service);
  /frameworks/base/services/java/com/android/server/accessibility/
AccessibilityInputFilter.java 113 AccessibilityInputFilter(Context context, AccessibilityManagerService service) {
116 mAms = service;
297 // into the accessibility manager service similarly
  /frameworks/base/services/java/com/android/server/search/
SearchManagerService.java 53 * The search manager service handles the search UI, and maintains a registry of searchable
61 // Context that the service is running in.
68 * Initializes the Search Manager service in the provided system context.
  /frameworks/base/services/java/com/android/server/wm/
DimLayer.java 54 DimLayer(WindowManagerService service, TaskStack stack) {
62 mDimSurface = new WindowStateAnimator.SurfaceTrace(service.mFxSession,
67 mDimSurface = new SurfaceControl(service.mFxSession, TAG,
  /frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
AccountManagerServiceTest.java 205 for (ServiceInfo<AuthenticatorDescription> service : mServices) {
206 if (service.type.equals(type)) {
207 return service;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Connection.java 52 OUT_OF_SERVICE, /* out of service */
64 CDMA_SO_REJECT, /* service option rejection */
65 CDMA_RETRY_ORDER, /* requested service is rejected, retry delay is set */
  /hardware/libhardware_legacy/qemu/
qemu.c 108 /* send service name to connect */
110 D("can't send service name to qemud: %s",
119 D("cant' connect to %s service through qemud", name);
  /libcore/luni/src/main/java/java/security/
KeyPairGenerator.java 33 // Store KeyPairGenerator SERVICE name
34 private static final String SERVICE = "KeyPairGenerator";
37 private static final Engine ENGINE = new Engine(SERVICE);
  /libcore/luni/src/main/java/java/security/cert/
CertStore.java 35 // Store spi implementation service name
36 private static final String SERVICE = "CertStore";
39 private static final Engine ENGINE = new Engine(SERVICE);
CertificateFactory.java 40 // Store CertificateFactory service name
41 private static final String SERVICE = "CertificateFactory";
44 private static final Engine ENGINE = new Engine(SERVICE);

Completed in 1721 milliseconds

<<121122123124125126127128129130>>