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

<<51525354555657585960>>

  /external/chromium/chrome/browser/extensions/
extension_web_ui.cc 67 // Even when the extensions service is enabled by default, it's still
69 ExtensionService* service = profile->GetExtensionService(); local
70 if (service)
71 extension_ = service->GetExtensionByURL(page_url);
133 ExtensionService* service = tab_contents->profile()->GetExtensionService(); local
134 const Extension* extension = service->GetExtensionByURL(url);
136 extension = service->GetExtensionByWebExtent(url);
251 ExtensionService* service = profile->GetExtensionService();
274 const Extension* extension = service->GetExtensionByURL(extension_url);
288 service->IsIncognitoEnabled(extension->id())
    [all...]
  /external/chromium_org/remoting/host/setup/
daemon_controller_delegate_win.cc 92 // Open the service and query its current state.
99 << "Failed to connect to the service control manager";
103 ScopedScHandle service(
105 if (!service.IsValid()) {
109 << "Failed to open to the '" << kWindowsServiceName << "' service";
114 service_out->Set(service.Take());
147 ScopedScHandle service; local
148 DWORD error = OpenService(&service);
153 if (::QueryServiceStatus(service, &status)) {
158 << "' service";
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
strenum.h 29 * a 'service.' At any point, the service might change, invalidating
32 * guarantee that the service didn't change immediately after the
41 * Depending on the service data, they might also include embedded NUL
82 * the iterator is out of sync with its service, status is set to
110 * <p>If the iterator is out of sync with its service, status is set
113 * <p>If the native service string is a UChar* string, it is
141 * <p>If the iterator is out of sync with its service, status is set
163 * <p>If the iterator is out of sync with its service, status is set
175 * service and rewinds the iterator to start at the firs
    [all...]
  /external/icu4c/common/unicode/
strenum.h 29 * a 'service.' At any point, the service might change, invalidating
32 * guarantee that the service didn't change immediately after the
41 * Depending on the service data, they might also include embedded NUL
82 * the iterator is out of sync with its service, status is set to
110 * <p>If the iterator is out of sync with its service, status is set
113 * <p>If the native service string is a UChar* string, it is
142 * <p>If the iterator is out of sync with its service, status is set
164 * <p>If the iterator is out of sync with its service, status is set
180 * service and rewinds the iterator to start at the firs
    [all...]
  /frameworks/base/core/java/android/nfc/cardemulation/
ApduServiceInfo.java 49 * The service that implements this
54 * Description of the service
64 * Whether this service represents AIDs running on the host CPU
69 * All AID groups this service handles
79 * Whether this service should only be started when the device is unlocked.
84 * The id of the service banner specified in XML.
132 if (onHost && !"host-apdu-service".equals(tagName)) {
134 "Meta-data does not start with <host-apdu-service> tag");
135 } else if (!onHost && !"offhost-apdu-service".equals(tagName)) {
137 "Meta-data does not start with <offhost-apdu-service> tag")
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
NotificationController.java 318 // Call into the print manager service off the main thread since
319 // the print manager service may end up binding to the print spooler
320 // service which binding is handled on the main thread.
331 // manager service since it has to communicate with the managing
332 // print service to request the cancellation. Also we need the
333 // system service to be bound to the spooler since canceling a
357 // Call into the print manager service off the main thread since
358 // the print manager service may end up binding to the print spooler
359 // service which binding is handled on the main thread.
370 // service since the latter must be bound to the spooler becaus
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/service/
EasService.java 17 package com.android.exchange.service;
19 import android.app.Service;
34 import com.android.emailcommon.service.IEmailService;
35 import com.android.emailcommon.service.IEmailServiceCallback;
36 import com.android.emailcommon.service.SearchParams;
37 import com.android.emailcommon.service.ServiceProxy;
49 * Service to handle all communication with the EAS server. Note that this is completely decoupled
50 * from the sync adapters; sync adapters should make blocking calls on this service to actually
53 public class EasService extends Service {
206 // task to complete. The task will stop the service if necessary after it's done
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
ClockBackService.java 23 import android.app.Service;
52 * Providing application specific feedback &mdash; the service handles only
63 /** Tag for logging from this service. */
66 // Fields for configuring how the system handles this accessibility service.
92 /** Start the TTS service. */
95 /** Stop the TTS service. */
199 * Handle to this service to enable inner classes to access the {@link Context}.
203 /** The feedback this service is currently providing. */
223 /** {@link Handler} for executing messages on the service main thread. */
328 // Get the vibrator service
    [all...]
  /frameworks/opt/net/voip/src/java/android/net/sip/
SipManager.java 42 * <li>Register and unregister with a SIP service provider, with
176 * calling the SIP service results in an error
189 * auto-registration option is enabled in the profile, the SIP service
191 * in order to receive calls from the provider. When the SIP service
199 * SIP service will call
210 * calling the SIP service results in an error
237 * @throws SipException if calling the SIP service results in an error
254 * @throws SipException if calling the SIP service results in an error
265 * Checks if the specified profile is opened in the SIP service for
270 * @throws SipException if calling the SIP service results in an erro
    [all...]
  /system/core/init/
init_parser.c 429 struct service *service_find_by_name(const char *name)
432 struct service *svc;
434 svc = node_to_item(node, struct service, slist);
442 struct service *service_find_by_pid(pid_t pid)
445 struct service *svc;
447 svc = node_to_item(node, struct service, slist);
455 struct service *service_find_by_keychord(int keychord_id)
458 struct service *svc;
460 svc = node_to_item(node, struct service, slist);
468 void service_for_each(void (*func)(struct service *svc)
    [all...]
  /external/chromium_org/third_party/icu/source/common/
servloc.h 20 * even when service is removed from the build.
239 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const;
261 virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* service, UErrorCode& status) const;
323 * Override of superclass method. Returns the service object if kind/locale match. Service is not used.
325 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const;
361 * A LocaleKeyFactory that creates a service based on the ICU locale data.
364 * IDs. Subclasses then override handleCreate to create the actual service
379 * A service factory based on ICU resource data in resources with
398 * Create the service. The default implementation returns the resource bundl
    [all...]
  /external/icu4c/common/
servloc.h 20 * even when service is removed from the build.
239 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const;
261 virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* service, UErrorCode& status) const;
323 * Override of superclass method. Returns the service object if kind/locale match. Service is not used.
325 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const;
361 * A LocaleKeyFactory that creates a service based on the ICU locale data.
364 * IDs. Subclasses then override handleCreate to create the actual service
379 * A service factory based on ICU resource data in resources with
398 * Create the service. The default implementation returns the resource bundl
    [all...]
  /external/oauth/core/src/main/java/net/oauth/client/
OAuthClient.java 41 * Methods for an OAuth consumer to request tokens from a service provider.
59 * signature (with different parameters). For example, Google's Service Provider
84 * Get a fresh request token from the service provider.
90 * the URL (determined by the service provider) for getting a
101 * Get a fresh request token from the service provider.
107 * the URL (determined by the service provider) for getting a
120 /** Get a fresh request token from the service provider.
126 * the URL (determined by the service provider) for getting a
165 * Get an access token from the service provider, in exchange for an
172 * URL (determined by the service provider) for getting an acces
    [all...]
  /frameworks/base/docs/html/training/id-auth/
authenticate.jd 21 <li><a href="#ConnectToService">Connect to the Online Service</a></li>
26 <p>In order to securely access an online service, users need to authenticate to
27 the service&mdash;they need to provide proof of their identity. For an
28 application that accesses a third-party service, the security problem is even
30 service, but the application also needs to be authorized to act on the user's
38 example, the techniques demonstrated will work on any service that correctly
43 <li>Getting permission from the user to access an online service using his or
45 <li>Authenticating to an online service on behalf of the user.</li>
56 <li>The url of the service you want to access.</li>
63 strings that identify your app to the service. You need to obtain these string
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadService.java 25 import android.app.Service;
65 * service, and it will continue running until no downloads are being actively
71 public class DownloadService extends Service {
90 * The Service's view of the list of downloads, mapping download IDs to the corresponding info
91 * object. This is kept independently from the content provider, and the Service only initiates
136 * service. Binding to this service is not allowed.
142 throw new UnsupportedOperationException("Cannot bind to Download Manager Service");
146 * Initializes the service when it is first created
152 Log.v(Constants.TAG, "Service onCreate")
    [all...]
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Connection.java 30 import com.android.tools.sdkcontroller.service.ControllerService;
33 * Encapsulates a connection between SdkController service and the emulator. On
42 * The way communication between the emulator and SDK controller service works
45 * 1. Both sides, emulator and the service have components that implement a particular
55 * 3. Connection is initiated by the emulator side, while the service provides
63 * 2. Maintain a list of service-side channels registered by the application.
65 * 3. Bind emulator connection with service-side channel via port name, provided by
81 /** Service that has created this object. */
104 public Connection(ControllerService service) {
105 mService = service;
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleServerService.java 25 import android.app.Service;
43 public class BleServerService extends Service {
200 BluetoothGattService service = local
206 service.addCharacteristic(characteristic);
210 service.addCharacteristic(notiCharacteristic);
212 return service;
264 public void onServiceAdded(int status, BluetoothGattService service) {
  /external/chromium/chrome/common/
service_process_util.cc 41 // Gets the name of the shared memory used by the service process to write its
61 // We only need to check for service running on POSIX because Windows cleans
105 // Return a name that is scoped to this instance of the service process. We
121 // Return a name that is scoped to this instance of the service process. We
156 // Gets the name of the service process IPC channel.
193 // newer service to signal us to exit.
262 NOTREACHED() << "Unable to get service process binary name.";
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_misc.cc 50 const PrefService* const service = GetProfile()->GetPrefs(); local
54 service->GetBoolean(prefs::kDisableDriveOverCellular);
56 service->GetBoolean(prefs::kDisableDriveHostedFiles);
57 result.use24hour_clock = service->GetBoolean(prefs::kUse24HourClock);
76 PrefService* const service = GetProfile()->GetPrefs(); local
79 service->SetBoolean(prefs::kDisableDriveOverCellular,
83 service->SetBoolean(prefs::kDisableDriveHostedFiles,
  /external/chromium_org/google_apis/gaia/
oauth2_mint_token_flow.cc 73 "Not able to parse a JSON object from a service response. "
79 "Not able to find a detailed error in a service response.");
84 "Not able to find an error message within a service error.");
183 "Not able to parse a JSON object from a service response."));
190 "Not able to find an issueAdvice in a service response."));
200 "from a service response."));
209 "from a service response."));
  /external/qemu/android/protocol/
ui-commands-impl.c 14 * Contains the UI-side implementation of the "core-ui-control" service that is
39 /* Descriptor for the UI-side of the "core-ui-control" service. */
41 /* Core connection established for this service. */
44 /* Socket descriptor for the UI service. */
132 fprintf(stderr, "core-ui-control service got disconnected\n");
199 // Connect to the core-ui-control service.
204 derror("Unable to connect to the core-ui-control service: %s\n",
  /external/qemu/docs/
ANDROID-QEMU-PIPE.TXT 15 2/ Write a zero-terminated string describing which service you want to
18 3/ Simply use read() and write() to communicate with the service.
30 Where <pipename> is the name of a specific emulator service you want to use.
31 Supported service names are listed later in this document.
42 implemented by any emulator pipe service.
144 wait queue until the pipe service can accept data again.
196 PIPE_WAKE_CLOSED :: the pipe service closed the connection.
  /external/smack/src/org/jivesoftware/smackx/search/
UserSearch.java 60 * Returns the form for all search fields supported by the search service.
63 * @param searchService the search service to use. (ex. search.jivesoftware.com)
90 * Sends the filled out answer form to be sent and queried by the search service.
94 * @param searchService the search service to use. (ex. search.jivesoftware.com)
125 * Sends the filled out answer form to be sent and queried by the search service.
129 * @param searchService the search service to use. (ex. search.jivesoftware.com)
162 * Internal Search service Provider.
  /frameworks/base/services/common_time/
common_time_server.h 40 /***** time service implementation *****/
77 // Method used by the CommonClockService to notify the core service about
232 // Flag updated by the common clock service to indicate that it does or does
234 // cleared on the common time service, the service will participate in
236 // to. When the auto disable flag is set on the common time service, it
248 String8 mBindIface; // Endpoint for the service to bind to.
  /packages/apps/Email/src/com/android/email/service/
PopImapSyncAdapterService.java 17 package com.android.email.service;
19 import android.app.Service;
41 import com.android.emailcommon.service.EmailServiceProxy;
42 import com.android.emailcommon.service.EmailServiceStatus;
48 public class PopImapSyncAdapterService extends Service {
220 final EmailServiceProxy service = local
222 service.updateFolderList(acct.mId);

Completed in 970 milliseconds

<<51525354555657585960>>