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

<<11121314151617181920>>

  /tools/motodev/src/plugins/mat/
plugin.xml 22 point="org.eclipse.sequoyah.device.framework.service">
23 <service
33 </service>
39 <service
46 </service>
52 <service
59 </service>
65 <service
72 </service>
  /external/apache-harmony/security/src/test/api/java.injected/java/security/
ProviderTest.java 88 Provider.Service s = new Provider.Service(p, "Type", "Algorithm",
96 Provider.Service s1 = p.getService("MessageDigest", "AbC");
101 s = new Provider.Service(p, "MessageDigest", "SHA-1",
114 Provider.Service s = new Provider.Service(p, "Type", "Algorithm",
129 s = (Provider.Service)it.next();
145 fail("Incorrect service");
153 Provider.Service s = new Provider.Service(p, "Type", "Algorithm"
    [all...]
  /external/qemu/android/
hw-qemud.h 32 * a single client in the emulated system for a given named service.
34 * this is only used to connect GPS and GSM service clients to the
56 /* A QemudService service is used to connect one or more clients to
71 * service through qemud.
85 /* Register a new client for a given service.
92 extern QemudClient* qemud_client_new( QemudService* service,
115 * system tries to connect to a given qemud service. This should typically
119 QemudService* service,
123 /* A function that will be called when the state of the service should be
126 typedef void (*QemudServiceSave) ( QEMUFile* f, QemudService* service, void* opaque )
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/Public/
MobiCoreRegistry.h 87 /** Stores a service provider container secure object in the registry.
88 * @param spid Service provider ID.
89 * @param so Service provider container secure object.
94 /** Reads a service provider container secure object from the registry.
95 * @param spid Service provider ID.
96 * @param[out] so Service provider container secure object.
101 /** Deletes a service provider recursively, including all trustlets and
103 * @param spid Service provider ID.
135 * @param context (service provider = 0; trustlet = 1).
136 * @param cid Service provider or UUID
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
AccessibilityManagerTest.java 42 * Tests for the AccessibilityManager which mocking the backing service.
65 // create a list of installed accessibility services the mock service returns
71 // configure the mock service behavior
89 // verify the mock service was properly called
95 // configure the mock service behavior
108 // verify the mock service was properly called
114 // configure the mock service behavior
127 assertTrue("Must be enabled since the mock service is enabled", isEnabledServiceEnabled);
139 assertFalse("Must be disabled since the mock service is disabled",
142 // verify the mock service was properly calle
    [all...]
  /frameworks/base/docs/html/guide/topics/manifest/
service-element.jd 1 page.title=&lt;service&gt;
8 <dd><pre class="stx">&lt;service android:<a href="#enabled">enabled</a>=["true" | "false"]
17 &lt;/service&gt;</pre></dd>
27 <dd>Declares a service (a {@link android.app.Service} subclass) as one
34 All services must be represented by {@code &lt;service&gt;} elements in
42 <dd>Whether or not the service can be instantiated by the system &mdash;
50 <code><a href="{@docRoot}guide/topics/manifest/application-element.html">&lt;application&gt;</a></code> and {@code &lt;service&gt;}
52 are by default) for the service to be enabled. If either is
53 "{@code false}", the service is disabled; it cannot be instantiated
    [all...]
  /external/icu4c/common/
serv.h 19 * even when service is removed from the build.
53 * generate an instance of the service. ICUServiceKeys define how
63 * to provide a fully unique identifier for the service object,
121 * identify an instance of the service in the cache. A
125 * instantiate the service.</p>
207 * <p>An implementing ICUServiceFactory generates the service objects maintained by the
208 * service. A factory generates a service object from a key,
216 * <p>Create a service object from the key, if this factory
220 * the service's getKey(ICUServiceKey, String[], ICUServiceFactory) metho
    [all...]
  /development/samples/training/NsdChat/src/com/example/android/nsdchat/
NsdChatActivity.java 65 // Register service
78 NsdServiceInfo service = mNsdHelper.getChosenServiceInfo(); local
79 if (service != null) {
81 mConnection.connectToServer(service.getHost(),
82 service.getPort());
84 Log.d(TAG, "No service to connect to!");
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 114 #define BTA_GATTC_SRVC_CHG_EVT 15 /* service change event */
242 UINT16 e_handle; /* used for service only */
246 BOOLEAN is_primary; /* used when attribute type is service */
361 BD_ADDR remote_bda; /* service change event */
433 BOOLEAN is_primary; /* primary service or secondary */
539 tBTA_GATTS_ADD_RESULT add_result; /* add included service: BTA_GATTS_ADD_INCL_SRVC_EVT
641 ** Description This function is called to request a GATT service discovery
642 ** on a GATT server. This function report service search result
643 ** by a callback event, and followed by a service search complete
647 ** p_srvc_uuid: a UUID of the service application is interested in
    [all...]
  /frameworks/base/docs/html/training/connect-devices-wirelessly/
nsd-wifi-direct.jd 1 page.title=Using Wi-Fi Direct for Service Discovery
14 <li><a href="#register">Add a Local Service</a></li>
26 <p>The first lesson in this class, <a href="nsd.html">Using Network Service
29 Wi-Fi Direct&trad; Service Discovery allows you to discover the services of nearby devices directly,
33 <p>While this set of APIs is similar in purpose to the Network Service Discovery
66 <h2 id="register">Add a Local Service</h2>
67 <p>If you're providing a local service, you need to register it for
68 service discovery. Once your local service is registered, the framework
69 automatically responds to service discovery requests from peers.</p
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ViewNotificationService.java 19 import android.app.Service;
31 * Service that sends out a view notification for a contact. At the moment, this is only
34 public class ViewNotificationService extends Service {
57 // startId will stop this service. In practice, this shouldn't be a problem,
58 // as this service is supposed to be called by the Phone app which only sends
63 Log.e(TAG, "Error stopping service", e);
  /system/core/init/
readme.txt 20 Actions and Services have unique names. If a second Action or Service
51 service <name> <pathname> [ <argument> ]*
60 runs the service.
63 This is a device-critical service. If it exits more than four times in
67 This service will not automatically start with its class.
79 Change to username before exec'ing this service.
86 Change to groupname before exec'ing this service. Additional
92 Do not restart the service when it exits.
95 Specify a class name for the service. All services in a
96 named class may be started or stopped together. A service
    [all...]
  /packages/apps/Email/
AndroidManifest.xml 290 android:name=".service.AttachmentDownloadService$Watchdog"
294 android:name=".service.EmailBroadcastReceiver"
316 <service
317 android:name=".service.EmailBroadcastProcessorService" />
334 <service
335 android:name=".service.MailService"
338 </service>
340 <service
344 </service>
346 <service
    [all...]
  /frameworks/base/core/java/android/net/nsd/
NsdManager.java 40 * The Network Service Discovery Manager class provides the API to discover services
45 * <p> The API currently supports DNS based service discovery and discovery is currently
46 * limited to a local network over Multicast DNS. DNS service discovery is described at
72 * | add service to list
80 * | remove service from list
85 * | Connect to a service
92 * Establish connection to service
99 * with service type "_http._tcp". A successful registration is notified with a callback to
104 * with a call to {@link #discoverServices}. A service found is notified with a callback
105 * to {@link DiscoveryListener#onServiceFound} and a service lost is notified o
    [all...]
  /device/samsung/manta/
init.manta.rc 102 service sdcard /system/bin/sdcard /data/media /mnt/shell/emulated 1023 1023
105 service p2p_supplicant /system/bin/wpa_supplicant \
119 service wpa_supplicant /system/bin/wpa_supplicant \
130 service dhcpcd_wlan0 /system/bin/dhcpcd -aABDKL
135 service dhcpcd_p2p /system/bin/dhcpcd -aABKL
140 service dhcpcd_eth0 /system/bin/dhcpcd -ABDKL
145 service iprenew_wlan0 /system/bin/dhcpcd -n
150 service iprenew_p2p /system/bin/dhcpcd -n
155 service battery_charger /charger
159 service watchdogd /sbin/watchdogd 10 2
    [all...]
  /external/openssh/
auth2.c 185 char *service = packet_get_cstring(&len); local
191 if (strcmp(service, "ssh-userauth") == 0) {
198 /* XXX all other service requests are denied */
202 packet_put_cstring(service);
206 debug("bad service request %s", service);
207 packet_disconnect("bad service request %s", service);
209 xfree(service);
218 char *user, *service, *method, *style = NULL local
    [all...]
  /frameworks/base/docs/html/training/id-auth/
custom_auth.jd 18 <li><a href="#TaskFour">Create an Authenticator Service</a></li>
19 <li><a href="#DistributeService">Distribute Your Service</a></li>
32 defined by Google. If you have your own online service, though, it won't have
76 service
137 <h2 id="TaskFour">Create an Authenticator Service</h2>
141 the background, so naturally they're required to run inside a {@link android.app.Service}. We'll
142 call this the authenticator service.</p>
144 <p>Your authenticator service can be very simple. All it needs to do is create
145 an instance of your authenticator class in {@link android.app.Service#onCreate onCreate()} and call
147 android.app.Service#onBind onBind()}. The <
    [all...]
  /cts/tests/accessibilityservice/res/values/
strings.xml 20 <!-- String title of the mock accessibility service -->
21 <string name="title_delegating_accessibility_service">Delegating Accessibility Service</string>
  /cts/tests/src/android/content/cts/
MockSyncAdapterService.java 19 import android.app.Service;
23 public class MockSyncAdapterService extends Service {
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader.java 58 // "start service" or "stop service", depending on whether the service is currently running.
65 menu.add(0, 0, "Start RSS Service", null);
66 menu.add(0, 1, "Stop RSS Service", null);
74 // Toggle out start service/stop service depending on whether the service is running.
  /development/samples/SoftKeyboard/
AndroidManifest.xml 4 <service android:name="SoftKeyboard"
10 </service>
  /external/chromium/chrome/browser/chromeos/
external_metrics.h 18 // ExternalMetrics is a service that Chrome offers to Chrome OS to upload
31 // Begins the external data collection. This service is started and stopped
32 // by the chrome metrics service. Calls to RecordAction originate in the
47 // Passes an action event to the UMA service on the UI thread.
50 // Passes an action event to the UMA service.
54 // UMA service on the UI thread.
60 // Passes an histogram event to the UMA service. |histogram_data| is in the
64 // Passes a linear histogram event to the UMA service. |histogram_data| is
  /external/chromium/chrome/browser/notifications/
desktop_notification_service_factory.cc 36 DesktopNotificationService* service = new DesktopNotificationService(profile, local
39 return service;
  /external/chromium/chrome/browser/prefs/
scoped_user_pref_update.cc 13 ScopedUserPrefUpdateBase::ScopedUserPrefUpdateBase(PrefService* service,
15 : service_(service),
  /external/chromium/chrome/browser/remoting/
remoting_options_handler.h 9 #include "chrome/browser/service/service_process_control.h"
17 // messages from the service process (by registering MessageHandler

Completed in 734 milliseconds

<<11121314151617181920>>