/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ |
FilterShowActivity.java | 209 public void onServiceConnected(ComponentName className, IBinder service) { 211 * This is called when the connection with the service has been 212 * established, giving us the service object we can use to 213 * interact with the service. Because we have bound to a explicit 214 * service that we know is running in our own process, we can 217 mBoundService = ((ProcessingService.LocalBinder)service).getService(); 225 * This is called when the connection with the service has been 236 * Establish a connection with the service. We use an explicit 237 * class name because we want a specific service implementation that [all...] |
/packages/apps/InCallUI/res/values/ |
strings.xml | 63 <!-- In-call screen: call failure reason (out of service) --> 64 <string name="callFailed_outOfService">Out of service area</string> 182 <!-- Label for the "No service" notification item, when expanded. --> 183 <string name="notification_network_selection_title">No service</string> 184 <!-- Label for the expanded "No service" notification item, including the 215 <string name="incall_error_supp_service_unknown">Unsupported service.</string> 237 <string name="emergency_enable_radio_dialog_retry">Out of service area, retrying\u2026</string> 281 <!-- Preference for Voicemail service provider under "Voicemail" settings. 283 <string name="voicemail_provider">Service</string> [all...] |
/packages/apps/Settings/src/com/android/settings/ |
DevelopmentSettings.java | 970 Intent service = (new Intent()) local 1350 IUsbManager service = IUsbManager.Stub.asInterface(b); local [all...] |
/prebuilts/tools/common/eclipse/ |
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar | |
/external/bluetooth/bluedroid/bta/ag/ |
bta_ag_main.c | 302 ** Description Allocate an AG service control block. 343 ** Description Deallocate a service control block. 438 ** Description Given a BTA service mask convert to profile index. 739 ** Description Handle an API event registers a new service. [all...] |
/external/bluetooth/bluedroid/stack/gatt/ |
gatt_cl.c | 62 GATT_UUID_PRI_SERVICE, /* <service> DISC_SRVC_ALL */ 63 GATT_UUID_PRI_SERVICE, /* <service> for DISC_SERVC_BY_UUID */ 796 GATT_TRACE_ERROR0("discover all service response parsing failure"); 801 /* discover included service */ [all...] |
/external/bluetooth/bluedroid/stack/sdp/ |
sdp_discovery.c | 114 ** Description Send a service search request to the SDP server. 135 /* Build a service search request packet */ 151 /* Set max service record count */ 224 /* first search for the service, then get all attributes of it */ 680 /* Build a service search request packet */ [all...] |
/external/chromium/chrome/browser/autofill/ |
personal_data_manager.cc | 164 // The |PersonalDataManager| is set up as a listener of the sync service in 167 // |EmptyMigrationTrash| once the sync service becomes available. 807 // Need a web database service on Android 860 // TODO: We need to come up with a web data service class for Android 950 // sync service becomes available.
|
/external/chromium/chrome/browser/extensions/ |
extension_service_unittest.cc | 340 void set_extensions_service(ExtensionService* service) { 341 service_ = service; 3244 scoped_refptr<ExtensionService> service; local [all...] |
/external/chromium/chrome/browser/safe_browsing/ |
protocol_manager.cc | 216 bool must_back_off = false; // Reduce SafeBrowsing service query frequency. 295 // We have data from the SafeBrowsing service. 333 // The SafeBrowsing service error, or very bad response code: back off. 403 // Handle the case were the SafeBrowsing service tells us to dump our 510 // when we receive a response from the SafeBrowsing service.
|
/external/chromium/chrome/browser/ui/views/ |
about_chrome_view.cc | 280 // the height of the dialog. The space for the Terms of Service string is not 316 // The Terms of Service URL at the bottom. 322 // Add the Terms of Service line and some whitespace. 478 // And now the Terms of Service and position the TOS url. 533 // work as before - enabling UAC or installing the latest service pack [all...] |
/external/chromium/net/proxy/ |
proxy_service.cc | 260 PacRequest(ProxyService* service, 265 : service_(service), 355 // Remove this completed PacRequest from the service's pending list. 781 // Release the old configuration service. 785 // Set the new configuration service. [all...] |
/external/chromium_org/chrome/browser/chromeos/login/ |
wizard_controller.cc | 386 // Only show the Terms of Service when logging into a public account and Terms 387 // of Service have been specified through policy. In all other cases, advance 396 VLOG(1) << "Showing Terms of Service screen."; 598 // If the user declines the Terms of Service, end the session and return to 604 // If the user accepts the Terms of Service, advance to the user image screen.
|
/external/chromium_org/chrome/browser/extensions/api/extension_action/ |
browser_action_apitest.cc | 502 ExtensionService* service = extensions::ExtensionSystem::Get( local 510 const size_t size_before = service->extensions()->size(); 523 ASSERT_EQ(size_before + 3, service->extensions()->size()); 528 service->extension_prefs()->SetIsIncognitoEnabled(extension_a->id(), true); 529 service->extension_prefs()->SetIsIncognitoEnabled(extension_c->id(), true);
|
/external/chromium_org/chrome/browser/mac/ |
install_from_dmg.mm | 69 // IOMedia. Since the media service's entire ancestor chain will be checked, 92 // service matches the class used for disk images, the media resides on a 109 // that service is on a disk image. If it is, returns true. If image_path is 216 // There needs to be exactly one matching service. 219 LOG(ERROR) << "IOIteratorNext: no service";
|
/external/chromium_org/chrome/browser/policy/proto/cloud/ |
device_management_backend.proto | 104 // Request to access a Google service with the given scope. 245 // Indicates the identity the device service account is associated with. 250 // service. This value is combined with invalidation_name to form the object 255 // service object source. This value is combined with invalidation_source to 598 // 503 Service Unavailable: most likely a backend error.
|
/external/chromium_org/chrome/browser/ui/webui/ |
chrome_web_ui_controller_factory.cc | 201 dom_distiller::DomDistillerService* service = local 205 return new dom_distiller::DomDistillerUi(web_ui, service, "dummy"); 211 ExtensionService* service = profile ? profile->GetExtensionService() : NULL; local 212 return service && service->ExtensionBindingsAllowed(url);
|
/external/chromium_org/chromeos/network/ |
shill_property_handler.cc | 45 // Class to manage Shill service property changed observers. Observers are 51 const std::string& service, 107 // Delete network service observers. 393 // Delete network service observers still in observer_map. 467 // The shill service no longer exists. This can happen when a network
|
/external/chromium_org/components/breakpad/app/ |
breakpad_win.cc | 408 // Exception filter for the service process used when breakpad is not enabled. 684 // We install the post-dump callback only for the browser and service 685 // processes. It spawns a new browser/service process. 689 } else if (process_type == L"service") { 705 // browser/service processes.
|
/external/chromium_org/components/policy/proto/ |
device_management_backend.proto | 104 // Request to access a Google service with the given scope. 245 // Indicates the identity the device service account is associated with. 250 // service. This value is combined with invalidation_name to form the object 255 // service object source. This value is combined with invalidation_source to 598 // 503 Service Unavailable: most likely a backend error.
|
/external/chromium_org/gpu/command_buffer/client/ |
fenced_allocator_test.cc | 13 #include "gpu/command_buffer/service/cmd_buffer_engine.h" 14 #include "gpu/command_buffer/service/command_buffer_service.h" 15 #include "gpu/command_buffer/service/gpu_scheduler.h" 16 #include "gpu/command_buffer/service/mocks.h" 17 #include "gpu/command_buffer/service/transfer_buffer_manager.h"
|
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/ |
Geolocation.cpp | 42 static const char failedToStartServiceErrorMessage[] = "Failed to start Geolocation service"; 376 // exists, start the service to get updates. 433 // This may be due to either a new position from the service, or a cached 452 // If the service has a last position, use it to call back for all requests. 454 // the position from the service will be at least as fresh.
|
/external/libnfc-nci/src/include/ |
bt_target.h | 727 /* Sets the period, in seconds, to automatically perform service discovery. */ 808 /* Maximum service name stored with security authorization (0 if not needed) */ 818 /* Maximum length of the service name. */ [all...] |
/external/libnfc-nci/src/nfa/p2p/ |
nfa_p2p_act.c | 656 else /* if this is not registered service */ 668 ** Description Allocate a service as server and register to LLCP 739 ** Description Allocate a service as client and register to LLCP 786 ** Description Deallocate a service as server or client and deregister to LLCP 896 /* no need to deregister service on LLCP */ [all...] |
nfa_p2p_api.c | 108 ** Description This function is called to register a client service on LLCP. 152 ** or stop client service on LLCP. 370 ** by a service name. 926 ** Well-Known Service list encoded as a 16-bit field of connected LLCP. [all...] |