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

<<11121314151617181920>>

  /external/chromium/chrome/browser/sync/util/
user_settings.h 43 // Saves the email address and the named service token for the given user.
45 // service tokens.
49 // Erases all saved service tokens.
56 // service token for the named service
99 // TODO(sync): Use in-memory cache for service auth tokens on posix.
  /external/iptables/extensions/
libxt_udp.c 66 const struct servent *service; local
68 if ((service = getservbyport(htons(port), "udp")))
69 return service->s_name;
77 const char *service; local
79 if (numeric || (service = port_to_service(port)) == NULL)
82 printf("%s", service);
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_service.h 63 // Generate the class definitions for the service's interface and the
69 // Generate code that initializes the global variable storing the service's
82 // Generate the service abstract interface.
94 // Generate the default implementations of the service methods, which
98 // Generate the CallMethod() method of the service.
104 // Generate the stub's implementations of the service methods.
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 219 * Value type that describes a Service. The information within can be used
220 * to bind to the service.
303 Log.w(TAG, "Unable to load service info " + resolveInfo.toString());
308 Log.w(TAG, "Unable to load service info " + resolveInfo.toString(), e);
310 Log.w(TAG, "Unable to load service info " + resolveInfo.toString(), e);
336 changes.append(" New service added: ").append(info).append("\n");
344 changes.append(" Existing service (nop): ").append(info).append("\n");
350 changes.append(" System service replacing existing: ").append(info)
353 changes.append(" Existing service replacing a removed service: "
485 V service = mSerializerAndParser.createFromXml(parser); local
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
FaceUnlock.java 72 // Long enough to stay visible while the service starts
73 // Short enough to not have to wait long for backup if service fails to start or crashes
74 // The service can take a couple of seconds to start on the first try after boot
143 * Binds to the Face Unlock service. Face Unlock will be started when the bind completes. The
144 * Face Unlock view is displayed to hide the backup lock while the service is starting up.
162 Log.d(TAG, "Binding to Face Unlock service");
177 * Stops Face Unlock and unbinds from the service. Called on the UI thread.
196 Log.d(TAG, "Unbinding from Face Unlock service");
234 * Calls from the Face Unlock service come from binder threads. Calls from lockscreen typically
299 * Tells the service to start its UI via an AIDL interface. Called when th
    [all...]
  /frameworks/base/services/java/com/android/server/am/
UriPermissionOwner.java 28 final ActivityManagerService service; field in class:UriPermissionOwner
43 service = _service;
74 service.removeUriPermissionIfNeededLocked(perm);
86 service.removeUriPermissionIfNeededLocked(perm);
104 service.removeUriPermissionIfNeededLocked(perm);
123 service.removeUriPermissionIfNeededLocked(perm);
  /tools/motodev/src/plugins/handset/
plugin.xml 34 point="org.eclipse.sequoyah.device.framework.service">
35 <service
37 description="Service to initialize an Android Handset"
45 </service>
51 <service
57 </status></service>
  /tools/motodev/src/plugins/mat/src/com/motorola/studio/android/mat/
Activator.java 45 // Dump HPRFO service ID
81 * Retrieves the deploy service handler.
83 * @return The currently registered stop service handler, or <null> if no handler is registered.
89 // find the appropriate service handler
93 for (IService service : services)
95 IServiceHandler handler = service.getHandler();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
ServReqDnsPtrTestCase.java 28 * Service discovery requester test case to search Bonjour domain.
50 * DNS PTR: IPP service.
62 return "Request DNS PTR service test";
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
SpiEngUtils.java 45 * @param service
48 public static Provider isSupport(String algorithm, String service) {
50 Provider[] provs = Security.getProviders(service.concat(".")
  /external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests/support/
SpiEngUtils.java 43 * @param service
46 public static Provider isSupport(String algorithm, String service) {
48 Provider[] provs = Security.getProviders(service.concat(".")
  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_main.c 34 /* type for service building action functions */
37 /* service building action function list */
122 APPL_TRACE_ERROR0("service not created");
  /external/bluetooth/bluedroid/stack/avrc/
avrc_sdp.c 51 ** This function will be executed by SDP when the service
65 /* reset service_uuid, so can start another find service */
78 ** Description This function is called by the application to perform service
80 ** peer device. Information is returned for the first service
81 ** record found on the server that matches the service UUID.
82 ** The callback function will be executed when service discovery
108 ** perform the service search.
153 /* perform service search */
173 ** string containing the service name.
174 ** If service name is not used set this to NULL
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_function.cc 25 ExtensionService* service = profile_->GetExtensionService(); local
26 DCHECK(service);
27 return service->GetExtensionById(extension_id_, false);
  /external/chromium/chrome/browser/policy/
device_management_backend_impl.h 21 // and passes them on to the service for processing.
24 explicit DeviceManagementBackendImpl(DeviceManagementService* service);
53 // Add a job to the pending job set and register it with the service (if
  /external/chromium/chrome/browser/prefs/
pref_change_registrar.cc 20 void PrefChangeRegistrar::Init(PrefService* service) {
21 DCHECK(IsEmpty() || service_ == service); local
22 service_ = service;
  /external/chromium/chrome/browser/remoting/
setup_flow_get_status_step.cc 8 #include "chrome/browser/service/service_process_control.h"
9 #include "chrome/browser/service/service_process_control_manager.h"
64 // Failed to start service process.
setup_flow_start_host_step.cc 8 #include "chrome/browser/service/service_process_control.h"
9 #include "chrome/browser/service/service_process_control_manager.h"
83 // necessary to start service process.
  /external/chromium/chrome/browser/ui/cocoa/
history_menu_cocoa_controller.mm 41 TabRestoreService* service = bridge_->profile()->GetTabRestoreService();
42 if (node->session_id && service) {
43 service->RestoreEntryById(browser->tab_restore_service_delegate(),
  /external/protobuf/src/google/protobuf/
service.cc 35 #include <google/protobuf/service.h>
40 Service::~Service() {}
  /frameworks/base/docs/html/training/accessibility/
index.jd 45 that can be interpreted by an accessibility service to facilitate a smooth
48 <dt><b><a href="service.html">Developing Accessibility Services</a></b></dt>
49 <dd>Develop an accessibility service that listens for accessibility events,
  /frameworks/base/media/java/android/media/
MediaScannerConnection.java 33 * newly created or downloaded media file to the media scanner service.
34 * The media scanner service will read metadata from the file and add
37 * media scanner service to return the Uri for a newly scanned file
75 * when a connection to the MediaScanner service has been established
81 * MediaScanner service has been established.
98 * the media scanner service.
108 * Initiates a connection to the media scanner service.
123 * Releases the connection to the media scanner service.
144 * Returns whether we are connected to the media scanner service
219 * the media scanner service
    [all...]
  /frameworks/base/tests/TtsTests/
AndroidManifest.xml 23 <service android:name=".MockableTextToSpeechService"
24 android:label="Mockable Text-to-speech Service">
29 </service>
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
SpiEngUtils.java 44 * @param service
47 public static Provider isSupport(String algorithm, String service) {
49 Provider[] provs = Security.getProviders(service.concat(".")

Completed in 751 milliseconds

<<11121314151617181920>>