/packages/apps/Contacts/src/com/android/contacts/test/ |
InjectedServices.java | 30 * with this class to see if a particular service has been overridden. 57 public void setSystemService(String name, Object service) { 62 mSystemServices.put(name, service);
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/ |
IEmailService.aidl | 18 package com.android.emailcommon.service; 21 import com.android.emailcommon.service.IEmailServiceCallback; 22 import com.android.emailcommon.service.SearchParams;
|
/packages/apps/Email/src/com/android/email/mail/store/ |
ExchangeStore.java | 22 import com.android.email.service.EmailServiceUtils; 25 import com.android.emailcommon.service.IEmailService; 28 * Our Exchange service does not use the sender/store model.
|
/packages/apps/KeyChain/tests/ |
AndroidManifest.xml | 24 To run service: 31 <service android:name="com.android.keychain.tests.KeyChainServiceTest"> 35 </service>
|
/packages/experimental/DreamTheater/ |
AndroidManifest.xml | 21 <action android:name="android.service.dreams.DreamService" /> 31 <action android:name="android.service.dreams.DreamService" /> 41 <action android:name="android.service.dreams.DreamService" />
|
/sdk/apps/SdkController/res/values/ |
strings.xml | 24 <string name="service_description">Background service for SDK Controller</string> 26 <!-- Strings for service. --> 30 <string name="main_label_service">Service:</string>
|
/system/netd/ |
DnsProxyListener.h | 39 // Note: All of host, service, and hints may be NULL 42 char* service, 46 mService(service),
|
/tools/motodev/src/plugins/remote.device/src/com/motorola/studio/android/remote/ |
RemoteDevicePlugin.java | 71 * The service that connects the remote device. 76 * The service that disconnects the remote device. 135 IService service = 137 IServiceHandler handler = service.getHandler(); 203 * Retrieves the connect service handler. 205 * @return The currently registered connect service handler, or <null> if no handler is registered. 215 for (IService service : services) 217 IServiceHandler handler = service.getHandler(); 230 * Retrieves the disconnect service handler. 232 * @return The currently registered disconnect service handler, or <null> if no handler is registered [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
P2pClientPbcTestCase.java | 45 * Check UPnP service on GO through service discovery request. 78 * set service response listener callback. 93 * Receive only UPnP service.
|
P2pClientPinTestCase.java | 45 * Check Bonjour service on GO through service discovery request. 75 * set service response listener callback. 90 * Receive only Bonjour service.
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
UrlInterceptRegistryTest.java | 51 public CacheResult service(String url, Map<String, String> headers) { 62 public CacheResult service(String url, Map<String, String> headers) { 73 public CacheResult service(String url, Map<String, String> headers) { 100 public CacheResult service(String url, Map<String, String> headers) { method in class:UrlInterceptRegistryTest.MockUrlInterceptHandler
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
AccessibilityServiceTestRunner.java | 34 * installing a package with a delegating accessibility service, enabling 35 * this service, running these tests, disabling the service, and removing 36 * the delegating accessibility service package.
|
/development/samples/SampleSyncAdapter/ |
_index.html | 2 cloud-based service and synchronize its data with data stored locally in a 17 authenticator for your service by extending the new <code><a 21 <p>The sync adapter (essential to the synchronization service) declares the 33 <p> The cloud-based service for this sample application is running at: </p>
|
/development/samples/Support4Demos/src/com/example/android/supportv4/accessibility/ |
AccessibilityManagerSupportActivity.java | 21 import android.app.Service; 50 /** Handle to the accessibility manager service. */ 64 Service.ACCESSIBILITY_SERVICE); 114 AccessibilityServiceInfo service = enabledServices.get(i); local 116 // an accessibility service. Again accessed them via the support library. 117 ResolveInfo resolveInfo = AccessibilityServiceInfoCompat.getResolveInfo(service); 121 AccessibilityServiceInfoCompat.feedbackTypeToString(service.feedbackType), 122 AccessibilityServiceInfoCompat.getDescription(service), 123 AccessibilityServiceInfoCompat.getSettingsActivityName(service));
|
/development/samples/TtsEngine/ |
AndroidManifest.xml | 27 <service android:name=".RobotSpeakTtsService" 33 <!-- Note that this meta data element must be inside the service 34 definition of the service that handles the TTS_SERVICE intent 37 </service>
|
/development/samples/VoiceRecognitionService/ |
AndroidManifest.xml | 26 <!-- The service that implements voice recognition. Note that a label 27 for the service is important to provide, as this is what will show 30 <service android:name="VoiceRecognitionService" 49 </service>
|
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/ |
ManifestTest.java | 46 private static final String MANIFEST_CONTENTS = "Manifest-Version: 1.0\nBundle-Name: ClientSupport\nBundle-Description: Provides SessionService, AuthenticationService. Extends RegistryService.\nBundle-Activator: com.ibm.ive.eccomm.client.support.ClientSupportActivator\nImport-Package: com.ibm.ive.eccomm.client.services.log,\n com.ibm.ive.eccomm.client.services.registry,\n com.ibm.ive.eccomm.service.registry; specification-version=1.0.0,\n com.ibm.ive.eccomm.service.session; specification-version=1.0.0,\n com.ibm.ive.eccomm.service.framework; specification-version=1.2.0,\n org.osgi.framework; specification-version=1.0.0,\n org.osgi.service.log; specification-version=1.0.0,\n com.ibm.ive.eccomm.flash; specification-version=1.2.0,\n com.ibm.ive.eccomm.client.xml,\n com.ibm.ive.eccomm.client.http.common,\n com.ibm.ive.eccomm.client.http.client\nImport-Service: org.osgi.service.log.LogReaderService\n org.osgi.service.log.LogService,\n com.ibm.ive.eccomm.service.registry.RegistryService\nExport-Package: com.ibm.ive.eccomm.client.services.authentication; specification-version=1.0.0,\n com.ibm.ive.eccomm.service.authentication; specification-version=1.0.0,\n com.ibm.ive.eccomm.common; specification-version=1.0.0,\n com.ibm.ive.eccomm.client.services.registry.store; specification-version=1.0.0\nExport-Service: com.ibm.ive.eccomm.service.authentication.AuthenticationService,\n com.ibm.ive.eccomm.service.ses (…) [all...] |
/external/bluetooth/bluedroid/bta/include/ |
bta_ag_co.h | 73 ** Description This function is executed by AG when a service level connection 76 ** set up particular to the connected service. 82 BTA_API extern void bta_ag_co_data_open(UINT16 handle, tBTA_SERVICE_ID service); 88 ** Description This function is called by AG when a service level
|
/external/bluetooth/bluedroid/stack/include/ |
gattdefs.h | 60 /* Link Loss Service */ 65 /* Current Time Service */ 79 /* Glucose Service */ 106 /* Battery Service char */
|
/external/chromium/chrome/browser/ |
chrome_content_browser_client.cc | 34 ExtensionService* service = profile->GetExtensionService(); local 35 if (service) { 36 bool is_extension_process = service->ExtensionBindingsAllowed(url); 39 const Extension* installed_app = service->GetInstalledApp(url);
|
dom_operation_notification_details.h | 7 // parameters through the notification service.
|
/external/chromium/chrome/browser/chromeos/cros/ |
libcros_service_library.h | 19 // Starts dbus service for LibCrosService.
|
/external/chromium/chrome/browser/debugger/ |
inspectable_tab_proxy.cc | 20 DebuggerRemoteService* service, 23 service_(service), 100 DebuggerRemoteService* service) { 102 new DevToolsClientHostImpl(id, service, &id_to_client_host_map_);
|
/external/chromium/chrome/browser/extensions/ |
extension_management_api.cc | 55 ExtensionService* ExtensionManagementFunction::service() { function in class:ExtensionManagementFunction 142 AddExtensionInfo(result, *service()->extensions(), true); 143 AddExtensionInfo(result, *service()->disabled_extensions(), false); 151 const Extension* extension = service()->GetExtensionById(extension_id, true); 157 bool enabled = service()->extension_prefs()-> 169 const Extension* extension = service()->GetExtensionById(extension_id, true); 185 service()->extension_prefs()->GetLaunchContainer( 201 if (!service()->GetExtensionById(extension_id, true)) { 207 ExtensionPrefs* prefs = service()->extension_prefs(); 218 service()->EnableExtension(extension_id) 316 ExtensionService* service = profile->GetExtensionService(); local [all...] |
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(
|