HomeSort by relevance Sort by last modified time
    Searched full:service (Results 226 - 250 of 7469) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/fast/dom/Geolocation/
permission-denied-expected.txt 1 Tests Geolocation when permission is denied, using the mock service.
success-expected.txt 1 Tests Geolocation success callback using the mock service.
  /frameworks/base/services/common_time/
main.cpp 18 * A service that exchanges time synchronization information between
33 sp<CommonTimeServer> service = new CommonTimeServer();
34 if (service == NULL)
38 service->run("CommonTimeServer", ANDROID_PRIORITY_NORMAL);
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/
TestAuthenticationService.java 19 import android.app.Service;
24 public abstract class TestAuthenticationService extends Service {
30 Log.v(TestauthConstants.LOG_TAG, this + " Service started.");
36 Log.v(TestauthConstants.LOG_TAG, this + " Service stopped.");
  /packages/experimental/StrictModeTest/
AndroidManifest.xml 25 <service android:name=".RemoteService"
26 android:label="Remote Strict Service"
30 <service android:name=".LocalService"
31 android:label="Remote Strict Service"
  /packages/wallpapers/Galaxy4/
AndroidManifest.xml 19 <service
24 <action android:name="android.service.wallpaper.WallpaperService" />
26 <meta-data android:name="android.service.wallpaper" android:resource="@xml/wallpaper" />
27 </service>
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/
about.properties 1 blurb=Dalvik Debug Monitor Service\n\
  /sdk/templates/other/Service/
recipe.xml.ftl 4 <instantiate from="src/app_package/Service.java.ftl"
  /tools/motodev/src/plugins/devices.services/src/com/motorola/studio/android/devices/services/i18n/
ServicesNLS.java 21 * NLS class for the plugin com.motorola.studio.android.device.service.console
57 * Deploy service area
64 * Languade service area
78 * Monkey service area
  /bionic/libc/tools/
genserv.py 10 this program is used to generate the hard-coded internet service list for the
17 class Service:
42 result = [] # list of Service objects
55 service = Service( m.group(1), int(m.group(2)), m.group(3) )
62 service.add_alias(m.group(1))
65 result.append(service)
  /frameworks/av/include/common_time/
cc_helper.h 27 // Common Clock service and implementing lifetime managment, as well as to
29 // common clock service when things go wrong.
31 // On platforms which run the native common_time service in auto-disable mode,
32 // the service will go into networkless mode whenever it has no active clients.
35 // handler notification for when the service's clients die unexpectedly. This
36 // means that users of the common time service should really always have a
37 // CommonClockListener, unless they know that the time service is not running in
  /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>&nbsp;<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>&nbsp;<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>&nbsp;<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/dbus/doc/
system-activation.txt 35 The service filename of "org.me.test.service" is then searched for in
39 service files should be installed in both directories.
41 A typical service file would look like:
43 [D-BUS Service]
49 The service name must match that specified in the /etc/dbus-1/system.d conf file.
61 start the service and execute the method on the service. The lauching of the
62 service is completely transparent to the caller, e.g.:
70 If you wish to activate the service without calling a well known method
    [all...]
  /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...]
  /tools/motodev/src/plugins/common/src/com/motorola/studio/android/model/manifest/dom/
ServiceNode.java 24 * Class that represents a <service> node on AndroidManifest.xml file
49 return NodeType.Service;
53 * Adds an Intent Filter Node to the Service Node
69 * Retrieves all Intent Filter Nodes from the Service Node
71 * @return all Intent Filter Nodes from the Service Node
86 * Removes an Intent Filter Node from the Service Node
99 * Adds a Metadata Node to the Service Node
115 * Retrieves all Metadata Nodes from the Service Node
117 * @return all Metadata Nodes from the Service Node
132 * Removes a Metadata Node from the Service Nod
    [all...]
  /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 &mdash; the service
16 <dt><a href="TaskBackService.html">Window Querying Accessibility Service</a></dt>
20 hierarchy using AccessibilityNodeInfo objects, service configuration via

Completed in 558 milliseconds

1 2 3 4 5 6 7 8 91011>>