/external/bluetooth/bluedroid/stack/srvc/ |
srvc_battery.c | 189 ** Description Instantiate a Battery service 202 GATT_TRACE_ERROR0("MAX battery service has been reached"); 216 GATT_TRACE_ERROR0("Can not create service, Battery_Instantiate() failed!"); 279 /* start service 298 ** Description Respond to a battery service request
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
page_action_decoration.mm | 104 ExtensionService* service = profile_->GetExtensionService(); 105 service->browser_event_router()->PageActionExecuted( 225 ExtensionService* service = profile_->GetExtensionService(); 226 if (!service) 228 const Extension* extension = service->GetExtensionById(
|
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/signin/ |
OAuth2TokenServiceIntegrationTest.java | 26 * These tests initialize the native part of the service. 57 // Get a reference to the service. 72 final AtomicReference<OAuth2TokenService> service = local 77 service.set(OAuth2TokenService.getForProfile(Profile.getLastUsedProfile())); 80 return service.get();
|
/external/chromium_org/chrome/browser/chromeos/login/ |
multi_profile_user_controller_unittest.cc | 350 policy::PolicyCertService* service = local 352 ASSERT_TRUE(service); 354 EXPECT_FALSE(service->has_policy_certificates()); 360 service->OnTrustAnchorsChanged(certificates); 361 EXPECT_TRUE(service->has_policy_certificates());
|
/external/chromium_org/chrome/browser/managed_mode/ |
managed_user_registration_utility.cc | 40 ManagedUserSyncService* service); 169 ManagedUserSyncService* service) { 172 service); 180 ManagedUserSyncService* service) 183 managed_user_sync_service_(service),
|
/external/chromium_org/chrome/browser/net/gaia/ |
gaia_oauth_fetcher.h | 28 // specific service. This will typically start with either an interactive 72 const char* service, 90 // service_scope will be used as a service name. For example, Chromium Sync 91 // uses https://www.googleapis.com/auth/chromesync for its OAuth2 service 195 const char* service,
|
/external/chromium_org/chrome/browser/signin/ |
signin_internals_util.cc | 28 const std::string& service) 33 service(service) { 46 token_info->SetString("service", service);
|
/external/chromium_org/chrome/browser/themes/ |
theme_service.h | 143 // Returns the syncable service for syncing theme. The returned service is 187 // True if the theme service is ready to be used. 188 // TODO(pkotwicz): Add DCHECKS to the theme service's getters once 195 // Called when the extension service is ready.
|
/external/chromium_org/chrome/browser/thumbnails/ |
thumbnail_tab_helper.cc | 35 // This class provides a service for updating thumbnails to be used in 36 // "Most visited" section of the new tab page. The service can be started 37 // by StartThumbnailing(). The current algorithm of the service is as 56 // Feed the constructed thumbnail to the thumbnail service. 60 context.service->SetPageThumbnail(context, image);
|
/external/chromium_org/chrome/service/cloud_print/ |
cloud_print_proxy.cc | 5 #include "chrome/service/cloud_print/cloud_print_proxy.h" 18 #include "chrome/service/cloud_print/print_system.h" 19 #include "chrome/service/service_process.h" 20 #include "chrome/service/service_process_prefs.h" 192 // If the Cloud Print service is not enabled, we may need to read the old
|
/external/chromium_org/chromeos/dbus/ |
shill_service_client.cc | 37 "Failed to call org.chromium.shill.Service." + method_name + 250 // New Shill Service DBus objects are created relatively frequently, so 256 // a service with path "/", or a bug in Shill passes "/" as a service path. 260 NET_LOG_ERROR("ShillServiceClient service has invalid path",
|
/external/chromium_org/cloud_print/service/ |
service_state.cc | 5 #include "cloud_print/service/service_state.h" 160 std::string ServiceState::LoginToGoogle(const std::string& service, 175 post_body += "&source=" + net::EscapeUrlEncodedData("CP-Service", true); 176 post_body += "&service=" + net::EscapeUrlEncodedData(service, true);
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
SpeechRecognition.java | 184 ServiceInfo service = resolve.serviceInfo; local 186 if (!service.packageName.equals(PROVIDER_PACKAGE_NAME)) 191 versionCode = pm.getPackageInfo(service.packageName, 0).versionCode; 199 sRecognitionProvider = new ComponentName(service.packageName, service.name);
|
/external/chromium_org/google_apis/gaia/ |
gaia_auth_fetcher.cc | 66 "service=%s"; 74 "service=%s&" 81 "service=%s&" 109 const char GaiaAuthFetcher::kOAuthLoginFormat[] = "service=%s&source=%s"; 244 const char* service, 266 service); 275 service, 284 const char* const service) { 290 if (!strcmp(service, GaiaConstants::kGaiaService)) 296 service, [all...] |
/external/iproute2/man/man8/ |
tc-prio.8 | 60 Service assigned to the packet. 73 or be derived from the Type of Service of the packet. 97 0000 0 Normal Service 108 0x0 0 Normal Service 0 Best Effort 1 158 Domain Name Service
|
/external/oauth/core/src/main/java/net/oauth/signature/ |
RSA_SHA1.java | 39 * a shared secret with the service provider, but it needs a private 51 * A service provider that wishes to verify signatures made by such a 54 * OAuthConsumer object (on the service provider's side) like this: 65 * Alternatively, a service provider that wishes to verify signatures made 67 * public key. You create the necessary OAuthConsumer object (on the service
|
/external/qemu/android/ |
boot-properties.c | 115 /* init service if needed */ 257 boot_property_save( QEMUFile* f, QemudService* service, void* opaque ) 273 boot_property_load( QEMUFile* f, QemudService* service, void* opaque ) 345 derror("could not register '%s' service", SERVICE_NAME); 348 D("registered '%s' qemud service", SERVICE_NAME);
|
/external/qemu/hw/ |
goldfish_pipe.h | 34 * now read()/write() to communicate with <pipeName> service in the 41 * 1/ Call goldfish_pipe_add_type() to register a new pipe service by name. 45 * 2/ When a client connects to the service, the 'init' callback will be called 46 * to create a new service-specific client identifier (which must returned 66 * to goldfish_pipe_add_type() when registering a given pipe service.
|
/frameworks/base/core/java/android/view/textservice/ |
SpellCheckerInfo.java | 64 public SpellCheckerInfo(Context context, ResolveInfo service) 66 mService = service; 67 ServiceInfo si = service.serviceInfo; 156 * Return the component of the service that implements. 223 * Return the raw information about the Service implementing this
|
/frameworks/base/docs/html/google/play/billing/ |
billing_integrate.jd | 12 <li><a href="#billing-service">Creating a ServiceConnection</a></li> 40 <p>In-app Billing on Google Play provides a straightforward, simple interface for sending In-app Billing requests and managing In-app Billing transactions using Google Play. The information below covers the basics of how to make calls from your application to the In-app Billing service using the Version 3 API. </p> 63 3 service. You will use this interface to make billing requests by invoking IPC 113 <h2 id="billing-service">Creating a ServiceConnection</h2> 125 <p>To establish a connection with the In-app Billing service on Google Play, implement a {@link android.content.ServiceConnection} to bind your activity to {@code IInAppBillingService}. Override the {@link android.content.ServiceConnection#onServiceDisconnected onServiceDisconnected} and {@link 138 IBinder service) { 139 mService = IInAppBillingService.Stub.asInterface(service); 144 <p>In your activity?s {@link android.app.Activity#onCreate onCreate} method, perform the binding by calling the {@link android.content.Context#bindService bindService} method. Pass the method an {@link android.content.Intent} that references the In-app Billing service and an instance of the {@link android.content.ServiceConnection} that you created.</p> 154 <p>You can now use the mService reference to communicate with the Google Play service.</p> 155 <p class="note"><strong>Important:</strong> Remember to unbind from the In-app Billing service when you are done with your {@link android.app.Activity}. If you don?t unbind, the open service co (…) [all...] |
/frameworks/base/docs/html/guide/topics/manifest/ |
intent-filter-element.jd | 17 <br/><code><a href="{@docRoot}guide/topics/manifest/service-element.html"><service></a></code> 28 <dd>Specifies the types of intents that an activity, service, or broadcast 30 parent component — what an activity or service can do and what types 53 <dd>An icon that represents the parent activity, service, or broadcast
|
/frameworks/base/docs/html/training/sync-adapters/ |
creating-sync-adapter.jd | 66 Bound {@link android.app.Service}. 83 XML that declares the bound service and points to sync adapter-specific metadata. 297 {@link android.app.Service} that passes a special Android binder object from the sync adapter 304 {@link android.app.Service#onCreate onCreate()} method of the service. By instantiating 305 the component in {@link android.app.Service#onCreate onCreate()}, you defer 306 creating it until the service starts, which happens when the framework first tries to run your 313 bound {@link android.app.Service}, instantiates your sync adapter component, and gets the 319 * Define a Service that returns an {@link android.os.IBinder} for the 323 public class SyncService extends Service { [all...] |
/frameworks/base/nfc-extras/java/com/android/nfc_extras/ |
NfcAdapterExtras.java | 75 /** get service handles */ 77 final INfcAdapterExtras service = adapter.getNfcAdapterExtrasInterface(); local 78 if (service != null) { 80 sService = service; 160 * NFC service dead - attempt best effort recovery
|
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/ |
KeyguardServiceDelegate.java | 45 // the event something checks before the service is actually started. 119 public void onServiceConnected(ComponentName name, IBinder service) { 122 IKeyguardService.Stub.asInterface(service)); 215 Slog.w(TAG, "onScreenTurnedOn(): no keyguard service!"); 249 if (DEBUG) Log.v(TAG, "onSystemReady() called before keyguard service was ready");
|
/frameworks/base/services/java/com/android/server/am/ |
ContentProviderRecord.java | 37 final ActivityManagerService service; field in class:ContentProviderRecord 60 service = _service; 70 service = cpr.service; 244 synchronized (service) {
|