/development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/ |
WeatherWidgetProvider.java | 90 // content providers, the data is often updated via a background service, or in response to 108 // can be triggered from a background service, or perhaps as a result of user actions 155 // Specify the service to provide data for the collection widget. Note that we need to
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
SecurityTest.java | 366 // service has no KeySize attribute 369 // service has no ImplementedIn attribute 372 // service has no 'Attribute' attribute
|
/external/chromium/chrome/browser/ |
background_page_tracker.cc | 133 PrefService* service = g_browser_process->local_state(); local 134 DCHECK(service); 135 return service;
|
/external/chromium/chrome/browser/extensions/ |
extension_tts_api.cc | 142 ExtensionService* service = utterance->profile()->GetExtensionService(); local 143 DCHECK(service); 148 const ExtensionList* extensions = service->extensions();
|
/external/chromium/chrome/browser/first_run/ |
first_run_win.cc | 85 void DoExtensionWork(ExtensionService* service) { 86 if (!service) 88 service->updater()->CheckNow();
|
/external/chromium/chrome/browser/net/ |
chrome_url_request_context.h | 56 // Gets the appcache service to be used for requests in this context. 108 void set_appcache_service(ChromeAppCacheService* service) { 109 appcache_service_ = service;
|
/external/chromium/chrome/browser/safe_browsing/ |
client_side_detection_service_unittest.cc | 182 // The first time we create the csd service the model file does not exist so 216 // We delete the client-side detection service class even though the callbacks 219 // Waiting for the callbacks to run should not crash even if the service
|
/external/chromium/chrome/browser/sync/ |
profile_sync_service_unittest.cc | 45 // Kill the service before the profile. 102 // the service, meaning it can't be null. It doesn't have to be running, 364 // Stop the service so we can read the new Sync Data files that were
|
/external/chromium/chrome/browser/ui/webui/chromeos/ |
mobile_setup_ui.cc | 492 // Note that even though we get here when the service has 495 // because the service path remains the same. 616 // No service, try again since this is probably just transient condition. 617 LOG(WARNING) << "Service not present at reconnect attempt."; 673 << (network ? network->service_path().c_str() : "no service"); 720 LOG(WARNING) << "Cellular service lost"; 724 // This might be the legit case when service is lost after activation. 726 LOG(INFO) << "Force service reconnection"; 739 LOG(WARNING) << "Cellular:\n service=" << network->GetStateString().c_str() 841 // Wait until the service shows up and gets activated [all...] |
/external/chromium_org/base/threading/ |
thread_local_storage_win.cc | 75 // allocator until our service is in place. (i.e., don't even call new until 121 // no other services running, so perhaps it is a basic service (like an 135 // Any destructor might have called a different service, which then set
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
change_list_loader_unittest.cc | 109 // Adds a new file to the root directory of the service. 202 // Add a file to the service. 396 // Add a file to the service.
|
/external/chromium_org/chrome/browser/component_updater/ |
component_updater_service.h | 89 // The component updater service will call this function when an interesting 129 // The component update service is in charge of installing or upgrading 133 // to package extensions. To the update service each component is identified
|
/external/chromium_org/chrome/browser/extensions/api/media_galleries_private/ |
gallery_watch_state_tracker.cc | 68 ExtensionService* service = profile->GetExtensionService(); local 69 if (!service) 71 return service->GetExtensionById(extension_id, false);
|
/external/chromium_org/chrome/browser/extensions/api/webrtc_audio_private/ |
webrtc_audio_private_browsertest.cc | 320 WebrtcAudioPrivateEventService* service = local 325 service->OnDevicesChanged(base::SystemMonitor::DEVTYPE_AUDIO_CAPTURE); 330 service->OnDevicesChanged(base::SystemMonitor::DEVTYPE_AUDIO_CAPTURE);
|
/external/chromium_org/chrome/browser/signin/ |
signin_promo.cc | 199 // - tell Gaia which service the user is signing into. In this case, 200 // a chrome sign in uses the service "chromiumsync" 210 std::string query_string = "?service=chromiumsync&sarp=1";
|
/external/chromium_org/chrome/browser/speech/extension_api/ |
tts_engine_extension_api.cc | 63 ExtensionService* service = profile->GetExtensionService(); local 64 DCHECK(service); 72 const ExtensionSet* extensions = service->extensions();
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
migration_errors_test.cc | 79 DCHECK(GetClient(0)->service()); 81 GetClient(0)->service()->GetPreferredDataTypes(); 86 GetClient(i)->service()->GetPreferredDataTypes();
|
/external/chromium_org/chrome/browser/sync_file_system/ |
sync_file_system_service_unittest.cc | 185 // Calls InitializeForApp after setting up the mock remote service to 191 // 1. The SyncEventObserver of the service is called with 192 // |expected_states| service state values.
|
/external/chromium_org/chrome/browser/task_manager/ |
background_resource_provider.cc | 277 ExtensionService* service = local 279 if (service) { 284 service->GetExtensionById(application_id, false);
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
page_action_decoration.mm | 228 ExtensionService* service = browser_->profile()->GetExtensionService(); 229 if (!service) 231 const Extension* extension = service->GetExtensionById(
|
/external/chromium_org/chrome/browser/ui/toolbar/ |
toolbar_model_impl.cc | 74 policy::PolicyCertService* service = local 77 if (service && service->UsedPolicyCertificates())
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
font_settings_handler.cc | 289 ExtensionService* service = local 291 if (!service->IsExtensionEnabled(kAdvancedFontSettingsExtensionId)) 293 return service->GetInstalledExtension(kAdvancedFontSettingsExtensionId);
|
/external/chromium_org/chrome/common/ |
service_process_util_unittest.cc | 134 std::string base_desktop_name = "google-chrome-service.desktop"; 136 std::string base_desktop_name = "chromium-service.desktop"; 340 // The symptom of this problem is that the service process connect fails
|
/external/chromium_org/chrome/service/cloud_print/ |
printer_job_handler.h | 18 #include "chrome/service/cloud_print/cloud_print_url_fetcher.h" 19 #include "chrome/service/cloud_print/job_status_updater.h" 20 #include "chrome/service/cloud_print/printer_job_queue_handler.h"
|
/external/chromium_org/chromeos/dbus/ |
gsm_sms_client_unittest.cc | 51 // D-Bus service name used by test. 52 const char kServiceName[] = "service.name"; 93 // service name and the object path will return mock_proxy_.
|