Home
last modified time | relevance | path

Searched refs:featureType (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsServiceConnector.java321 private boolean setDeviceImsService(String packageName, int featureType) throws Exception { in setDeviceImsService() argument
322 mFeatureTypeToPackageOverrideMap.put(featureType, packageName); in setDeviceImsService()
325 new int[]{featureType})); in setDeviceImsService()
332 private boolean setCarrierImsService(String packageName, int featureType) throws Exception { in setCarrierImsService() argument
333 mFeatureTypeToPackageOverrideMap.put(featureType, packageName); in setCarrierImsService()
336 new int[]{featureType})); in setCarrierImsService()
459 private String constructGetImsServiceCommand(boolean isCarrierService, int featureType) { in constructGetImsServiceCommand() argument
463 + COMMAND_FEATURE_IDENTIFIER + featureType; in constructGetImsServiceCommand()
DSipDelegateManagerTest.java2414 switch (p.featureType) { in verifyImsServiceState()
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/
DSidecarTest.java143 int featureType = displayFeature.getType(); in testSidecarInterface_getWindowLayoutInfo() local
144 assertThat(featureType).isAtLeast(SidecarDisplayFeature.TYPE_FOLD); in testSidecarInterface_getWindowLayoutInfo()
145 assertThat(featureType).isAtMost(SidecarDisplayFeature.TYPE_HINGE); in testSidecarInterface_getWindowLayoutInfo()
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/layout/
DExtensionWindowLayoutComponentTest.java301 final int featureType = foldingFeature.getType(); in testWindowLayoutComponent_providesWindowLayoutFromActivity() local
302 assertThat(featureType).isIn(Range.range( in testWindowLayoutComponent_providesWindowLayoutFromActivity()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dsystem-current.txt17513 field public final int featureType;