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

<<41424344454647484950>>

  /external/chromium/chrome/browser/sessions/
session_service_unittest.cc 49 service()->SetWindowType(window_id, Browser::TYPE_NORMAL);
50 service()->SetWindowBounds(window_id, window_bounds, false);
79 service()->UpdateTabNavigation(window_id, tab_id, index, entry);
81 service()->SetSelectedNavigationIndex(window_id, tab_id, index);
93 // Configures the session service with one window with one tab and a single
95 // pinned state of the tab is updated. The session service is then recreated
108 helper_.service()->SetPinnedState(window_id, tab_id, pinned_state);
126 SessionService* service() { return helper_.service(); } function in class:SessionServiceTest
208 service()->TabClosed(window_id, tab2_id, false)
    [all...]
  /external/chromium_org/chrome/browser/themes/
theme_service.cc 284 ExtensionService* service = local
286 if (!service->IsExtensionEnabled(extension->id())) {
289 service->EnableExtension(extension->id());
308 service->DisableExtension(previous_theme_id,
332 ExtensionService* service = profile_->GetExtensionService();
333 if (!service)
338 service->GenerateInstalledExtensionsSet());
339 extensions::ExtensionPrefs* prefs = service->extension_prefs();
360 service->UninstallExtension(remove_list[i], false, NULL);
453 // Else: wait for the extension service to be ready so that the theme pac
463 content::NotificationService* service = local
519 ExtensionService* service = local
562 ExtensionService* service = local
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
DescriptorsTest.java 119 ServiceDescriptor service = TestService.getDescriptor(); local
120 assertEquals(service, file.getServices().get(0));
121 assertEquals(service, file.findServiceByName("TestService"));
317 ServiceDescriptor service = TestService.getDescriptor(); local
319 assertEquals("TestService", service.getName());
320 assertEquals("protobuf_unittest.TestService", service.getFullName());
321 assertEquals(UnittestProto.getDescriptor(), service.getFile());
323 assertEquals(2, service.getMethods().size());
325 MethodDescriptor fooMethod = service.getMethods().get(0);
331 assertEquals(fooMethod, service.findMethodByName("Foo"))
374 ServiceDescriptor service = local
    [all...]
  /frameworks/base/core/java/android/speech/
SpeechRecognizer.java 39 * This class provides access to the speech recognition service. This service allows access to the
116 /** The connection to the actual service */
122 /** Component to direct service intent to */
170 public void onServiceConnected(final ComponentName name, final IBinder service) {
172 mService = IRecognitionService.Stub.asInterface(service);
189 * Checks whether a speech recognition service is available on the system. If this method
221 * Use this version of the method to specify a specific service to direct this
224 * service.
227 * @param serviceComponent the {@link ComponentName} of a specific service to direct thi
    [all...]
  /hardware/libhardware/include/hardware/
audio_policy.h 272 audio_io_handle_t (*open_output)(void *service,
284 audio_io_handle_t (*open_duplicate_output)(void *service,
289 int (*close_output)(void *service, audio_io_handle_t output);
297 int (*suspend_output)(void *service, audio_io_handle_t output);
300 int (*restore_output)(void *service, audio_io_handle_t output);
310 audio_io_handle_t (*open_input)(void *service,
318 int (*close_input)(void *service, audio_io_handle_t input);
329 int (*set_stream_volume)(void *service,
336 int (*set_stream_output)(void *service,
342 void (*set_parameters)(void *service,
    [all...]
  /packages/apps/Bluetooth/
AndroidManifest.xml 79 <service
85 </service>
86 <service
213 <service
220 </service>
232 <service
239 </service>
240 <service
247 </service>
248 <service
    [all...]
  /external/chromium_org/chrome/service/
service_process.cc 5 #include "chrome/service/service_process.h"
26 #include "chrome/service/cloud_print/cloud_print_proxy.h"
27 #include "chrome/service/net/service_url_request_context.h"
28 #include "chrome/service/service_ipc_server.h"
29 #include "chrome/service/service_process_prefs.h"
51 // Delay in seconds after the last service is disabled before we attempt
83 // the user if the service process dies. These strings are stored in the
135 // service process to be more modular, a task that is currently underway.
209 VLOG(1) << "Starting Service Process IPC Server";
214 // After the IPC server has started we signal that the service process i
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
context_group.cc 5 #include "gpu/command_buffer/service/context_group.h"
14 #include "gpu/command_buffer/service/buffer_manager.h"
15 #include "gpu/command_buffer/service/framebuffer_manager.h"
16 #include "gpu/command_buffer/service/gles2_cmd_decoder.h"
17 #include "gpu/command_buffer/service/gpu_switches.h"
18 #include "gpu/command_buffer/service/image_manager.h"
19 #include "gpu/command_buffer/service/mailbox_manager.h"
20 #include "gpu/command_buffer/service/memory_tracking.h"
21 #include "gpu/command_buffer/service/program_manager.h"
22 #include "gpu/command_buffer/service/renderbuffer_manager.h
    [all...]
  /external/qemu/android/
adb-qemud.c 177 /* A callback that is invoked when ADB guest sends data to the service.
254 /* A callback that is invoked when ADB guest disconnects from the service. */
271 * to the service.
321 /* A callback that is invoked when ADB debugging guest sends data to the service.
336 * service. */
347 * to the debugging service.
374 * ADB service API.
387 /* Register main ADB service. */
392 derror("%s: Could not register '%s' service",
396 D("%s: Registered '%s' qemud service", __FUNCTION__, SERVICE_NAME)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
main_winsvc.c 2 * WPA Supplicant / main() function for Win32 service
15 * for debugging, with 'wpasvc.exe app' or as a Windows service. Service need
17 * this, it can be started like any other Windows service (e.g., 'net start
19 * tool in administrative tasks. The service can be unregistered with
34 #define WPASVC_DISPLAY_NAME TEXT("wpa_supplicant service")
259 printf("Registering service: " TSTR "\n", WPASVC_NAME);
289 printf("Service registered successfully.\n");
300 printf("Unregistering service: " TSTR "\n", WPASVC_NAME);
317 printf("Service currently active - stopping
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
EmailServiceProxy.java 17 package com.android.emailcommon.service;
36 * EmailService classes (e.g. ExchangeService for EAS). It wraps the service connect/disconnect
43 * return value wait for a result from the Service (i.e. they should not be called from the UI
105 * Request an attachment to be loaded; the service MUST give higher priority to
106 * non-background loading. The service MUST use the loadAttachmentStatus callback when
173 * success) include a HostAuth record sufficient to enable the service to validate the user's
202 * Request that the service reload the folder list for the specified account. The service
218 * Specify the debug flags selected by the user. The service SHOULD log debug information as
251 * Request the service to delete the account's PIM (personal information management) data. Thi
    [all...]
  /external/chromium/chrome/browser/extensions/
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...]
extension_apitest.cc 178 ExtensionService* service = browser()->profile()->GetExtensionService(); local
180 service->GetExtensionById(last_loaded_extension_id_, false);
200 ExtensionService* service = browser()->profile()->GetExtensionService(); local
203 for (size_t i = 0; i < service->extensions()->size(); ++i) {
206 if (service->extensions()->at(i)->location() == Extension::COMPONENT)
212 static_cast<unsigned>(service->extensions()->size()));
219 const Extension* extension = service->extensions()->at(found_extension_index);
  /external/chromium_org/chromeos/dbus/
fake_shill_service_client.cc 103 LOG(ERROR) << "Service not found: " << service_path.value();
104 error_callback.Run("Error.InvalidService", "Invalid Service");
118 LOG(ERROR) << "Service not found: " << service_path.value();
119 error_callback.Run("Error.InvalidService", "Invalid Service");
134 error_callback.Run("Error.InvalidService", "Invalid Service");
150 error_callback.Run("Error.InvalidService", "Invalid Service");
173 LOG(ERROR) << "Service not found: " << service_path.value();
174 error_callback.Run("Error.InvalidService", "Invalid Service");
209 base::Value* service; local
210 if (!stub_services_.Get(service_path.value(), &service)) {
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
FaceUnlock.java 114 * Binds to the Face Unlock service. Face Unlock will be started when the bind completes. The
115 * Face Unlock view is displayed to hide the backup lock while the service is starting up.
129 Log.d(TAG, "Binding to Face Unlock service for user="
145 * Stops Face Unlock and unbinds from the service. Called on the UI thread.
153 // Clearing any old service connected messages.
168 Log.d(TAG, "Unbinding from Face Unlock service");
206 * Calls from the Face Unlock service come from binder threads. Calls from lockscreen typically
237 * Tells the service to start its UI via an AIDL interface. Called when the
299 * Stops the Face Unlock service and tells the device to grant access to the user.
316 * Stops the Face Unlock service and goes to the backup lock
    [all...]
  /development/samples/Alarm/src/com/example/android/newalarm/
AlarmActivity.java 33 * When the user clicks the "Start Alarm Service" button, it triggers a repeating countdown
38 * When the user clicks the "Stop Alarm Service" button, it stops the countdown timer.
49 // Contains a handle to the system alarm service
63 mAlarmSender = PendingIntent.getService( // set up an intent for a call to a service
66 new Intent(AlarmActivity.this, AlarmService.class), // A new Service intent
67 0 // flags (none are required for a service)
85 // Gets the handle to the system alarm service
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IsolatedService.java 20 import android.app.Service;
41 * This is an example if implementing a Service that uses android:isolatedProcess.
43 public class IsolatedService extends Service {
46 * service. Note that this is package scoped (instead of private) so
166 IBinder service) {
167 mService = IRemoteService.Stub.asInterface(service);
174 // This is called when the connection with the service has been
  /development/samples/WiFiDirectServiceDiscovery/
_index.html 2 the Wi-Fi Direct Service Discovery APIs. Service discovery on Wi-Fi direct allows applications to discover and enagage with peers that support a certain service.
6 with Wi-Fi Direct Service Discovery APIs: Advertise services, discover services and connect to peers advertising such services</p>
26 <p>If you are developing an application that uses the Wi-Fi Direct Service Discovery APIs, remember that the
29 be installed on devices that are capable of supporting Wi-Fi Direct Service Discovery, remember to add the
48 <p>For more information about using the Wi-Fi Direct Service Discovery APIs, see the <a
  /development/samples/devbytes/telephony/SmsSampleProject/SmsSample/src/main/
AndroidManifest.xml 118 <!-- Service that delivers SMS messages received from the phone "quick response" -->
119 <service android:name=".service.RespondService"
130 </service>
132 <!-- A service used internally to process incoming SMS/MMS -->
133 <service android:name=".service.MessagingService"
  /external/chromium_org/chrome/browser/extensions/api/dial/
dial_registry.h 64 // service is started after the first listener is added and stopped after the
74 // Returns a new instance of the DIAL service. Overridden by tests.
82 // The DIAL service. Periodic discovery is active when this is not NULL.
91 virtual void OnDiscoveryRequest(DialService* service) OVERRIDE;
92 virtual void OnDeviceDiscovered(DialService* service,
94 virtual void OnDiscoveryFinished(DialService* service) OVERRIDE;
95 virtual void OnError(DialService* service,
  /external/chromium_org/chrome/browser/extensions/api/gcm/
gcm_apitest.cc 34 gcm::FakeGCMProfileService* service() const;
54 gcm::FakeGCMProfileService* GcmApiTest::service() const { function in class:extensions::GcmApiTest
96 EXPECT_EQ(extension->id(), service()->last_registered_app_id());
99 service()->last_registered_cert());
101 service()->last_registered_sender_ids();
133 EXPECT_EQ("destination-id", service()->last_receiver_id());
135 service()->last_sent_message();
  /external/chromium_org/chrome/browser/extensions/
crx_installer.cc 99 ExtensionService* service,
102 return new CrxInstaller(service->AsWeakPtr(), client.Pass(), approval);
175 ExtensionService* service = service_weak_.get(); local
176 if (!service || service->browser_terminating())
475 ExtensionService* service = service_weak_.get(); local
476 if (!service || service->browser_terminating())
486 service->GetExtensionById(i->extension_id, true);
550 ExtensionService* service = service_weak_.get() local
616 ExtensionService* service = service_weak_.get(); local
728 content::NotificationService* service = local
836 ExtensionService* service = service_weak_.get(); local
857 ExtensionService* service = service_weak_.get(); local
    [all...]
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service.h 46 // delivered notifications for chrome. These are obtained from the sync service
128 // When a service it turned on, scan our cache for any notifications
129 // for that service, and display them if they are unread.
132 // When a service it turned off, scan our cache for any notifications
133 // for that service, and remove them from the message center.
136 // When we turn a sending service on or off, collect statistics about
141 // When we start up or hear of a new service, turn it on by default.
  /external/chromium_org/chrome/browser/signin/
signin_internals_util.h 58 // Note that although SigninStatus contains a map of service names to token
59 // values, we replicate the service name within this struct for a cleaner
66 std::string service; // The service that this token is for. member in struct:signin_internals_util::TokenInfo
72 const std::string& service);
79 // Associates a service name with its token information.
82 // Returns the root preference path for the service. The path should be
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
gcm_server.html 2 <h1>API Reference for GCM service</h1>
5 The <a href="cloudMessaging.html">Google Cloud Messaging for Chrome</a> service
7 The service handles all aspects of queueing and delivering messages.
8 To use the service,
10 <a href="gcm_tos.html">Google Cloud Messaging for Chrome API Terms of Service</a>.
50 The URL used to obtain access to the GCM for Chrome service:
100 <td>Valid token required to access the GCM for Chrome service.</td>

Completed in 633 milliseconds

<<41424344454647484950>>