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

12

/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 Dbuild18 aapt package -M AndroidManifest.xml -S res --feature-of ../basic/bundle.apk -F bundle.apk -f && \
20 mv resources.arsc feature.arsc && \
21 xxd -i feature.arsc > feature_arsc.h
/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/tests/FeatureSplit/feature2/
H A DAndroid.mk34 LOCAL_AAPT_FLAGS := --feature-of $(featureOfApk)
35 LOCAL_AAPT_FLAGS += --feature-after $(featureAfterApk)
36 LOCAL_AAPT_FLAGS += --custom-package com.android.test.split.feature.two
/frameworks/base/tests/FeatureSplit/feature1/
H A DAndroid.mk31 LOCAL_AAPT_FLAGS := --feature-of $(featureOfApk) --custom-package com.android.test.split.feature.one
/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsConfig.aidl23 * Provides APIs to get/set the IMS service feature/capability/parameters.
26 * 2) Items configured by user. Mainly service feature class.
72 * Gets the value of the specified IMS feature item for specified network type.
73 * This operation gets the feature config value from the master storage (i.e. final
76 * @param feature. as defined in com.android.ims.ImsConfig#FeatureConstants.
78 * @param listener. feature value returned asynchronously through listener.
81 oneway void getFeatureValue(int feature, int network, ImsConfigListener listener);
84 * Sets the value for IMS feature item for specified network type.
88 * @param feature. as defined in com.android.ims.ImsConfig#FeatureConstants.
94 oneway void setFeatureValue(int feature, in
[all...]
/frameworks/base/tests/FeatureSplit/base/src/com/android/test/split/feature/
H A DActivityMain.java16 package com.android.test.split.feature;
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsConfig.java28 * Provides APIs to get/set the IMS service feature/capability/parameters.
31 * 2) Items configured by user. Mainly service feature class.
42 * Broadcast action: the feature enable status was changed
74 * Defines IMS service/capability feature constants.
511 * Defines IMS video quality feature value.
519 * Defines IMS feature value.
527 * Defines IMS feature value.
648 * Gets the value for IMS feature item for specified network type.
650 * @param feature, defined as in FeatureConstants.
652 * @param listener, provided to be notified for the feature o
657 getFeatureValue(int feature, int network, ImsConfigListener listener) argument
682 setFeatureValue(int feature, int network, int value, ImsConfigListener listener) argument
[all...]
/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/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/media/java/android/media/
H A DMediaFormat.java292 * video encoder does not support the intra refresh feature. Use the output format to
293 * verify that this feature was enabled.
779 * feature name describing a required or optional feature for a codec capabilities
781 * The associated value is an integer, where non-0 value means the feature is
782 * requested to be present, while 0 value means the feature is requested to be not
790 public static final String KEY_FEATURE_ = "feature-";
842 * Returns whether a feature is to be enabled ({@code true}) or disabled
845 * @param feature the name of a {@link MediaCodecInfo.CodecCapabilities} feature
850 getFeatureEnabled(String feature) argument
906 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/base/core/java/android/net/
H A DConnectivityManager.java1123 * begin using the named feature. The interpretation of {@code feature}
1132 * @param feature the name of the feature to be used
1135 * implementation+feature combination, except that the value {@code -1}
1143 public int startUsingNetworkFeature(int networkType, String feature) { argument
1145 NetworkCapabilities netCap = networkCapabilitiesForFeature(networkType, feature);
1148 feature);
1178 * using the named feature. The interpretation of {@code feature}
1198 stopUsingNetworkFeature(int networkType, String feature) argument
1213 networkCapabilitiesForFeature(int networkType, String feature) argument
[all...]
/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/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/rs/driver/runtime/
H A Dbuild_bc_lib_internal.mk38 bc_clang_cc1_cflags += -target-feature +long64
/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
550 ImpliedFeature* feature = &impliedFeatures->editValueAt(idx); local
552 // A non-sdk 23 implied feature takes precedence.
553 if (feature->impliedBySdk23 && !sdk23) {
554 feature
569 const Feature& feature = grp.features[i]; local
[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/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/tests/OneMedia/src/com/android/onemedia/playback/
H A DLocalRenderer.java231 for (String feature : SUPPORTED_FEATURES) {
232 mFeatures.add(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/wifi/java/android/net/wifi/
H A DWifiManager.java1080 private boolean isFeatureSupported(int feature) { argument
1081 return (getSupportedFeatures() & feature) == feature;
1247 * Check if the Batched Scan feature is supported.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
H A DTelephonyMetrics.java804 * Write IMS feature settings changed event
807 * @param feature IMS feature
812 public void writeImsSetFeatureValue(int phoneId, int feature, int network, int value, argument
815 switch (feature) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java2142 // If the feature is set to its own integer value it is enabled.
2151 // FEATURE_TYPE_UNKNOWN indicates that a feature is disabled.
2206 public void onGetFeatureResponse(int feature, int network, int value, int status) {}
2209 public void onSetFeatureResponse(int feature, int network, int value, int status) {
2211 mPhone.getPhoneId(), feature, network, value, status);

Completed in 5161 milliseconds

12