/frameworks/base/core/java/android/accessibilityservice/ |
D | AccessibilityServiceInfo.java | 877 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/ |
D | AccessibilityServiceInfoCompat.java | 437 public static String capabilityToString(int capability) { in capabilityToString() argument 438 switch (capability) { in capabilityToString()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | ZygoteInit.java | 553 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/ |
D | index.jd | 30 are referring to. For some it’s about hardware capability, for others it refers to specific gesture
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | intent-filter-element.jd | 55 capability described by the filter. 74 to the user as having the capability described by the filter.
|
D | manifest-intro.jd | 336 a different capability.
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.3.4.jd | 55 <p><em>Open Accessory</em> is a new capability for integrating 56 connected peripherals with applications running on the platform. The capability
|
D | jelly-bean.jd | 190 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
|
D | android-4.3.jd | 442 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,
|
D | android-1.6.jd | 247 suggestions in the Quick Search Box, a new device-wide search capability that is
|
D | android-2.3-highlights.jd | 77 <p>The keyboard adds the capability to correct entered words from suggestions in
|
D | android-3.1-highlights.jd | 171 scanning capability that conserves battery power savings in cases where Wi-Fi
|
D | android-3.0-highlights.jd | 200 …and status information to users in real time. Android 3.0 extends this capability, letting develop…
|
/frameworks/base/docs/html/guide/practices/ |
D | compatibility.jd | 94 “capability 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
|
D | screens-distribution.jd | 151 the capability for apps to specify size requirements based on a minimum number of
|
/frameworks/base/services/java/com/android/server/location/ |
D | GpsLocationProvider.java | 1119 private boolean hasCapability(int capability) { in hasCapability() argument 1120 return ((mEngineCapabilities & capability) != 0); in hasCapability()
|
/frameworks/base/docs/html/distribute/googleplay/publish/ |
D | console.jd | 132 capability that uses recent exchange rates to populate the prices in all
|
/frameworks/base/docs/html/training/cloudsync/ |
D | gcm.jd | 39 a single message. This capability makes it much easier to send out important messages to
|
/frameworks/base/docs/html/google/play/licensing/ |
D | overview.jd | 31 device user. The licensing service is based on the capability of the Google Play licensing server
|
/frameworks/base/docs/html/distribute/googleplay/quality/ |
D | core.jd | 207 …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/ |
D | troubleshooting.jd | 7 ddms logcat capability to get a deeper view when errors occur.
|
/frameworks/base/docs/html/guide/topics/connectivity/usb/ |
D | accessory.jd | 81 whether or not to support this capability, which is why you must declare it in your manifest
|
/frameworks/base/docs/html/sdk/ |
D | RELEASENOTES.jd | 73 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/ |
D | prop-animation.jd | 171 <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/ |
D | permissions.jd | 415 <p>This mechanism allows a common capability-style model where user interaction
|