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

<<171172173174175176177178179180>>

  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pService.java 93 * communicate with this service to issue device discovery and connectivity requests
219 /* The transaction Id of service discovery request */
222 /* Service discovery request ID of wpa_supplicant.
    [all...]
  /packages/providers/DownloadProvider/docs/
index.html 201 <tr><td > <code>com.android.providers.downloads.DownloadService</code> </td><td > Extends <code>Service</code>, unlikely that this can be eliminated. TBD. </td></tr>
    [all...]
  /bionic/libc/include/net/
ethertypes.h 144 #define ETHERTYPE_PRIMENTS 0x7031 /* Prime NTS (Network Terminal Service) */
166 #define ETHERTYPE_DECDNS 0x803C /* DEC DNS Naming Service */
168 #define ETHERTYPE_DECDTS 0x803E /* DEC Distributed Time Service */
  /development/ndk/platforms/android-3/include/net/
ethertypes.h 144 #define ETHERTYPE_PRIMENTS 0x7031 /* Prime NTS (Network Terminal Service) */
166 #define ETHERTYPE_DECDNS 0x803C /* DEC DNS Naming Service */
168 #define ETHERTYPE_DECDTS 0x803E /* DEC Distributed Time Service */
  /external/chromium/chrome/browser/autocomplete/
keyword_provider.cc 190 ExtensionService* service = profile_->GetExtensionService(); local
191 const Extension* extension = service->GetExtensionById(
195 service->IsIncognitoEnabled(extension->id()));
  /external/chromium/chrome/browser/
favicon_helper.cc 97 // Request the favicon from the history service. In parallel to this the
373 // Ask the history service for the icon. This does two things:
377 // This is asynchronous. The history service will call back when done.
  /external/chromium/chrome/browser/metrics/
metrics_service.h 5 // This file defines a service that collects information about the user
126 // Start the external metrics service, which collects metrics from Chrome OS
422 // The external metric service is used to log ChromeOS UMA events.
  /external/chromium/chrome/browser/net/
predictor.h 158 // this FIFO queue, the queue can re-order the more important names to service
316 // preconnecting (because it was to a search service).
319 // The time when the last preconnection was requested to a search service.
  /external/chromium/chrome/browser/profiles/
profile.cc 484 // We don't allow a session service, nothing to do.
488 // We never have a session service.
493 // We never have a profile sync service.
  /external/chromium/chrome/browser/sync/glue/
session_model_associator.h 239 // - a tab_id: created by session service, unique to this client
289 // Our sync service profile (for making changes to the sync db)
358 // Returns the session service from |sync_service_|.
  /external/chromium/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc 118 ACTION_P3(MakeTypedUrlSyncComponents, service, hb, dtc) {
120 new TypedUrlModelAssociator(service, hb);
122 new TypedUrlChangeProcessor(model_associator, hb, service);
  /external/chromium/chrome/browser/ui/webui/options/
content_settings_handler.cc 479 DesktopNotificationService* service = local
482 std::vector<GURL> allowed(service->GetAllowedOrigins());
483 std::vector<GURL> blocked(service->GetBlockedOrigins());
  /external/chromium/chrome/browser/visitedlink/
visitedlink_master.h 62 // service pointer (the history service can't be fetched from the browser
358 // When non-NULL, overrides the history service to use rather than as the
  /external/chromium/net/base/
registry_controlled_domain.h 15 * The Original Code is Mozilla TLD Service
59 The service obtains its information about effective TLDs from a text resource
93 Firefox has a very similar service, and it's their data file we use to
  /external/chromium_org/base/prefs/
pref_service.cc 464 PrefService::Preference::Preference(const PrefService* service,
469 pref_service_(service) {
471 DCHECK(service);
pref_service.h 67 Preference(const PrefService* service,
258 // Returns the PrefRegistry object for this service. You should not
347 // value (GetValue() calls back though the preference service to
  /external/chromium_org/chrome/browser/
chrome_notification_types.h 232 // by the user or by an automation service), but before we've actually
241 // supplying credentials (either by the user or by an automation service).
249 // Sent when a history service has finished loading. The source is the
250 // profile that the history service belongs to, and the details is the
258 // The source is the profile owning the history service that changed, and
265 // The source is the profile owning the history service that changed, and
271 // The source is the profile owning the history service that changed, and
323 // cache after querying the history service. The source is the TopSites and
324 // the details a CancelableRequestProvider::Handle from the history service
673 // The sync service has finished the datatype configuration process. Th
    [all...]
  /external/chromium_org/chrome/browser/chromeos/contacts/
google_contact_store.cc 76 GDataContactsServiceInterface* service) {
77 store_->gdata_service_.reset(service);
127 // Create a GData service if one hasn't already been assigned for testing.
  /external/chromium_org/chrome/browser/chromeos/drive/
sync_client.cc 412 // Add the task again so that we'll retry once the service is back.
440 // Add the task again so that we'll retry once the service is back.
468 // Add the task again so that we'll retry once the service is back.
  /external/chromium_org/chrome/browser/extensions/api/commands/
command_service.cc 476 ExtensionService* service = local
478 if (!service)
480 const ExtensionSet* extensions = service->extensions();
  /external/chromium_org/chrome/browser/metrics/variations/
variations_service.cc 273 // this service.
332 // indicate that the service should not be used.
463 // This service must have created a scheduler in order for this to be called.
  /external/chromium_org/chrome/browser/net/
pref_proxy_config_tracker_impl_unittest.cc 30 // Testing proxy config service that allows us to fire notifications at will.
95 // config by tracker to chrome proxy config service, so flush all pending
211 // Delegate service notifications should show up again.
  /external/chromium_org/chrome/browser/profiles/
profile.h 77 // defines what the caller plans to do with the service.
83 // could, for example, return an history service that only allow some specific
299 // Returns the helper object that provides the proxy configuration service
  /external/chromium_org/chrome/browser/resources/local_discovery/
local_discovery.js 42 * Map of service names to corresponding service objects.
43 * @type {Object.<string,Service>}
  /external/chromium_org/chrome/browser/safe_browsing/
protocol_manager.h 222 // service according to section 5 of the protocol specification.
289 // from the SafeBrowsing service. We can only have one of these outstanding
332 // True if the service has been given an add/sub chunk but it hasn't been

Completed in 3367 milliseconds

<<171172173174175176177178179180>>