Searched defs:feature (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/tests/FeatureSplit/base/src/com/android/test/split/feature/
H A DActivityMain.java16 package com.android.test.split.feature;
/frameworks/base/tests/FeatureSplit/feature1/src/com/android/test/split/feature/one/
H A DOne.java16 package com.android.test.split.feature.one;
18 import com.android.test.split.feature.ActivityMain;
28 ((TextView) findViewById(com.android.test.split.feature.R.id.text))
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
H A DCameraBinderTestUtils.java71 final static public boolean isFeatureAvailable(Context context, String feature) { argument
75 if (f.name != null && f.name.equals(feature)) {
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java203 public boolean supports(int feature) { argument
204 return feature <= LAST_SUPPORTED_FEATURE;
/frameworks/base/media/java/android/media/
H A DMediaFormat.java275 * video encoder does not support the intra refresh feature. Use the output format to
276 * verify that this feature was enabled.
756 * feature name describing a required or optional feature for a codec capabilities
758 * The associated value is an integer, where non-0 value means the feature is
759 * requested to be present, while 0 value means the feature is requested to be not
767 public static final String KEY_FEATURE_ = "feature-";
819 * Returns whether a feature is to be enabled ({@code true}) or disabled
822 * @param feature the name of a {@link MediaCodecInfo.CodecCapabilities} feature
827 getFeatureEnabled(String feature) argument
883 setFeatureEnabled(String feature, boolean enabled) argument
[all...]
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsConfig.java27 * Provides APIs to get/set the IMS service feature/capability/parameters.
30 * 2) Items configured by user. Mainly service feature class.
41 * Broadcast action: the feature enable status was changed
73 * Defines IMS service/capability feature constants.
461 * Defines IMS video quality feature value.
469 * Defines IMS feature value.
477 * Defines IMS feature value.
598 * Gets the value for IMS feature item for specified network type.
600 * @param feature, defined as in FeatureConstants.
602 * @param listener, provided to be notified for the feature o
607 getFeatureValue(int feature, int network, ImsConfigListener listener) argument
632 setFeatureValue(int feature, int network, int value, ImsConfigListener listener) argument
[all...]
/frameworks/minikin/libs/minikin/
H A DLayout.cpp692 static hb_feature_t feature; local
698 if (hb_feature_from_string (start, p - start, &feature)
699 && feature.start == 0 && feature.end == (unsigned int) -1)
700 features->push_back(feature);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DTelephonyEventLog.java295 public void writeImsSetFeatureValue(int feature, int network, int value, int status) { argument
296 switch (feature) {
/frameworks/base/core/java/android/net/
H A DConnectivityManager.java1074 * begin using the named feature. The interpretation of {@code feature}
1083 * @param feature the name of the feature to be used
1086 * implementation+feature combination, except that the value {@code -1}
1094 public int startUsingNetworkFeature(int networkType, String feature) { argument
1096 NetworkCapabilities netCap = networkCapabilitiesForFeature(networkType, feature);
1099 feature);
1129 * using the named feature. The interpretation of {@code feature}
1149 stopUsingNetworkFeature(int networkType, String feature) argument
1164 networkCapabilitiesForFeature(int networkType, String feature) argument
[all...]
/frameworks/base/core/java/android/view/
H A DWindow.java62 /** Flag for the "options panel" feature. This is enabled by default. */
64 /** Flag for the "no title" feature, turning off the title at the top
69 * Flag for the progress indicator feature.
91 /** Flag for custom title. You cannot combine this feature with other title features. */
103 * feature is requested along with {@link #FEATURE_ACTION_BAR} it will be layered over
151 * Max value used as a feature ID
405 * time onCreatePanelMenu() is called for this feature.
1214 * will be available. You can not turn off a feature once it is requested.
1435 * Set the value for a drawable feature of this window, from a resource
1441 * @param featureId The desired drawable feature t
1612 hasFeature(int feature) argument
[all...]
/frameworks/base/tools/aapt/
H A DCommand.cpp472 * Represents a feature that has been automatically added due to
480 * Name of the implied feature.
490 * List of human-readable reasons for why this feature was implied.
500 * Whether the feature is required.
505 * What version of the feature is requested.
511 * Represents a <feature-group> tag in the AndroidManifest.xml
540 ImpliedFeature* feature = &impliedFeatures->editValueAt(idx); local
542 // A non-sdk 23 implied feature takes precedence.
543 if (feature->impliedBySdk23 && !sdk23) {
544 feature
559 const Feature& feature = grp.features[i]; local
[all...]
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java1072 private boolean isFeatureSupported(int feature) { argument
1073 return (getSupportedFeatures() & feature) == feature;
1239 * Check if the Batched Scan feature is supported.
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h2747 SLuint32 feature; member in struct:SLEngineOption_
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h503 XAuint32 feature; member in struct:XAEngineOption_
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 3696 milliseconds