Home
last modified time | relevance | path

Searched refs:capability (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/base/core/java/android/accessibilityservice/
DAccessibilityServiceInfo.java877 public static String capabilityToString(int capability) { in capabilityToString() argument
878 switch (capability) { in capabilityToString()
917 public final int capability; field in AccessibilityServiceInfo.CapabilityInfo
921 public CapabilityInfo(int capability, int titleResId, int descResId) { in CapabilityInfo() argument
922 this.capability = capability; in CapabilityInfo()
/frameworks/support/v4/java/android/support/v4/accessibilityservice/
DAccessibilityServiceInfoCompat.java437 public static String capabilityToString(int capability) { in capabilityToString() argument
438 switch (capability) { in capabilityToString()
/frameworks/base/core/java/com/android/internal/os/
DZygoteInit.java553 for (int capability : capabilities) { in posixCapabilitiesAsBits()
554 if ((capability < 0) || (capability > OsConstants.CAP_LAST_CAP)) { in posixCapabilitiesAsBits()
555 throw new IllegalArgumentException(String.valueOf(capability)); in posixCapabilitiesAsBits()
557 result |= (1L << capability); in posixCapabilitiesAsBits()
/frameworks/base/docs/html/guide/topics/text/
Dindex.jd30 are referring to. For some it’s about hardware capability, for others it refers to specific gesture
/frameworks/base/docs/html/guide/topics/manifest/
Dintent-filter-element.jd55 capability described by the filter.
74 to the user as having the capability described by the filter.
Dmanifest-intro.jd336 a different capability.
/frameworks/base/docs/html/about/versions/
Dandroid-2.3.4.jd55 <p><em>Open Accessory</em> is a new capability for integrating
56 connected peripherals with applications running on the platform. The capability
Djelly-bean.jd190 capability. </p>
470 <p>Accessibility services can declare <strong>new capability attributes</strong>
472 example, they can declare the capability to filter key events, retrieve window
474 cases, services must declare a capability attribute before they can access
475 related platform features. The system uses the service’s capability attributes
746 <p>You can take advantage of this new capability by building a new app widget or
952 capability is added to the latest version of the <strong>Android Support
Dandroid-4.3.jd442 can declare its capability to handle these messages by creating a {@link android.app.Service}
1009 in its metadata file in order to use certain accessibility features. If the capability is not
1012 "capability" constants in the {@link android.accessibilityservice.AccessibilityServiceInfo}
1015 ….R.styleable#AccessibilityService_canRequestFilterKeyEvents flagRequestFilterKeyEvents} capability,
Dandroid-1.6.jd247 suggestions in the Quick Search Box, a new device-wide search capability that is
Dandroid-2.3-highlights.jd77 <p>The keyboard adds the capability to correct entered words from suggestions in
Dandroid-3.1-highlights.jd171 scanning capability that conserves battery power savings in cases where Wi-Fi
Dandroid-3.0-highlights.jd200 …and status information to users in real time. Android 3.0 extends this capability, letting develop…
/frameworks/base/docs/html/guide/practices/
Dcompatibility.jd94capability detection”. Web developers typically prefer this approach to
134 <p>To manage this, Android defines <em>feature IDs</em>. Every capability has a
206 capability, though a (fixed-focus) camera was still required. Some apps such as
Dscreens-distribution.jd151 the capability for apps to specify size requirements based on a minimum number of
/frameworks/base/services/java/com/android/server/location/
DGpsLocationProvider.java1119 private boolean hasCapability(int capability) { in hasCapability() argument
1120 return ((mEngineCapabilities & capability) != 0); in hasCapability()
/frameworks/base/docs/html/distribute/googleplay/publish/
Dconsole.jd132 capability that uses recent exchange rates to populate the prices in all
/frameworks/base/docs/html/training/cloudsync/
Dgcm.jd39 a single message. This capability makes it much easier to send out important messages to
/frameworks/base/docs/html/google/play/licensing/
Doverview.jd31 device user. The licensing service is based on the capability of the Google Play licensing server
/frameworks/base/docs/html/distribute/googleplay/quality/
Dcore.jd207 …an cost the user money (such as the Dialer or SMS), unless related to a core capability of the app.
300 …ices running when the app is in the background, unless related to a core capability of the app.</p>
/frameworks/base/docs/html/guide/faq/
Dtroubleshooting.jd7 ddms logcat capability to get a deeper view when errors occur.
/frameworks/base/docs/html/guide/topics/connectivity/usb/
Daccessory.jd81 whether or not to support this capability, which is why you must declare it in your manifest
/frameworks/base/docs/html/sdk/
DRELEASENOTES.jd73 capability that lets you display only the parts of the API that are actually
397 <p>The SDK now gives you the capability to compile an application against any
/frameworks/base/docs/html/guide/topics/graphics/
Dprop-animation.jd171 <p>The view animation system provides the capability to only animate {@link android.view.View}
608 <p>The property animation system provides the capability to animate changes to ViewGroup objects
/frameworks/base/docs/html/guide/topics/security/
Dpermissions.jd415 <p>This mechanism allows a common capability-style model where user interaction

12