/frameworks/base/docs/html/sdk/api_diff/5/changes/ |
android.app.Service.html | 10 android.app.Service 74 Class android.app.<A HREF="../../../../reference/android/app/Service.html" target="_top"><font size="+2"><code>Service</code></font></A> 86 <A NAME="android.app.Service.onStartCommand_added(android.content.Intent, int, int)"></A> 87 <nobr><code>int</code> <A HREF="../../../../reference/android/app/Service.html#onStartCommand(android.content.Intent, int, int)" target="_top"><code>onStartCommand</code></A>(<code>Intent,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>)</nobr> 93 <A NAME="android.app.Service.startForeground_added(int, android.app.Notification)"></A> 94 <nobr><code>void</code> <A HREF="../../../../reference/android/app/Service.html#startForeground(int, android.app.Notification)" target="_top"><code>startForeground</code></A>(<code>int,</nobr> Notification<nobr><nobr></code>)</nobr> 100 <A NAME="android.app.Service.stopForeground_added(boolean)"></A> 101 <nobr><code>void</code> <A HREF="../../../../reference/android/app/Service.html#stopForeground(boolean)" target="_top"><code>stopForeground</code></A>(<code>boolean</code>)</nobr> 115 <A NAME="android.app.Service.onStart_changed(android.content.Intent, int)"></A [all...] |
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/ |
WifiP2pUpnpServiceRequest.java | 22 * A class for creating a Upnp service discovery request for use with 34 * @param query The part of service specific query. 50 * Create a service discovery request to search all UPnP services. 52 * @return service request for UPnP. 58 * Create a service discovery request to search specified UPnP services. 66 * <li>"urn:schemas-upnp-org:service:ContentDirectory:2" 69 * @return service request for UPnP.
|
/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 " 135 fail("dump() for " + service + " produced a single line which didn't [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
LocalService.java | 22 import android.app.Service; 34 * This is an example of implementing an application service that runs locally 37 * service. 40 * happen in the service. This is generally how background services should 44 //BEGIN_INCLUDE(service) 45 public class LocalService extends Service { 53 * Class for clients to access. Because we know this service always 74 // We want this service to continue running until it is explicitly 98 * Show a notification while this service is running. 120 //END_INCLUDE(service) [all...] |
_package.html | 31 <li>{@link com.android.samples.app.LocalServiceController Local Service 33 <li>{@link com.android.samples.app.LocalServiceBinding Local Service Binding} 34 <li>{@link com.android.samples.app.RemoteServiceController Remote Service 36 <li>{@link com.android.samples.app.RemoteServiceBinding Remote Service 44 <li>{@link com.android.samples.app.AlarmService Alarm Service}
|
/external/openssh/contrib/suse/ |
rc.sshd | 41 # First reset status of this service 68 ## Stop the service and if this succeeds (i.e. the 69 ## service was running before), start it again. 76 ## Stop the service and regardless of whether it was 88 echo -n "Reload service sshd" 96 echo -n "Checking for service sshd " 101 # 0 - service running 102 # 1 - service dead, but /var/run/ pid file exists 103 # 2 - service dead, but /var/lock/ lock file exists 104 # 3 - service not runnin [all...] |
/frameworks/base/services/java/com/android/server/am/ |
IntentBindRecord.java | 28 * A particular Intent that has been bound to a Service. 31 /** The running service. */ 32 final ServiceRecord service; field in class:IntentBindRecord 38 /** Binder published from service. */ 44 /** Set when we still need to tell the service all clients are unbound. */ 46 /** Set when the service's onUnbind() has asked to be told about new clients. */ 52 pw.print(prefix); pw.print("service="); pw.println(service); 78 service = _service; 107 sb.append(service.shortName) [all...] |
/frameworks/base/telephony/java/android/telephony/cdma/ |
CdmaSmsCbProgramResults.java | 23 * CDMA Service Category Program Results from SCPT teleservice SMS. 50 /** Program result: invalid service category name. */ 56 /** Service category to modify. */ 59 /** Language used for service category name (defined in BearerData.LANGUAGE_*). */ 62 /** Result of service category programming for this category. */ 93 * Returns the CDMA service category to modify. 94 * @return a 16-bit CDMA service category value 101 * Returns the CDMA language code for this service category. 109 * Returns the result of service programming for this category 110 * @return the result of service programming for this categor [all...] |
/packages/apps/Email/src/com/android/email/service/ |
EmailServiceUtils.java | 17 package com.android.email.service; 19 import android.app.Service; 28 import com.android.emailcommon.service.EmailServiceProxy; 29 import com.android.emailcommon.service.IEmailService; 30 import com.android.emailcommon.service.IEmailServiceCallback; 31 import com.android.emailcommon.service.SearchParams; 45 * Returns an {@link IEmailService} for the service; otherwise returns an empty 80 * <p>In theory, the service in question isn't used on the no-exchange-support build, 82 * class. However, there are a few places we do use the service even if there's no exchange 85 public static class NullEmailService extends Service implements IEmailService [all...] |
PolicyService.java | 17 package com.android.email.service; 21 import com.android.emailcommon.service.IPolicyService; 23 import android.app.Service; 28 public class PolicyService extends Service { 73 // When we bind this service, save the context and SecurityPolicy singleton
|
/external/icu4c/test/intltest/ |
icusvtst.cpp | 326 // create a service using locale keys, 327 TestIntegerService service; local 334 service.registerInstance(singleton0, "en_US", status); 337 Integer* result = (Integer*)service.get("en_US_FOO", status); 346 service.registerInstance(singleton1, "en_US_FOO", status); 349 Integer* result = (Integer*)service.get("en_US_FOO", status); 357 Integer* result = (Integer*)service.get("en_US_BAR", status); 364 confirmIdentical("4) factory size", service.countFactories(), 2); 369 service.registerInstance(singleton2, "en", status); 371 confirmIdentical("5) factory size", service.countFactories(), 3) 626 TestStringService service; local 894 TestStringService service; local 1038 TestStringLocaleService service; local 1282 TestStringService service; local 1339 TestStringService service; local 1359 TestStringSimpleKeyService service; local [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
LocalServices.java | 31 * Create UPnP MediaRenderer local service. 36 services.add("urn:schemas-upnp-org:service:AVTransport:1"); 37 services.add("urn:schemas-upnp-org:service:ConnectionManager:1"); 45 * Create Bonjour IPP local service. 57 * Create Bonjour AFP local service.
|
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/ |
_index.html | 3 <dt><a href="ClockBackService.html">Accessibility Service</a></dt> 5 This is an example of an accessibility service that provides custom feedback for the Clock 8 The sample demonstrates how to provide application specific feedback — the service 16 <dt><a href="TaskBackService.html">Window Querying Accessibility Service</a></dt> 20 hierarchy using AccessibilityNodeInfo objects, service configuration via
|
/external/chromium/chrome/browser/printing/cloud_print/ |
cloud_print_proxy_service.h | 19 // running in the service process. 35 // Query the service process for the status of the cloud print proxy and 53 // Methods that send an IPC to the service. 60 // Invoke a task that gets run after the service process successfully 61 // launches. The task typically involves sending an IPC to the service
|
/external/dnsmasq/contrib/Suse/ |
rc.dnsmasq-suse | 11 # Description: Starts internet name service masq caching server (DNS) 28 echo -n "Starting name service masq caching server " 39 echo -n "Shutting name service masq caching server " 59 echo -n "Reloading name service masq caching server " 66 echo -n "Checking for name service masq caching server "
|
/external/mdnsresponder/mDNSShared/ |
dns-sd.1 | 23 .Nd Multicast DNS (mDNS) & DNS Service Discovery (DNS-SD) Test Tool \" For whatis 57 the asynchronous nature of DNS Service Discovery does 61 that service type appear or disappear from the network. These 69 If you wish to perform DNS Service Discovery operations from a 83 register (advertise) a service in the specified 102 is the domain in which to register the service. 112 which the service is listening. 114 Additional attributes of the service may optionally be described by 115 key/value pairs, which are stored in the advertised service's DNS TXT 116 record. Allowable keys and values are listed with the service [all...] |
mDNS.1 | 23 .Nd Multicast DNS (mDNS) & DNS Service Discovery (DNS-SD) Test Tool \" For whatis 61 the asynchronous nature of DNS Service Discovery does 65 that service type appear or disappear from the network. These 73 If you wish to perform DNS Service Discovery operations from a 87 register (advertise) a service in the specified 106 is the domain in which to register the service. 116 which the service is listening. 118 Additional attributes of the service may optionally be described by 119 key/value pairs, which are stored in the advertised service's DNS TXT 120 record. Allowable keys and values are listed with the service [all...] |
/external/qemu/docs/ |
ANDROID-QEMUD-SERVICES.TXT | 8 clients. Each service is identified by a unique name. There is no provision 9 for versioning. Instead, if you need new features, create a new service 14 "gsm" service: 17 The GSM service provides a communication channel where GSM/GPRS AT commands 29 "gps" service: 32 The GPS service is used to broadcast NMEA 0183 sentences containing fix 33 information to all clients. The service doesn't listen to clients at all. 41 "hw-control" / "control" service: 44 This service is named "control" in 1.0 and 1.1, and "hw-control" 47 This service is used to allow the emulated system to control various aspect [all...] |
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/ |
maximum-age.js | 44 // Update the position provided by the mock service. 47 // The default maximumAge is zero, so we expect the updated position from the service. 58 // Update the mock service to report an error. 61 // The maximumAge is non-zero, so we expect the cached position, not the error from the service. 72 // The default maximumAge is zero, so we expect the error from the service.
|
/frameworks/base/packages/FusedLocation/ |
AndroidManifest.xml | 35 <!-- Fused Location Service that LocationManagerService binds to. 36 LocationManagerService will bind to the service with the highest 38 <service android:name="com.android.location.fused.FusedLocationService" 42 <action android:name="com.android.location.service.FusedLocationProvider" /> 46 </service>
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
UsimServiceTable.java | 21 * Wrapper class for the USIM Service Table EF. 29 SDN, // Service Dialing Numbers 44 SPN, // Service Provider Name 128 public boolean isAvailable(UsimService service) { 129 return super.isAvailable(service.ordinal());
|
/external/chromium/chrome/browser/extensions/ |
extension_updater_unittest.cc | 289 // in the actual extension service, but must record the last extension 374 ServiceForManifestTests service; local 378 service.pending_extension_manager(); 383 service.CreateTestExtensions(1, 1, &extensions, &update_url, 385 service.set_extensions(extensions); 392 &service, service.extension_prefs(), service.pref_service(), 393 service.profile(), 60*60*24); 434 ServiceForManifestTests service; local 524 MockService service; local 551 ServiceForManifestTests service; local 590 ServiceForManifestTests service; local 776 ServiceForBlacklistTests service; local 822 ServiceForDownloadTests service; local 901 ServiceForManifestTests service; local 999 ServiceForManifestTests service; local 1126 MockService service; local 1176 ServiceForManifestTests service; local 1198 ServiceForManifestTests service; local [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothPbap.java | 32 * Public API for controlling the Bluetooth Pbap Service. This includes 35 * Service via IPC. 38 * BluetoothPbap service. Users of this object should call close() when they 40 * from the service. 43 * BluetoothPbap service. Use the ServiceListener interface to obtain a 92 * been connected to the BluetoothPbap service. 97 * connected to the BluetoothPbap service. Clients must wait for 99 * service. 105 * disconnected from the BluetoothPbap service. Clients must not 106 * make IPC calls on the BluetoothPbap service after this callback [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/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...] |