HomeSort by relevance Sort by last modified time
    Searched defs:service (Results 351 - 375 of 1487) sorted by null

<<11121314151617181920>>

  /external/parameter-framework/asio-1.10.6/include/asio/
io_service.hpp 33 template <typename Service> Service& use_service(io_service& ios);
34 template <typename Service> void add_service(io_service& ios, Service* svc);
35 template <typename Service> bool has_service(io_service& ios);
139 * services, indexed by service type. An object of class io_service must be
153 * In a call to @c use_service<Service>(), the type argument chooses a service,
154 * making available all members of the named type. If @c Service is not present
155 * in an io_service, an object of type @c Service is created and added to th
653 class io_service::service class in class:asio::io_service
    [all...]
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/matchers/
StartedServiceMatcherTest.java 6 import android.service.wallpaper.WallpaperService;
21 private WallpaperService service; field in class:StartedServiceMatcherTest
29 service = new WallpaperService() {
41 givesFailureMessage((Context) service, "to start " + createIntent(WallpaperService.class) + ", but didn't start anything"));
44 givesFailureMessage((Context) service, "to start " + createIntent(WallpaperService.class, "view") + ", but didn't start anything"));
47 givesFailureMessage((Context) service, "to start " + intentWithExtra + ", but didn't start anything"));
54 service.startService(actualIntent);
56 givesFailureMessage((Context) service, "to start " + createIntent(IntentService.class) + ", but started " + actualIntent));
58 service.startService(actualIntent);
60 givesFailureMessage((Context) service, "to start " + createIntent(IntentService.class, "view") + ", but started " + actualIntent))
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
MessageHandler.java 17 package com.googlecode.android_scripting.service;
64 * Handles messages for the service. It does this via the same mechanism used
  /frameworks/av/media/libaaudio/src/binding/
AAudioBinderClient.cpp 75 // TODO Share code with other service clients.
76 // Helper function to get access to the "AAudioService" service.
86 // Try several times to get the service.
96 // Ask for notification if the service dies.
134 const sp<IAAudioService> &service = getAAudioService(); local
135 if (service.get() == nullptr) return AAUDIO_ERROR_NO_SERVICE;
137 stream = service->openStream(request, configurationOutput);
150 const sp<IAAudioService> service = getAAudioService(); local
151 if (service.get() == nullptr) return AAUDIO_ERROR_NO_SERVICE;
152 return service->closeStream(streamHandle)
160 const sp<IAAudioService> service = getAAudioService(); local
166 const sp<IAAudioService> service = getAAudioService(); local
172 const sp<IAAudioService> service = getAAudioService(); local
178 const sp<IAAudioService> service = getAAudioService(); local
184 const sp<IAAudioService> service = getAAudioService(); local
195 const sp<IAAudioService> service = getAAudioService(); local
204 const sp<IAAudioService> service = getAAudioService(); local
    [all...]
  /frameworks/base/core/java/android/service/autofill/
AutofillService.java 16 package android.service.autofill;
24 import android.app.Service;
41 * An {@code AutofillService} is a service used to automatically fill the contents of the screen
62 * <li>The Android System binds to the service and calls {@link #onConnected()}.
63 * <li>The service receives the view structure through the
65 * <li>The service replies through {@link FillCallback#onSuccess(FillResponse)}.
68 * <li>The Android System displays an autofill UI with the options sent by the service.
73 * <p>This workflow was designed to minimize the time the Android System is bound to the service;
74 * for each call, it: binds to service, waits for the reply, and unbinds right away. Furthermore,
75 * those calls are considered stateless: if the service needs to keep state between calls, it mus
    [all...]
DateTransformation.java 17 package android.service.autofill;
FieldClassification.java 17 package android.service.autofill;
FillRequest.java 17 package android.service.autofill;
35 * This class represents a request to an autofill service
50 * <li>The service could not figure out how to autofill a screen (but the user knows the
51 * service has data for that app).
54 * <p>This flag is particularly useful for the second case. For example, the service could offer
130 * Gets the latest client state bundle set by the service in a
LuhnChecksumValidator.java 17 package android.service.autofill;
SaveRequest.java 17 package android.service.autofill;
62 * Gets the latest client state bundle set by the service in a
  /frameworks/base/core/java/android/service/carrier/
CarrierService.java 15 package android.service.carrier;
18 import android.app.Service;
31 * A service that exposes carrier-specific functionality to the system.
33 * To extend this class, you must declare the service in your manifest file to require the
35 * filter with the {@link #CARRIER_SERVICE_INTERFACE}. If the service should have a long-lived
36 * binding, set <code>android.service.carrier.LONG_LIVED_BINDING</code> to <code>true</code> in the
37 * service's metadata. For example:
41 * <service android:name=".MyCarrierService"
45 * <action android:name="android.service.carrier.CarrierService" />
47 * <meta-data android:name="android.service.carrier.LONG_LIVED_BINDING
    [all...]
  /frameworks/base/core/java/android/service/chooser/
ChooserTarget.java 18 package android.service.chooser;
31 * {@link android.service.chooser.ChooserTargetService}.
36 * items published on a social media service or any other contextually relevant grouping
  /frameworks/base/core/java/android/service/dreams/
Sandman.java 17 package android.service.dreams;
32 * <code>UiModeManagerService</code> system service and the <code>Somnambulator</code> activity.
96 "android.service.dreams:DREAM");
  /frameworks/base/core/java/android/service/gatekeeper/
GateKeeperResponse.java 17 package android.service.gatekeeper;
  /frameworks/base/core/java/android/service/notification/
Adjustment.java 16 package android.service.notification;
  /frameworks/base/core/java/android/service/persistentdata/
PersistentDataBlockManager.java 17 package android.service.persistentdata;
26 import android.service.oemlock.OemLockManager;
77 public PersistentDataBlockManager(IPersistentDataBlockService service) {
78 sService = service;
  /frameworks/base/core/java/android/service/resolver/
ResolverTarget.java 17 package android.service.resolver;
  /frameworks/base/core/tests/coretests/src/android/service/settings/suggestions/
SuggestionTest.java 17 package android.service.settings.suggestions;
  /frameworks/base/libs/services/src/os/
DropBoxManager.cpp 223 sp<IDropBoxManagerService> service = interface_cast<IDropBoxManagerService>( local
225 if (service == NULL) {
226 return Status::fromExceptionCode(Status::EX_NULL_POINTER, "can't find dropbox service");
228 return service->add(entry);
234 sp<IDropBoxManagerService> service = interface_cast<IDropBoxManagerService>( local
236 if (service == NULL) {
237 return Status::fromExceptionCode(Status::EX_NULL_POINTER, "can't find dropbox service");
239 return service->getNextEntry(tag, msec, entry);
  /frameworks/native/cmds/installd/tests/
installd_service_test.cpp 92 InstalldNativeService* service; member in class:android::installd::ServiceTest
99 service = new InstalldNativeService();
108 delete service;
121 service->fixupAppData(testUuid, 0);
141 service->fixupAppData(testUuid, 0);
148 service->fixupAppData(testUuid, FLAG_FORCE);
165 EXPECT_TRUE(service->hashSecondaryDexFile(
185 EXPECT_TRUE(service->hashSecondaryDexFile(
200 EXPECT_TRUE(service->hashSecondaryDexFile(
215 EXPECT_FALSE(service->hashSecondaryDexFile
    [all...]
  /frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/accessibility/
AccessibilityManagerSupportActivity.java 21 import android.app.Service;
49 /** Handle to the accessibility manager service. */
63 Service.ACCESSIBILITY_SERVICE);
106 AccessibilityServiceInfo service = enabledServices.get(i); local
108 // an accessibility service. Again accessed them via the support library.
109 ResolveInfo resolveInfo = service.getResolveInfo();
113 AccessibilityServiceInfoCompat.feedbackTypeToString(service.feedbackType),
115 service, getPackageManager()),
116 service.getSettingsActivityName());
  /packages/apps/Contacts/src/com/android/contacts/
AppCompatContactsActivity.java 70 Object service = super.getSystemService(name); local
71 if (service != null) {
72 return service;
ContactsActivity.java 69 Object service = super.getSystemService(name); local
70 if (service != null) {
71 return service;
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
HostAuthCompat.java 1 package com.android.emailcommon.service;
PolicyServiceProxy.java 17 package com.android.emailcommon.service;

Completed in 1508 milliseconds

<<11121314151617181920>>