HomeSort by relevance Sort by last modified time
    Searched full:service (Results 351 - 375 of 11175) sorted by null

<<11121314151617181920>>

  /external/qemu/android/protocol/
attach-ui-impl.h 19 * Contains the UI-side implementation of the "attach-ui" service that is
24 * service. Note that there can be only one instance of this service in the core.
32 /* Destroys the descriptor for the UI-side of the "attach-ui" service. */
attach-ui-proxy.h 17 * Contains the Core-side implementation of the "attach-ui" service that is
22 * service. Note that there can be only one instance of this service in the core.
30 /* Destroys the descriptor for the Core-side of the "attach-ui" service. */
ui-commands-impl.h 21 * Contains the UI-side implementation of the "core-ui-control" service that is
27 * service. Note that there can be only one instance of this service in the UI.
35 /* Destroys UI-side of the "core-ui-control" service. */
ui-commands-proxy.h 17 * Contains the Core-side implementation of the "core-ui-control" service that is
22 * service. Note that there can be only one instance of this service in the core.
30 /* Destroys the descriptor for the Core-side of the "core-ui-control" service. */
  /external/smack/src/org/jivesoftware/smack/util/dns/
DNSResolver.java 27 * Gets a list of service records for the specified service.
28 * @param name The symbolic name of the service.
29 * @return The list of SRV records mapped to the service name.
  /frameworks/base/core/java/android/nfc/
INfcCardEmulation.aidl 28 boolean isDefaultServiceForCategory(int userHandle, in ComponentName service, String category);
29 boolean isDefaultServiceForAid(int userHandle, in ComponentName service, String aid);
30 boolean setDefaultServiceForCategory(int userHandle, in ComponentName service, String category);
31 boolean setDefaultForNextTap(int userHandle, in ComponentName 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);
  /frameworks/testing/uiautomator/utils/SleepUtils/AlarmService/
AndroidManifest.xml 16 <application android:label="Sleep Utils Alarm Service">
17 <service android:name=".AlarmService"
18 android:label="Sleep Utils Alarm Service"
24 </service>
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/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/PrintService/res/xml/
printservice.xml 1 <print-service xmlns:android="http://schemas.android.com/apk/res/android"
  /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\
  /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)
  /cts/tests/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityServiceInfoTest.java 20 import android.app.Service;
29 * Tests whether accessibility service infos are properly reported. Logically,
32 * accessibility service and the fake service used for implementing the UI
38 * Tests whether a service can that requested it can retrieve
45 getContext().getSystemService(Service.ACCESSIBILITY_SERVICE);
49 assertSame("There should be one speaking service.", 1, enabledServices.size());
  /external/chromium_org/chrome/browser/chromeos/dbus/
cros_dbus_service_unittest.cc 54 // for the given service name and the object path.
59 // Create a mock proxy resolution service.
66 // Initialize the cros service with the mocks injected.
72 // Shutdown the cros service.
85 // Simply start the service and see if mock expectations are met:
86 // - The service object is exported by GetExportedObject()
87 // - The proxy resolution service is started.
  /external/chromium_org/chrome/browser/invalidation/
invalidation_service_factory.cc 75 BrowserContextKeyedService* service = local
77 return static_cast<P2PInvalidationService*>(service);
89 InvalidationServiceAndroid* service = new InvalidationServiceAndroid( local
92 return service;
99 TiclInvalidationService* service = new TiclInvalidationService(
103 service->Init();
104 return service;
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_terms_of_service.css 6 #terms-of-service {
15 #terms-of-service .step-contents {
20 #terms-of-service h1 {
44 #terms-of-service h2 {
63 #terms-of-service p {
70 #terms-of-service p + p {
91 #terms-of-service.error #tos-back-button {
  /external/chromium_org/chrome/browser/resources/net_internals/
modules_view.js 7 * as Winsock layered service providers and namespace providers.
9 * For each layered service provider, shows the name, dll, and type
45 'modules-view-windows-service-providers';
54 // Show the tab if there are either service providers or extension info.
73 * Returns type of a layered service provider.
92 * Returns socket type of a layered service provider as a string.
106 * Returns protocol type of a layered service provider as a string.
  /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 24 * A class for creating a Upnp service discovery request for use with
36 * @param query The part of service specific query.
52 * Create a service discovery request to search all UPnP services.
54 * @return service request for UPnP.
60 * Create a service discovery request to search specified UPnP services.
68 * <li>"urn:schemas-upnp-org:service:ContentDirectory:2"
71 * @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 "
137 fail("dump() for " + service + " produced a single line which didn't
    [all...]
  /development/apps/SettingInjectorSample/
AndroidManifest.xml 32 <service android:name="com.example.android.injector.MyInjectorService" >
40 </service>
42 <service android:name="com.example.android.injector.DisabledInjectorService" >
50 </service>
52 <service android:name="com.example.android.injector.FailingInjectorService" >
60 </service>
62 <service android:name="com.example.android.injector.SlowInjectorService" >
70 </service>
72 <service android:name="com.example.android.injector.UpdatingInjectorService" >
80 </service>
    [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...]

Completed in 1282 milliseconds

<<11121314151617181920>>