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

<<11121314151617181920>>

  /external/protobuf/python/google/protobuf/internal/
service_reflection_test.py 40 from google.protobuf import service namespace
46 class MockRpcChannel(service.RpcChannel):
53 class MockRpcController(service.RpcController):
103 class MockRpcChannel(service.RpcChannel):
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
permission-denied-stops-watches.js 3 // Configure the mock Geolocation service to report a position to cause permission
27 // Update the mock Geolocation service to report a new position, then
error.js 1 description("Tests Geolocation error callback using the mock service.");
success.js 1 description("Tests Geolocation success callback using the mock service.");
  /packages/apps/Email/tests/src/com/android/email/
MessageListContextTests.java 22 import com.android.emailcommon.service.SearchParams;
  /packages/apps/Email/tests/src/com/android/emailcommon/service/
SearchParamsTests.java 17 package com.android.emailcommon.service;
  /packages/apps/VideoEditor/src/com/android/videoeditor/
OverlayType.java 21 import com.android.videoeditor.service.MovieOverlay;
  /external/chromium/chrome/browser/extensions/
extension_function_dispatcher.cc 382 ExtensionService* service = local
384 DCHECK(service);
386 if (!service->ExtensionBindingsAllowed(url))
389 const Extension* extension = service->GetExtensionByURL(url);
391 extension = service->GetExtensionByWebExtent(url);
490 ExtensionService* service = profile()->GetExtensionService(); local
491 DCHECK(service);
492 const Extension* extension = service->GetExtensionById(extension_id(), false);
494 function->set_include_incognito(service->CanCrossIncognito(extension));
496 if (!service->ExtensionBindingsAllowed(function->source_url()) |
    [all...]
extension_test_api.cc 59 ExtensionService* service = profile()->GetExtensionService(); local
60 ExtensionsQuotaService* quota = service->quota_service();
extension_webnavigation_apitest.cc 98 ExtensionService* service = browser()->profile()->GetExtensionService(); local
100 service->GetExtensionById(last_loaded_extension_id_, false);
  /external/chromium/chrome/browser/chromeos/login/
signed_settings.h 109 void set_service(OwnershipService* service) { service_ = service; }
  /external/chromium/chrome/browser/
jumplist_win.h 119 virtual void TabRestoreServiceChanged(TabRestoreService* service);
123 virtual void TabRestoreServiceDestroyed(TabRestoreService* service);
  /external/chromium/chrome/browser/prefs/
pref_notifier_impl.cc 12 PrefNotifierImpl::PrefNotifierImpl(PrefService* service)
13 : pref_service_(service) {
  /external/chromium/chrome/browser/sync/
backend_migrator_unittest.cc 72 ProfileSyncService* service() { return &service_; } function in class:browser_sync::BackendMigratorTest
91 BackendMigrator migrator(service(), manager());
119 BackendMigrator migrator(service(), manager());
141 BackendMigrator migrator(service(), manager());
174 BackendMigrator migrator(service(), manager());
199 BackendMigrator migrator(service(), manager());
231 BackendMigrator migrator(service(), manager());
255 BackendMigrator migrator(service(), manager());
  /external/icu4c/common/
servslkf.cpp 63 SimpleLocaleKeyFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const
71 return service->cloneInstance(_obj);
  /external/kernel-headers/original/linux/sunrpc/
gss_api.h 62 char *gss_service_to_auth_domain_name(struct gss_api_mech *, u32 service);
66 u32 service; member in struct:pf_desc
  /frameworks/base/core/java/android/server/
BluetoothAdapterProperties.java 33 BluetoothAdapterProperties(Context context, BluetoothService service) {
36 mService = service;
  /frameworks/base/core/tests/coretests/src/android/os/
MessengerTest.java 35 public void onServiceConnected(ComponentName name, IBinder service) {
37 mServiceMessenger = new Messenger(service);
  /frameworks/base/services/java/com/android/server/accessibility/
AccessibilityInputFilter.java 76 public AccessibilityInputFilter(Context context, AccessibilityManagerService service) {
79 mAms = service;
  /frameworks/base/services/java/com/android/server/wm/
WindowToken.java 32 final WindowManagerService service; field in class:WindowToken
75 service = _service;
  /frameworks/base/services/tests/servicestests/src/com/android/server/
CountryDetectorServiceTest.java 96 private void waitForSystemReady(CountryDetectorService service) {
103 if (service.isSystemReady()) {
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
IccServiceTableTest.java 39 public boolean isAvailable(TestIccService service) {
40 return super.isAvailable(service.ordinal());
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxManagerService.java 37 * service.
38 * TODO: Eventally the remote service will be running in the system server, and
39 * this will need to be served as a stub for the remote running service. And
107 * Class for interacting with the main interface of the service.
111 IBinder service) {
112 // This is called when the connection with the service has been
114 mService = IBordeauxService.Stub.asInterface(service);
118 // This is called when the connection with the service has been
  /hardware/libhardware_legacy/audio/
AudioPolicyCompatClient.h 35 void *service) :
36 mServiceOps(serviceOps) , mService(service) {}
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
Eas.java 22 import com.android.emailcommon.service.EmailServiceProxy;
23 import com.android.emailcommon.service.SyncWindow;

Completed in 1349 milliseconds

<<11121314151617181920>>