HomeSort by relevance Sort by last modified time
    Searched refs:service (Results 176 - 200 of 910) sorted by null

1 2 3 4 5 6 78 91011>>

  /cts/tests/tests/webkit/src/android/webkit/cts/
UrlInterceptRegistryTest.java 51 public CacheResult service(String url, Map<String, String> headers) {
62 public CacheResult service(String url, Map<String, String> headers) {
73 public CacheResult service(String url, Map<String, String> headers) {
100 public CacheResult service(String url, Map<String, String> headers) { method in class:UrlInterceptRegistryTest.MockUrlInterceptHandler
  /development/samples/training/NsdChat/src/com/example/android/nsdchat/
NsdChatActivity.java 65 // Register service
78 NsdServiceInfo service = mNsdHelper.getChosenServiceInfo(); local
79 if (service != null) {
81 mConnection.connectToServer(service.getHost(),
82 service.getPort());
84 Log.d(TAG, "No service to connect to!");
  /external/chromium/chrome/browser/debugger/
inspectable_tab_proxy.cc 20 DebuggerRemoteService* service,
23 service_(service),
100 DebuggerRemoteService* service) {
102 new DevToolsClientHostImpl(id, service, &id_to_client_host_map_);
  /external/chromium/chrome/browser/extensions/
extension_management_api.h 18 ExtensionService* service();
extension_process_manager.cc 139 ExtensionService* service = local
141 if (service) {
142 const Extension* extension = service->GetExtensionByURL(url);
294 ExtensionService* service = local
296 if (service->is_ready()) {
436 ExtensionService* service = local
438 if (!service)
441 service->GetExtensionByURL(url) : service->GetExtensionByWebExtent(url);
446 ExtensionService* service local
465 ExtensionService* service = local
    [all...]
crx_installer_browsertest.cc 51 ExtensionService* service = browser()->profile()->GetExtensionService(); local
55 new CrxInstaller(service, mock_install_ui /* ownership transferred */));
  /external/chromium/chrome/browser/notifications/
notification_exceptions_table_model.h 20 DesktopNotificationService* service);
  /external/chromium/chrome/browser/sync/
backend_migrator.h 36 BackendMigrator(ProfileSyncService* service, DataTypeManager* manager);
sync_setup_flow.h 48 static SyncSetupFlow* Run(ProfileSyncService* service,
53 // Fills |args| with "user" and "error" arguments by querying |service|.
55 const ProfileSyncService* service,
60 ProfileSyncService* service,
121 ProfileSyncService* service);
sync_setup_wizard.h 57 explicit SyncSetupWizard(ProfileSyncService* service);
sync_setup_wizard.cc 13 SyncSetupWizard::SyncSetupWizard(ProfileSyncService* service)
14 : service_(service),
  /external/dbus/test/data/valid-config-files/system.d/
test.conf 5 policy so that a particular user can own a service, and other
8 <!-- Only root can own the FooService service, and
  /frameworks/base/core/java/android/os/
IServiceManager.java 32 * Retrieve an existing service called @a name from the
33 * service manager. Blocks for a few seconds waiting for it to be
39 * Retrieve an existing service called @a name from the
40 * service manager. Non-blocking.
45 * Place a new @a service called @a name into the service
48 public void addService(String name, IBinder service, boolean allowIsolated)
57 * Assign a permission controller to the service manager. After set, this
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperSettingsActivity.java 17 package android.service.wallpaper;
35 = "android.service.wallpaper.PREVIEW_MODE";
  /frameworks/base/services/java/com/android/server/am/
IntentBindRecord.java 27 * A particular Intent that has been bound to a Service.
30 /** The running service. */
31 final ServiceRecord service; field in class:IntentBindRecord
37 /** Binder published from service. */
43 /** Set when we still need to tell the service all clients are unbound. */
45 /** Set when the service's onUnbind() has asked to be told about new clients. */
51 pw.print(prefix); pw.print("service="); pw.println(service);
77 service = _service;
89 sb.append(service.shortName)
    [all...]
  /packages/wallpapers/Basic/src/com/android/wallpaper/polarclock/
PolarClockSettings.java 23 import android.service.wallpaper.WallpaperSettingsActivity;
  /external/chromium/net/tools/flip_server/
create_listener.cc 114 const char* service = NULL; local
117 if (!port.empty()) service = port.c_str();
132 if ((err=getaddrinfo(node, service, &hints, &results))) {
235 const char* service = NULL; local
241 service = port.c_str();
255 if ((err=getaddrinfo(node, service, &hints, &results))) {
257 LOG(ERROR) << "getaddrinfo for (" << node << ":" << service << "): "
268 LOG(ERROR) << "Unable to create socket for (" << node << ":" << service
284 LOG(ERROR) << "Connect was unsuccessful for (" << node << ":" << service
  /external/guava/guava/src/com/google/common/util/concurrent/
MoreExecutors.java 75 ExecutorService service = Executors.unconfigurableExecutorService(executor); local
77 addDelayedShutdownHook(service, terminationTimeout, timeUnit);
79 return service;
107 ScheduledExecutorService service = local
110 addDelayedShutdownHook(service, terminationTimeout, timeUnit);
112 return service;
117 * {@link ExecutorService service}. This is useful if the given service uses
121 * @param service ExecutorService which uses daemon threads
128 final ExecutorService service, final long terminationTimeout
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SubtypeSwitcher.java 84 public static void init(LatinIME service) {
85 SubtypeLocale.init(service);
86 sInstance.initialize(service);
94 private void initialize(LatinIME service) {
95 mService = service;
96 mResources = service.getResources();
97 mImm = ImfUtils.getInputMethodManager(service);
98 mConnectivityManager = (ConnectivityManager) service.getSystemService(
103 service, SubtypeLocale.NO_LANGUAGE, SubtypeLocale.QWERTY);
  /system/core/adb/
sockets.c 615 char *skip_host_serial(char *service) {
618 first_colon = strchr(service, ':');
620 /* No colon in service string. */
641 char *service = NULL; local
687 service = (char *)p->data + 4;
688 if(!strncmp(service, "host-serial:", strlen("host-serial:"))) {
690 service += strlen("host-serial:");
693 serial_end = skip_host_serial(service);
696 serial = service;
697 service = serial_end + 1
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
personal_options_handler.cc 239 ProfileSyncService* service = web_ui_->GetProfile()->GetProfileSyncService(); local
240 DCHECK(service);
241 bool managed = service->IsManaged();
242 bool sync_setup_completed = service->HasSyncSetupCompleted();
243 bool status_has_error = sync_ui_util::GetStatusLabels(service,
259 } else if (service->SetupInProgress()) {
379 ProfileSyncService* service = web_ui_->GetProfile()->GetProfileSyncService(); local
380 DCHECK(service);
381 service->ShowErrorUI(NULL);
385 ProfileSyncService* service = web_ui_->GetProfile()->GetProfileSyncService() local
392 ProfileSyncService* service = web_ui_->GetProfile()->GetProfileSyncService(); local
    [all...]
  /external/dbus/bus/
driver.c 250 BusService *service; local
311 /* Create the service */
312 service = bus_registry_ensure (registry,
314 if (service == NULL)
689 BusService *service; local
713 service = bus_registry_lookup (registry, &service_name);
714 service_exists = service != NULL;
1076 BusService *service; local
1092 service = bus_registry_lookup (registry, &str);
1093 if (service == NULL &
1159 BusService *service; local
1261 const char *service; local
1337 const char *service; local
1413 const char *service; local
1488 const char *service; local
    [all...]
  /external/chromium/chrome/browser/automation/
automation_provider.cc 278 ExtensionService* service = profile_->GetExtensionService(); local
279 if (extension && service &&
280 service->GetExtensionById(extension->id(), false))
289 ExtensionService* service = profile_->GetExtensionService(); local
290 if (extension && service &&
291 service->GetExtensionById(extension->id(), true) &&
292 !service->GetExtensionById(extension->id(), false))
768 ExtensionService* service = profile_->GetExtensionService(); local
769 if (service) {
776 new CrxInstaller(service, NULL)); // silent install, no U
796 ExtensionService* service = profile_->GetExtensionService(); local
821 ExtensionService* service = profile_->GetExtensionService(); local
834 ExtensionService* service = profile_->GetExtensionService(); local
855 ExtensionService* service = profile_->GetExtensionService(); local
870 ExtensionService* service = profile_->GetExtensionService(); local
895 ExtensionService* service = profile_->GetExtensionService(); local
916 ExtensionService* service = profile_->GetExtensionService(); local
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/support/
SpiEngUtils.java 45 * @param service
48 public static Provider isSupport(String algorithm, String service) {
50 Provider[] provs = Security.getProviders(service.concat(".")
  /external/chromium/chrome/browser/chromeos/login/
enterprise_enrollment_screen.h 68 virtual void OnIssueAuthTokenSuccess(const std::string& service,
71 const std::string& service,

Completed in 956 milliseconds

1 2 3 4 5 6 78 91011>>