Searched refs:feature (Results 1 - 24 of 24) sorted by relevance

/frameworks/base/telephony/java/com/android/ims/
H A DImsConfigListener.aidl25 * Notifies client the value of the get operation result on the feature config item.
28 * @param feature. as defined in com.android.ims.ImsConfig#FeatureConstants.
34 void onGetFeatureResponse(int feature, int network, int value, int status);
37 * Notifies client the set value operation result for feature config item.
43 * @param feature. as defined in com.android.ims.ImsConfig#FeatureConstants.
50 void onSetFeatureResponse(int feature, int network, int value, int status);
/frameworks/base/libs/androidfw/tests/data/feature/
H A Dbuild3 aapt package -M AndroidManifest.xml -S res --feature-of ../basic/bundle.apk -F bundle.apk -f && \
5 mv resources.arsc feature.arsc && \
6 xxd -i feature.arsc > feature_arsc.h
/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsConfig.aidl39 * 1) For feature config items, the master value is obtained from the provisioned value
41 * the user setting if feature is provisioned off. Otherwise, user setting takes
43 * 2) For non-feature config item: to be implemented based on cases.
92 * Gets the value of the specified IMS feature item for specified network type.
93 * This operation gets the feature config value from the master storage (i.e. final
96 * @param feature. as defined in com.android.ims.ImsConfig#FeatureConstants.
98 * @param listener. feature value returned asynchronously through listener.
101 oneway void getFeatureValue(int feature, int network, ImsConfigListener listener);
104 * Sets the value for IMS feature item for specified network type.
108 * @param feature
[all...]
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsConfig.java26 * Provides APIs to get/set the IMS service feature/capability/parameters.
29 * 2) Items configured by user. Mainly service feature class.
39 * Defines IMS service/capability feature constants.
172 * Defines IMS feature value.
283 * Gets the value for IMS feature item for specified network type.
285 * @param feature, defined as in FeatureConstants.
287 * @param listener, provided to be notified for the feature on/off status.
292 public void getFeatureValue(int feature, int network, argument
295 Rlog.d(TAG, "getFeatureValue: feature = " + feature
317 setFeatureValue(int feature, int network, int value, ImsConfigListener listener) argument
[all...]
/frameworks/base/tests/FeatureSplit/feature2/
H A DAndroid.mk32 LOCAL_AAPT_FLAGS := --feature-of $(featureOfApk)
33 LOCAL_AAPT_FLAGS += --feature-after $(featureAfterApk)
/frameworks/base/tests/FeatureSplit/feature1/
H A DAndroid.mk29 LOCAL_AAPT_FLAGS := --feature-of $(featureOfApk)
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
H A DCameraBinderTestUtils.java75 final static public boolean isFeatureAvailable(Context context, String feature) { argument
79 if (f.name != null && f.name.equals(feature)) {
/frameworks/native/opengl/tools/glgen2/registry/
H A Dreg.py90 # BaseInfo - base class for information about a registry feature
92 # required - should this feature be defined during header generation
94 # declared - has this feature been defined already?
95 # elem - lxml.etree Element for this feature
99 """Represents the state of a registry feature, used during API generation"""
149 # FeatureInfo - registry information about an API <feature>
151 # name - feature name string (e.g. 'GL_ARB_multitexture')
152 # number - feature version number (e.g. 1.2). <extension>
155 # emit - has this feature been defined already?
157 """Represents the state of an API feature (versio
[all...]
/frameworks/base/core/java/android/net/
H A DConnectivityManager.java860 * begin using the named feature. The interpretation of {@code feature}
865 * @param feature the name of the feature to be used
868 * implementation+feature combination, except that the value {@code -1}
873 public int startUsingNetworkFeature(int networkType, String feature) { argument
874 NetworkCapabilities netCap = networkCapabilitiesForFeature(networkType, feature);
877 feature);
915 * using the named feature. The interpretation of {@code feature}
928 stopUsingNetworkFeature(int networkType, String feature) argument
979 networkCapabilitiesForFeature(int networkType, String feature) argument
[all...]
/frameworks/base/media/java/android/media/
H A DMediaFormat.java503 * feature name describing a required or optional feature for a codec capabilities
505 * The associated value is an integer, where non-0 value means the feature is
506 * requested to be present, while 0 value means the feature is requested to be not
514 public static final String KEY_FEATURE_ = "feature-";
566 * Returns whether a feature is to be enabled ({@code true}) or disabled
569 * @param feature the name of a {@link MediaCodecInfo.CodecCapabilities} feature.
571 * @throws IllegalArgumentException if the feature was neither set to be enabled
574 public boolean getFeatureEnabled(String feature) { argument
630 setFeatureEnabled(String feature, boolean enabled) argument
[all...]
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DLocationStatsAggregator.java120 HashMap<String,String> feature = new HashMap<String,String>();
131 feature.put(CURRENT_LOCATION, mFakeLocation);
133 feature.put(CURRENT_LOCATION, location);
137 return (Map) feature;
H A DTimeStatsAggregator.java78 HashMap<String,String> feature = new HashMap<String,String>();
83 feature.put(featureName, features.get(featureName));
85 Log.e(TAG, "There is no Time feature called " + featureName);
87 return (Map)feature;
/frameworks/wilhelm/src/
H A Dentry.c63 switch (option->feature) {
71 SL_LOGE("unknown engine option: feature=%u data=%u",
72 option->feature, option->data);
/frameworks/rs/driver/runtime/
H A Dbuild_bc_lib_internal.mk34 bc_clang_cc1_cflags += -target-feature +long64
/frameworks/wilhelm/tests/sandbox/
H A Dengine.c87 options[0].feature = 0x12345;
105 options[0].feature = SL_ENGINEOPTION_THREADSAFE;
107 options[1].feature = SL_ENGINEOPTION_LOSSOFCONTROL;
/frameworks/minikin/libs/minikin/
H A DLayout.cpp639 static hb_feature_t feature; local
645 if (hb_feature_from_string (start, p - start, &feature)
646 && feature.start == 0 && feature.end == (unsigned int) -1)
647 features->push_back(feature);
/frameworks/base/core/java/android/view/
H A DWindow.java50 /** Flag for the "options panel" feature. This is enabled by default. */
52 /** Flag for the "no title" feature, turning off the title at the top
55 /** Flag for the progress indicator feature */
65 /** Flag for custom title. You cannot combine this feature with other title features. */
77 * feature is requested along with {@link #FEATURE_ACTION_BAR} it will be layered over
123 * Max value used as a feature ID
297 * time onCreatePanelMenu() is called for this feature.
921 * will be available. You can not turn off a feature once it is requested.
1096 * Set the value for a drawable feature of this window, from a resource
1102 * @param featureId The desired drawable feature t
1254 hasFeature(int feature) argument
[all...]
/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
H A DLocalRenderer.java231 for (String feature : SUPPORTED_FEATURES) {
232 mFeatures.add(feature);
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java851 private boolean isFeatureSupported(int feature) { argument
852 return (getSupportedFeatures() & feature) == feature;
1072 * Check if the Batched Scan feature is supported.
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java2706 int convertFeatureToNetworkType(int networkType, String feature) { argument
2710 if (TextUtils.equals(feature, Phone.FEATURE_ENABLE_MMS)) {
2712 } else if (TextUtils.equals(feature, Phone.FEATURE_ENABLE_SUPL)) {
2714 } else if (TextUtils.equals(feature, Phone.FEATURE_ENABLE_DUN) ||
2715 TextUtils.equals(feature, Phone.FEATURE_ENABLE_DUN_ALWAYS)) {
2717 } else if (TextUtils.equals(feature, Phone.FEATURE_ENABLE_HIPRI)) {
2719 } else if (TextUtils.equals(feature, Phone.FEATURE_ENABLE_FOTA)) {
2721 } else if (TextUtils.equals(feature, Phone.FEATURE_ENABLE_IMS)) {
2723 } else if (TextUtils.equals(feature, Phone.FEATURE_ENABLE_CBS)) {
2725 } else if (TextUtils.equals(feature, Phon
[all...]
/frameworks/base/docs/html/guide/
H A Dguide_toc.cs183 <li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-feature-element.html">&lt;uses-feature&gt;</a></li> <!-- ##api level 4## -->
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java213 * Whether or not device admin feature is supported. If it isn't return defaults for all
325 private static final String TAG_TRUST_AGENT_FEATURE = "feature";
560 for (String feature : component.getValue()) {
562 out.attribute(null, ATTR_VALUE, feature);
774 final String feature = parser.getAttributeValue(null, ATTR_VALUE);
775 result.add(feature);
4164 + " has null trust agent feature set; all will be disabled");
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h503 XAuint32 feature; member in struct:XAEngineOption_
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h2747 SLuint32 feature; member in struct:SLEngineOption_

Completed in 1034 milliseconds