Searched refs:feature (Results 26 - 50 of 55) sorted by path

123

/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/
H A DAndroid.mk29 LOCAL_AAPT_FLAGS += --custom-package com.android.test.split.feature.one
/frameworks/base/tests/FeatureSplit/feature1/src/com/android/test/split/feature/one/
H A DOne.java16 package com.android.test.split.feature.one;
/frameworks/base/tests/FeatureSplit/feature2/
H A DAndroid.mk29 LOCAL_AAPT_FLAGS += --custom-package com.android.test.split.feature.two
/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/aapt/
H A DCommand.cpp486 * Represents a feature that has been automatically added due to
494 * Name of the implied feature.
504 * List of human-readable reasons for why this feature was implied.
514 * Whether the feature is required.
519 * What version of the feature is requested.
525 * Represents a <feature-group> tag in the AndroidManifest.xml
564 ImpliedFeature* feature = &impliedFeatures->editValueAt(idx); local
566 // A non-sdk 23 implied feature takes precedence.
567 if (feature->impliedBySdk23 && !sdk23) {
568 feature
583 const Feature& feature = grp.features[i]; local
[all...]
/frameworks/base/tools/aapt2/link/
H A DManifestFixer_test.cpp362 <uses-feature android:name="feature" />
363 <uses-feature android:glEsVersion="1" />
364 <feature-group />
365 <feature-group>
366 <uses-feature android:name="feature_in_group" />
367 <uses-feature android:glEsVersion="2" />
368 </feature-group>
375 <uses-feature android:name="feature" androi
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java204 public boolean supports(int feature) { argument
205 return feature <= LAST_SUPPORTED_FEATURE;
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java1395 private boolean isFeatureSupported(int feature) { argument
1396 return (getSupportedFeatures() & feature) == feature;
1560 * Check if the Batched Scan feature is supported.
1812 * the caller has proper permissions. Callers can also use the LocalOnlyHotspot feature for a
/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. ...
/frameworks/minikin/libs/minikin/
H A DLayout.cpp695 static hb_feature_t feature; local
701 if (hb_feature_from_string (start, p - start, &feature)
702 && feature.start == 0 && feature.end == (unsigned int) -1)
703 features->push_back(feature);
/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/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/opt/net/ims/src/java/com/android/ims/
H A DImsManager.java40 import android.telephony.ims.feature.ImsFeature;
1214 // TODO: Extend ImsConfig API and set all feature values in single function call.
1264 // TODO: Extend ImsConfig API and set all feature values in single function call.
1296 * @return whether feature is On
1322 * @return whether feature is On
1354 * @return whether feature is On
2035 // Trigger the cache to be updated for feature status.
2129 // if turnOn: first set feature values then call turnOnIms()
2130 // if turnOff: only set feature values if IMS turn off is not allowed. If turn off is
2131 // allowed, first call turnOffIms() then set feature value
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
H A DImsResolver.java34 import android.telephony.ims.feature.ImsFeature;
65 * {@link #getImsServiceControllerAndListen} on a per-slot and per feature basis.
299 * feature or {@link null} if the service is not available. If an ImsServiceController is
301 * feature updates.
303 * @param feature The IMS Feature we are requesting.
306 * @return {@link IImsServiceController} interface for the feature specified or {@link null} if
309 public IImsServiceController getImsServiceControllerAndListen(int slotId, int feature, argument
311 if (slotId < 0 || slotId >= mNumSlots || feature <= ImsFeature.INVALID
312 || feature >= ImsFeature.MAX) {
321 controller = services.get(feature);
330 putImsController(int slotId, int feature, ImsServiceController controller) argument
349 removeImsController(int slotId, int feature) argument
582 imsServiceFeatureCreated(int slotId, int feature, ImsServiceController controller) argument
591 imsServiceFeatureRemoved(int slotId, int feature, ImsServiceController controller) argument
[all...]
H A DImsServiceController.java47 * on each feature that the service supports. For each ImsFeature that is created,
49 * listener that the ImsService now supports that feature.
53 * {@link IImsServiceController#removeImsFeature} will be called for each feature that is
126 * has created or removed a new feature as well as the associated ImsServiceController.
130 * Called by ImsServiceController when a new feature has been created.
132 void imsServiceFeatureCreated(int slotId, int feature, ImsServiceController controller); argument
134 * Called by ImsServiceController when a new feature has been removed.
136 void imsServiceFeatureRemoved(int slotId, int feature, ImsServiceController controller); argument
163 // Set of a pair of slotId->feature
187 Log.i(LOG_TAG, "notifyImsFeatureStatus: slot=" + mSlotId + ", feature
387 sendImsFeatureCreatedCallback(int slot, int feature) argument
404 sendImsFeatureRemovedCallback(int slot, int feature) argument
421 sendImsFeatureStatusChanged(int slot, int feature, int status) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java50 import android.telephony.ims.feature.ImsFeature;
2556 public void onGetFeatureResponse(int feature, int network, int value, int status) {}
2559 public void onSetFeatureResponse(int feature, int network, int value, int status) {
2561 mPhone.getPhoneId(), feature, network, value, status);
3235 // If the feature is set to its own integer value it is enabled.
3244 // FEATURE_TYPE_UNKNOWN indicates that a feature is disabled.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
H A DTelephonyMetrics.java828 * Write IMS feature settings changed event
831 * @param feature IMS feature
836 public void writeImsSetFeatureValue(int phoneId, int feature, int network, int value, argument
839 switch (feature) {
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
H A DImsFeatureTest.java20 import android.telephony.ims.feature.ImsFeature;
H A DImsServiceTest.java44 import android.telephony.ims.feature.ImsFeature;
102 // Verify that upon creating a feature, we assign the callback and get the set feature state
178 * Tests that the new ImsService still sends the IMS_SERVICE_UP broadcast when the feature is
200 * Tests that the new ImsService still sends the IMS_SERVICE_DOWN broadcast when the feature is
H A DTestImsService.java20 import android.telephony.ims.feature.MMTelFeature;
21 import android.telephony.ims.feature.RcsFeature;
H A DTestMMTelFeature.java19 import android.telephony.ims.feature.MMTelFeature;
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
H A DImsResolverTest.java32 import android.telephony.ims.feature.ImsFeature;
243 // Carrier service doesn't support the emergency voice feature.
274 * Verify that the ImsServiceController is available for the feature specified
299 // Get the IImsServiceControllers for each feature on each slot and verify they are correct.
315 * Bind to device ImsService and change the feature set. Verify that changeImsServiceFeature
316 * is called with the new feature set.
326 // Doesn't include RCS feature by default
348 // Tell the package manager that a new device feature is installed
356 //Verify new feature is added to the device default.
363 * Bind to device ImsService and change the feature se
[all...]
H A DTestImsServiceControllerAdapter.java22 import android.telephony.ims.feature.ImsFeature;
48 public void createImsFeature(int slotId, int feature, IImsFeatureStatusCallback c) argument
50 TestImsServiceControllerAdapter.this.createImsFeature(slotId, feature);
55 public void removeImsFeature(int slotId, int feature, IImsFeatureStatusCallback c) argument
57 TestImsServiceControllerAdapter.this.removeImsFeature(slotId, feature);
170 public void createImsFeature(int subId, int feature) throws RemoteException { argument
174 public void removeImsFeature(int subId, int feature) throws RemoteException { argument

Completed in 499 milliseconds

123