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

<<11121314151617181920>>

  /frameworks/base/core/java/android/bluetooth/
BluetoothGatt.java 191 * A new GATT service has been discovered.
192 * The service is added to the internal list and the search
207 * An included service has been found durig GATT discovery.
208 * The included service is added to the respective parent.
221 BluetoothGattService service = getService(mDevice,
226 if (service != null && includedService != null) {
227 service.addIncludedService(includedService);
233 * Add the new characteristic to the relevant service and continue
247 BluetoothGattService service = getService(mDevice, srvcUuid.getUuid(),
249 if (service != null)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/system_logs/
chrome_internal_log_source.cc 42 ProfileSyncService* service =
45 sync_ui_util::ConstructAboutInformation(service));
86 ExtensionService* service =
88 if (!service)
92 const ExtensionSet* extensions = service->extensions();
  /external/chromium_org/chrome/browser/signin/
signin_manager_factory.cc 90 SigninManagerBase* service = NULL; local
93 service = new SigninManagerBase();
95 service = new SigninManager(
99 service->Initialize(profile, g_browser_process->local_state());
100 return service;
  /frameworks/native/cmds/dumpsys/
dumpsys.cpp 35 ALOGE("Unable to get default service manager!");
36 aerr << "dumpsys: Unable to get default service manager!" << endl;
64 sp<IBinder> service = sm->checkService(services[i]); local
65 if (service != NULL) {
76 sp<IBinder> service = sm->checkService(services[i]); local
77 if (service != NULL) {
81 aout << "DUMP OF SERVICE " << services[i] << ":" << endl;
83 int err = service->dump(STDOUT_FILENO, args);
85 aerr << "Error dumping service info: (" << strerror(err)
89 aerr << "Can't find service: " << services[i] << endl
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service_harness.cc 139 // Initialize the sync client's profile sync service object.
146 // Subscribe sync client to notifications from the profile sync service.
167 service()->OnUserChoseDatatypes(sync_everything, synced_datatypes);
180 service()->SetSyncSetupCompleted();
200 if (service()->sync_initialized()) {
235 timestamp_match_partner_->service()->RemoveObserver(this);
245 // service()->observed_passphrase_required() is false.
246 if (service()->ShouldPushChanges()) {
300 // service()->observed_passphrase_required() is false.
301 if (service()->ShouldPushChanges())
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_management_apitest.cc 42 ExtensionService* service = browser()->profile()->GetExtensionService(); local
44 service->DisableExtension(last_loaded_extension_id_);
46 service->DisableExtension(last_loaded_extension_id_);
74 ExtensionService* service = browser()->profile()->GetExtensionService(); local
101 ASSERT_FALSE(service->GetExtensionById(app_id, true));
105 service->extension_prefs()->SetLaunchType(
124 ExtensionService* service = browser()->profile()->GetExtensionService(); local
150 ASSERT_FALSE(service->GetExtensionById(app_id, true));
153 service->extension_prefs()->SetLaunchType(
all_urls_apitest.cc 32 ExtensionService* service = browser()->profile()->GetExtensionService(); local
33 const size_t size_before = service->extensions()->size();
36 EXPECT_EQ(size_before + 2, service->extensions()->size());
93 ExtensionService* service = browser()->profile()->GetExtensionService(); local
94 const size_t size_before = service->extensions()->size();
97 EXPECT_EQ(size_before + 2, service->extensions()->size());
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_service_unittest.cc 98 // |enable_service| is whether or not the captive portal service itself
158 ASSERT_EQ(CaptivePortalService::STATE_IDLE, service()->state());
164 CaptivePortalObserver observer(profile(), service());
165 service()->DetectCaptivePortal();
167 EXPECT_EQ(CaptivePortalService::STATE_TIMER_RUNNING, service()->state());
173 service()->state());
185 // Runs a test when the captive portal service is disabled.
190 ASSERT_EQ(CaptivePortalService::STATE_IDLE, service()->state());
196 CaptivePortalObserver observer(profile(), service());
197 service()->DetectCaptivePortal()
271 CaptivePortalService* service() { return service_.get(); } function in class:captive_portal::CaptivePortalServiceTest
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/feedback_private/
feedback_private_api.cc 70 FeedbackService* service = local
73 DCHECK(service);
74 SetResult(base::Value::CreateStringValue(service->GetUserEmail()));
79 FeedbackService* service = local
82 DCHECK(service);
83 service->GetSystemInformation(
151 FeedbackService* service = FeedbackPrivateAPI::GetFactoryInstance()-> local
153 DCHECK(service);
154 service->SendFeedback(profile(),
  /external/chromium_org/chrome/browser/policy/cloud/
user_policy_signin_service_base.cc 62 manager->core()->service()->RefreshPolicy(callback);
97 CloudPolicyService* service) {
135 if (manager && manager->core()->service())
136 manager->core()->service()->RemoveObserver(this);
201 if (!manager->core()->service()) {
213 // Otherwise OnInitializationCompleted is invoked as soon as the service
215 if (manager->core()->service()->IsInitializationComplete())
216 OnInitializationCompleted(manager->core()->service());
224 DCHECK(manager->core()->service());
228 // Observe the service to determine when it's initialized
    [all...]
  /external/chromium_org/chrome/browser/sync/
sync_global_error_unittest.cc 99 void VerifySyncGlobalErrorResult(NiceMock<ProfileSyncServiceMock>* service,
106 EXPECT_CALL(*service, HasSyncSetupCompleted())
110 EXPECT_CALL(*service, GetAuthError()).WillRepeatedly(ReturnRef(auth_error));
162 NiceMock<ProfileSyncServiceMock> service(profile.get());
170 SyncGlobalError error(&service, signin);
173 EXPECT_CALL(service, QueryDetailedSyncStatus(_))
176 EXPECT_CALL(service, IsPassphraseRequired())
178 EXPECT_CALL(service, IsPassphraseRequiredForDecryption())
181 &service, login_ui_service, browser(), &error,
  /external/chromium_org/webkit/browser/appcache/
appcache_storage.cc 20 AppCacheStorage::AppCacheStorage(AppCacheService* service)
22 last_response_id_(kUnitializedId), service_(service) {
73 info = new AppCacheResponseInfo(storage_->service(), manifest_url_,
106 if (new_usage != old_usage && service()->quota_manager_proxy()) {
107 service()->quota_manager_proxy()->NotifyStorageModified(
115 if (service()->quota_manager_proxy()) {
118 service()->quota_manager_proxy()->NotifyStorageModified(
128 if (service()->quota_manager_proxy() &&
130 service()->quota_manager_proxy()->NotifyStorageAccessed(
mock_appcache_storage_unittest.cc 86 MockAppCacheService service; local
88 service.storage()->LoadCache(111, &delegate);
99 MockAppCacheService service; local
103 int64 cache_id = service.storage()->NewCacheId();
104 scoped_refptr<AppCache> cache(new AppCache(service.storage(), cache_id));
108 service.storage()->LoadCache(cache_id, &delegate);
116 MockAppCacheService service; local
118 reinterpret_cast<MockAppCacheStorage*>(service.storage());
121 service.storage()->LoadOrCreateGroup(manifest_url, &delegate);
136 MockAppCacheService service; local
162 MockAppCacheService service; local
213 MockAppCacheService service; local
245 MockAppCacheService service; local
290 MockAppCacheService service; local
332 MockAppCacheService service; local
377 MockAppCacheService service; local
397 MockAppCacheService service; local
420 MockAppCacheService service; local
455 MockAppCacheService service; local
513 MockAppCacheService service; local
569 MockAppCacheService service; local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 45 * Provides Bluetooth Hid Host profile, as a service in
116 Log.d(TAG, "getHidService(): service is NULL");
118 Log.d(TAG,"getHidService(): service is not available");
131 Log.d(TAG, "setHidService(): service not available");
133 Log.d(TAG,"setHidService(): service is cleaning up");
276 * Handlers for incoming service calls
302 HidService service = getService(); local
303 if (service == null) return false;
304 return service.connect(device);
308 HidService service = getService() local
314 HidService service = getService(); local
325 HidService service = getService(); local
331 HidService service = getService(); local
337 HidService service = getService(); local
344 HidService service = getService(); local
350 HidService service = getService(); local
356 HidService service = getService(); local
362 HidService service = getService(); local
368 HidService service = getService(); local
374 HidService service = getService(); local
    [all...]
  /external/chromium/chrome/browser/search_engines/
util.cc 37 // number changes. Only pass in a non-NULL value for |service| if the removed
41 WebDataService* service) {
43 DCHECK(service == NULL || BrowserThread::CurrentlyOn(BrowserThread::UI));
51 if (service)
52 service->RemoveKeyword(**i);
69 WebDataService* service,
72 DCHECK(service == NULL || BrowserThread::CurrentlyOn(BrowserThread::UI));
118 if (service) {
119 service->UpdateKeyword(*existing_url);
144 if (service)
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_terms_of_service.css 6 #terms-of-service {
15 #terms-of-service .step-contents {
20 #terms-of-service h1 {
44 #terms-of-service h2 {
63 #terms-of-service p {
70 #terms-of-service p + p {
91 #terms-of-service.error #tos-back-button {
  /external/chromium_org/chrome/browser/extensions/
extension_disabled_ui.cc 85 ExtensionDisabledDialogDelegate(ExtensionService* service,
106 ExtensionService* service,
110 service_(service),
141 ExtensionDisabledGlobalError(ExtensionService* service,
195 ExtensionService* service,
198 : service_(service),
213 content::Source<Profile>(service->profile()));
215 content::Source<Profile>(service->profile()));
341 void AddExtensionDisabledErrorWithIcon(base::WeakPtr<ExtensionService> service,
344 if (!service.get()
    [all...]
  /external/openssh/
auth2.c 185 char *service = packet_get_cstring(&len); local
191 if (strcmp(service, "ssh-userauth") == 0) {
198 /* XXX all other service requests are denied */
202 packet_put_cstring(service);
206 debug("bad service request %s", service);
207 packet_disconnect("bad service request %s", service);
209 xfree(service);
218 char *user, *service, *method, *style = NULL local
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
ServicePermissionsTest.java 78 for (String service : services) {
84 .getDeclaredMethod("getService", String.class).invoke(null, service);
93 Log.w(TAG, "Missing service " + service);
97 Log.d(TAG, "Dumping service " + service);
103 // Service correctly checked for DUMP permission, yay
105 // Service is throwing about something else; they're
128 fail("dump() for " + service + " produced several lines of output; this "
137 fail("dump() for " + service + " produced a single line which didn't
    [all...]
  /external/chromium_org/chrome/browser/download/
download_crx_util.cc 77 ExtensionService* service = extensions::ExtensionSystem::Get(profile)-> local
79 CHECK(service);
83 service,
131 ExtensionService* service = extensions::ExtensionSystem::Get( local
133 if (!service)
136 extensions::ExtensionPrefs* prefs = service->extension_prefs();
  /external/chromium_org/content/app/android/
child_process_service.cc 34 // |service| is the instance of
37 const base::android::ScopedJavaLocalRef<jobject>& service)
38 : service_(service) {
91 base::android::ScopedJavaLocalRef<jobject> service(env, service_in);
103 new SurfaceTexturePeerChildImpl(service));
113 jobject service,
124 file_ids, file_fds, env, clazz, context, service,
  /frameworks/base/services/java/com/android/server/am/
UriPermissionOwner.java 28 final ActivityManagerService service; field in class:UriPermissionOwner
43 service = _service;
71 service.removeUriPermissionIfNeededLocked(perm);
79 service.removeUriPermissionIfNeededLocked(perm);
93 service.removeUriPermissionIfNeededLocked(perm);
108 service.removeUriPermissionIfNeededLocked(perm);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
IEmailService.aidl 18 package com.android.emailcommon.service;
22 import com.android.emailcommon.service.IEmailServiceCallback;
23 import com.android.emailcommon.service.SearchParams;
  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_service_unittest.cc 242 // We don't want to use a real service class here because we can't call
245 MockClientSideDetectionService service; local
246 EXPECT_CALL(service, ScheduleFetchModel(_)).Times(1);
247 service.SetEnabledAndRefreshState(true);
251 EXPECT_CALL(service, EndFetchModel(
254 service.StartFetchModel();
256 Mock::VerifyAndClearExpectations(&service);
260 EXPECT_CALL(service, EndFetchModel(ClientSideDetectionService::MODEL_EMPTY))
262 service.StartFetchModel();
264 Mock::VerifyAndClearExpectations(&service);
686 MockClientSideDetectionService* service = local
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
search_engines_helper.cc 25 GUIDToTURLMap CreateGUIDToTURLMap(TemplateURLService* service) {
26 CHECK(service);
29 TemplateURLService::TemplateURLVector turls = service->GetTemplateURLs();
76 LOG(ERROR) << "Service a and b do not match in size: " << a_turls.size()
137 LOG(ERROR) << "Verifier and other service have a different count of TURLs: "
150 LOG(ERROR) << "The other service did not contain a TURL with keyword: "
171 << "service 0.";
223 TemplateURLService* service = GetServiceForBrowserContext(profile_index); local
224 TemplateURL* turl = service->GetTemplateURLForKeyword(keyword);
227 service->ResetTemplateURL(turl, short_name, new_keyword, url)
239 TemplateURLService* service = GetServiceForBrowserContext(profile_index); local
254 TemplateURLService* service = GetServiceForBrowserContext(profile_index); local
    [all...]

Completed in 891 milliseconds

<<11121314151617181920>>