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

<<31323334353637383940>>

  /external/chromium_org/chrome/browser/policy/cloud/
user_policy_signin_service_android.h 42 // the policy service if the account has management enabled.
56 virtual void OnInitializationCompleted(CloudPolicyService* service) OVERRIDE;
69 // Weak pointer to the token service used to authenticate the
  /external/chromium_org/chrome/browser/signin/
about_signin_internals_factory.cc 68 AboutSigninInternals* service = new AboutSigninInternals(); local
69 service->Initialize(static_cast<Profile*>(profile));
70 return service;
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
metadata_db_migration_util.h 19 // Parses a filesystem URL which contains 'drive' as a service name
23 // of DeserializeSyncableFileSystemURL() since 'drive' service name is no longer
24 // used and the deserializer cannot parse the unregistered service name.
  /external/chromium_org/chrome/browser/sync_file_system/
sync_file_system_service_factory.cc 61 SyncFileSystemService* service = new SyncFileSystemService(profile); local
82 service->Initialize(local_file_service.Pass(),
84 return service;
  /external/chromium_org/chrome/browser/tab_contents/
tab_util.cc 36 ExtensionService* service = profile->GetExtensionService(); local
39 (service &&
40 service->extensions()->GetHostedAppByURL(url))) {
  /external/chromium_org/chrome/browser/ui/app_list/
extension_app_item.cc 64 ExtensionService* service = local
66 return service->extension_prefs()->app_sorting();
127 const ExtensionService* service = local
129 const bool enabled = extension_util::IsAppLaunchable(extension_id_, service);
146 ExtensionService* service =
148 extensions::AppSorting* sorting = service->extension_prefs()->app_sorting();
165 service->extension_prefs()->SetAppDraggedByUser(extension_id_);
167 service->OnExtensionMoved(extension_id_, prev_id, next_id);
172 const ExtensionService* service = local
174 const Extension* extension = service->GetInstalledExtension(extension_id_)
190 const ExtensionService* service = local
    [all...]
start_page_service.h 52 // A BrowserContextKeyedServiceFactory for this service.
55 // ProfileDestroyObserver to shutdown the service on exiting. WebContents
57 // keyed service shutdown.
  /external/chromium_org/cloud_print/
cloud_print_resources.gyp 45 'service/win/cloud_print_service_exe.ver',
46 'service/win/cloud_print_service_config_exe.ver',
47 'service/win/cloud_print_service_setup_exe.ver',
  /external/chromium_org/cloud_print/service/win/
service_controller.h 34 // Installs temporarily service to check pre-requirements.
39 // Installs real service that will run connector.
52 // Query service status and options. Results accessible with getters below.
  /external/chromium_org/content/common/
geolocation_messages.h 59 // The |render_view_id| requests Geolocation service to start updating.
68 // The |render_view_id| requests Geolocation service to stop updating.
69 // Note that the geolocation service may continue to fetch geolocation data
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
service.cc 35 #include <google/protobuf/service.h>
40 Service::~Service() {}
  /external/chromium_org/tools/find_runtime_symbols/tests/
reduce_debugline_test.py 23 CU: ../../chrome/service/service_main.cc:
50 (0xa41210, '../../chrome/service/service_main.cc'),
52 (0xa4141f, '../../chrome/service/service_main.cc'),
  /external/protobuf/src/google/protobuf/
service.cc 35 #include <google/protobuf/service.h>
40 Service::~Service() {}
  /frameworks/base/core/java/com/android/internal/backup/
IObbBackupService.aidl 23 * Interface for the Backup Manager Service to communicate with a helper service that
25 * This can't be done within the Backup Manager Service itself because of the restrictions
  /frameworks/base/docs/html/training/accessibility/
index.jd 44 that can be interpreted by an accessibility service to facilitate a smooth
47 <dt><b><a href="service.html">Developing Accessibility Services</a></b></dt>
48 <dd>Develop an accessibility service that listens for accessibility events,
  /frameworks/base/location/lib/java/com/android/location/provider/
FusedProvider.java 42 * This is intended to be used for the onBind() method of a service that implements a fused
43 * service.
53 * @param value The instance to set. This can be null in cases where the service connection
GeofenceProvider.java 52 * a service that implements a geofence service.
64 * when for some reason the service connection gets disconnected.
  /frameworks/base/media/java/android/media/
MediaScannerConnection.java 33 * newly created or downloaded media file to the media scanner service.
34 * The media scanner service will read metadata from the file and add
37 * media scanner service to return the Uri for a newly scanned file
75 * when a connection to the MediaScanner service has been established
81 * MediaScanner service has been established.
98 * the media scanner service.
108 * Initiates a connection to the media scanner service.
126 * Releases the connection to the media scanner service.
147 * Returns whether we are connected to the media scanner service
222 * the media scanner service
    [all...]
  /frameworks/base/services/java/com/android/server/dreams/
DreamController.java 29 import android.service.dreams.DreamService;
30 import android.service.dreams.IDreamService;
47 // How long we wait for a newly bound dream to create the service connection
121 Slog.e(TAG, "Unable to bind dream service: " + intent);
126 Slog.e(TAG, "Unable to bind dream service: " + intent, ex);
187 private void attach(IDreamService service) {
189 service.asBinder().linkToDeath(mCurrentDream, 0);
190 service.attach(mCurrentDream.mToken);
192 Slog.e(TAG, "The dream service died unexpectedly.", ex);
197 mCurrentDream.mService = service;
    [all...]
  /frameworks/base/tests/TtsTests/
AndroidManifest.xml 23 <service android:name=".MockableTextToSpeechService"
24 android:label="Mockable Text-to-speech Service">
29 </service>
  /libcore/luni/src/test/java/libcore/java/util/jar/
OldManifestTest.java 58 "com.ibm.ive.eccomm.client.services.log,com.ibm.ive.eccomm.client.services.registry,com.ibm.ive.eccomm.service.registry; specification-version=1.0.0,com.ibm.ive.eccomm.service.session; specification-version=1.0.0,com.ibm.ive.eccomm.service.framework; specification-version=1.2.0,org.osgi.framework; specification-version=1.0.0,org.osgi.service.log; specification-version=1.0.0,com.ibm.ive.eccomm.flash; specification-version=1.2.0,com.ibm.ive.eccomm.client.xml,com.ibm.ive.eccomm.client.http.common,com.ibm.ive.eccomm.client.http.client");
61 "Import-Service",
62 "org.osgi.service.log.LogReaderServiceorg.osgi.service.log.LogService,com.ibm.ive.eccomm.service.registry.RegistryService");
66 "com.ibm.ive.eccomm.client.services.authentication; specification-version=1.0.0,com.ibm.ive.eccomm.service.authentication; specification-version=1.0.0,com.ibm.ive.eccomm.common; specification-version=1.0.0,com.ibm.ive.eccomm.client.services.registry.store; specification-version=1.0.0");
69 "Export-Service",
    [all...]
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
SpiEngUtils.java 44 * @param service
47 public static Provider isSupport(String algorithm, String service) {
49 Provider[] provs = Security.getProviders(service.concat(".")
  /packages/apps/ContactsCommon/src/com/android/contacts/common/test/
InjectedServices.java 30 * with this class to see if a particular service has been overridden.
57 public void setSystemService(String name, Object service) {
62 mSystemServices.put(name, service);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
ServiceProxy.java 18 package com.android.emailcommon.service;
33 * ServiceProxy is a superclass for proxy objects which make a single call to a service. It handles
34 * connecting to the service, running a task supplied by the subclass when the connection is ready,
35 * and disconnecting from the service afterwards. ServiceProxy objects cannot be reused (trying to
39 * to make a service call, it should call {@link #setTask}, supplying the {@link ProxyTask} that
41 * logic to make the call on the service.
55 // Service call timeout (in seconds)
83 * This function is called after the proxy connects to the service but before it runs its task.
85 * @param binder The service IBinder.
123 // service. This is harmless, but we've got to catch it
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/
CallHandlerService.java 19 import android.app.Service;
35 * Service used to listen for call state changes.
37 public class CallHandlerService extends Service {
109 public void startCallService(ICallCommandService service) {
111 Log.d(TAG, "startCallService: " + service.toString());
113 mMainHandler.sendMessage(mMainHandler.obtainMessage(ON_START, service));
189 private void doStart(ICallCommandService service) {
193 CallCommandClient.getInstance().setService(service);
195 // If we have a new service when one is already started, we can continue
196 // using the service that we already have
    [all...]

Completed in 2557 milliseconds

<<31323334353637383940>>