Home
last modified time | relevance | path

Searched defs:newFeatures (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/tests/hdmitests/src/android/hardware/hdmi/
DDeviceFeaturesTest.java94 DeviceFeatures newFeatures = DeviceFeatures.ALL_FEATURES_SUPPORT_UNKNOWN.toBuilder() in testUpdate() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsResolverTest.java655 HashSet<ImsFeatureConfiguration.FeatureSlotPair> newFeatures = new HashSet<>(); in testCarrierPackageChangeEmergencyCalling() local
1157 Set<String> newFeatures = new HashSet<>(features); in testAddDeviceFeatureNoCarrier() local
1241 Set<String> newFeatures = new HashSet<>(features); in testAddDeviceFeatureNoCarrierRcsNotSupported() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsServiceController.java531 HashSet<ImsFeatureConfiguration.FeatureSlotPair> newFeatures = in changeImsServiceFeatures() local
DImsResolver.java195 void replaceFeatures(Set<ImsFeatureConfiguration.FeatureSlotPair> newFeatures) { in replaceFeatures()
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java411 final int newFeatures = features | (1 << featureId); in requestFeature() local