/external/chromium/chrome/browser/ |
keychain_mac.h | 16 // See Keychain Services documentation for function documentation, as these call 17 // through directly to their Keychain Services equivalents (Foo ->
|
/frameworks/av/libvideoeditor/vss/src/ |
Android.mk | 81 $(TOP)/frameworks/av/services/audioflinger \ 83 $(TOP)/frameworks/native/services/audioflinger \
|
/frameworks/base/docs/html/training/accessibility/ |
index.jd | 35 descriptions. It also covers how to build accessibility services, that can 48 <dt><b><a href="service.html">Developing Accessibility Services</a></b></dt>
|
/packages/apps/Contacts/src/com/android/contacts/test/ |
InjectedServices.java | 28 * A mechanism for providing alternative (mock) services to the application 29 * while running tests. Activities, Services and the Application should check
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
nss.h | 20 and for implementors of new services. */ 44 work around non-existing services (e.e., while booting).
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
nss.h | 20 and for implementors of new services. */ 44 work around non-existing services (e.e., while booting).
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
nss.h | 20 and for implementors of new services. */ 44 work around non-existing services (e.e., while booting).
|
/system/bluetooth/data/ |
audio.conf | 14 # If we want to disable support for specific services 15 # Defaults to supporting all implemented services
|
/cts/tests/tests/accessibility/src/android/view/accessibility/cts/ |
AccessibilityManagerTest.java | 37 "android.view.accessibility.services"; 40 "android.view.accessibility.services.SpeakingAccessibilityService"; 43 "android.view.accessibility.services.VibratingAccessibilityService"; 146 List<ServiceInfo> services = mAccessibilityManager.getAccessibilityServiceList(); local 149 final int serviceCount = services.size(); 151 ServiceInfo serviceInfo = services.get(i);
|
/development/samples/Support4Demos/src/com/example/android/supportv4/accessibility/ |
AccessibilityManagerSupportActivity.java | 44 * information about enabled accessibility services via APIs introduced 53 /** Handle to the View showing accessibility services summary */ 100 * accessibility services. 103 // The API for getting the enabled accessibility services based on feedback 106 // and the called API is not available an empty list of services is returned. 128 // Either no services or the platform API version is not high enough.
|
AccessibilityDelegateSupportActivity.java | 35 * tweaks the text reported to accessibility services but using 79 // accessibility services via the AccessibilityEvent. 90 // accessibility services via the AccessibilityNodeInfo.
|
/development/samples/WiFiDirectServiceDiscovery/ |
_index.html | 1 <p>This is a demo application highlighting how to advertise and discover local services that are Wi-Fi peer to peer network capable with 6 with Wi-Fi Direct Service Discovery APIs: Advertise services, discover services and connect to peers advertising such services</p> 11 — the main <code>Activity</code> that contains two fragments to handle app's UI. It advertises and discovers services and also registers a broadcast receiver for Wi-Fi Direct related events.</li> <li><a 17 — a <code>ListFragment</code> that displays available services, peers and their status. </li>
|
/external/bluetooth/bluez/test/ |
test-device | 37 print " services <address>" 109 services = device.DiscoverServices(pattern); variable 110 for key in services.keys(): 112 xml = p.sub("><", services[key].replace("\n", "")) 194 if (args[0] == "services"): 202 for path in properties["Services"]:
|
/external/chromium/chrome/browser/net/gaia/ |
token_service.h | 110 // Async load all tokens for services we know of from the DB. 119 // For legacy services with their own auth routines, they can just read 126 // Tokens will be fetched for all services(sync, talk) in the background. 127 // Results come back via event channel. Services can also poll before events 178 // Size of array of services (must be defined here). 180 // List of services that we're performing operations for.
|
/external/dbus/cmake/bus/ |
CMakeLists.txt | 18 # copy services for local daemon start to local service dir data/dbus-1/services 23 SET (TARGET ${CMAKE_BINARY_DIR}/data/dbus-1/services/${FILENAME}.service) 66 ${BUS_DIR}/services.c 67 ${BUS_DIR}/services.h 120 # $(mkinstalldirs) $(DESTDIR)/$(datadir)/dbus-1/services
|
/frameworks/base/cmds/service/ |
service.cpp | 2 * Command line access to services. 104 Vector<String16> services = sm->listServices(); local 105 aout << "Found " << services.size() << " services:" << endl; 106 for (unsigned i = 0; i < services.size(); i++) { 107 String16 name = services[i];
|
/frameworks/base/docs/html/guide/google/ |
index.jd | 1 page.title=Google Services 6 Google offers a variety of services that help you build new revenue streams, enhance your app's 8 The sections below highlight some of the services offered by Google and link you to more information about 62 Google Play Services 66 </p><a href="{@docRoot}guide/google/play/services.html">Learn more »</a> 121 Tap into Google's content delivery services by serving up to 4GB of assets for free. Provide
|
/libcore/luni/src/main/java/org/apache/harmony/security/fortress/ |
Engine.java | 88 * Services.getService call. 137 Services.refresh(); 142 && Services.refreshNumber == cacheEntry.refreshNumber) { 145 if (Services.isEmpty()) { 149 service = Services.getService(name); 153 this.serviceCache = new ServiceCacheEntry(algorithm, Services.refreshNumber, service);
|
/system/core/init/ |
readme.txt | 6 which are Actions, Commands, Services, and Options. 16 Actions and Services implicitly declare a new section. All commands 20 Actions and Services have unique names. If a second Action or Service 46 Services 48 Services are programs which init launches and (optionally) restarts 49 when they exit. Services take the form of: 59 Options are modifiers to services. They affect how and when init 95 Specify a class name for the service. All services in a 161 Start all services of the specified class if they are 165 Stop all services of the specified class if they ar [all...] |
/frameworks/base/core/java/android/content/pm/ |
RegisteredServicesCache.java | 58 * A cache of registered services. This cache 60 * removed and changed. The services are referred to by type V and 83 * This file contains the list of known services. We would like to maintain this forever 128 Map<V, ServiceInfo<V>> services; local 130 services = mServices; 132 fout.println("RegisteredServicesCache: " + services.size() + " services"); 133 for (ServiceInfo info : services.values()) { 335 serviceInfos.size() + " services:\n" + changes); 339 serviceInfos.size() + " services unchanged") [all...] |
/frameworks/base/docs/html/ |
legal.jd | 66 <h2 id="Other">Other Android Services</h2> 68 <p>Google provides other optional services for your Android apps that have their own legal terms and 69 restrictions. Such services include:</p> 82 also offers your app powerful services such as in-app billing and license verification. In order to 83 distribute your apps on Google Play and use the associated services, you must agree to the Developer 92 <dd>The Android Maps APIs are a collection of services (including, but not limited to, the 124 <p>Any and all other services available for Android but not documented on <a
|
/external/qemu/hw/ |
bt-sdp.c | 40 int services; member in struct:bt_l2cap_sdp_state_s 125 for (i = 0; i < sdp->services; i ++) 143 for (i = 0; i < sdp->services; i ++) 181 for (i = 0; i < sdp->services; i ++) 259 if (handle < 0 || handle > sdp->services) 360 for (i = 0; i < sdp->services; i ++) 379 for (i = 0; i < sdp->services; i ++) { 442 for (i = 0; i < sdp->services; i ++) 569 for (i = 0; i < sdp->services; i ++) { 752 sdp->services = 0 946 struct sdp_def_service_s *services[] = { local [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
ServReqMultiClientTestCase01.java | 25 * Service discovery requester test case to search all UPnP services on channel1 26 * and search all Bonjour services on channel2. 91 * discover services
|
/external/bluetooth/bluez/tools/ |
sdptool.1 | 71 Services are identified and manipulated with a 4-byte \fBrecord_handle\fP 75 Search for services.. 81 Browse all available services on the device
|
/external/chromium/chrome/browser/sync/glue/ |
data_type_controller.h | 31 MODEL_STARTING, // The controller is waiting on dependent services 38 // and is waiting for dependent services to stop. 64 // wait for all other dependent services to be available, then
|