Searched refs:featureType (Results 1 – 5 of 5) sorted by relevance
321 private boolean setDeviceImsService(String packageName, int featureType) throws Exception { in setDeviceImsService() argument322 mFeatureTypeToPackageOverrideMap.put(featureType, packageName); in setDeviceImsService()325 new int[]{featureType})); in setDeviceImsService()332 private boolean setCarrierImsService(String packageName, int featureType) throws Exception { in setCarrierImsService() argument333 mFeatureTypeToPackageOverrideMap.put(featureType, packageName); in setCarrierImsService()336 new int[]{featureType})); in setCarrierImsService()459 private String constructGetImsServiceCommand(boolean isCarrierService, int featureType) { in constructGetImsServiceCommand() argument463 + COMMAND_FEATURE_IDENTIFIER + featureType; in constructGetImsServiceCommand()
2414 switch (p.featureType) { in verifyImsServiceState()
143 int featureType = displayFeature.getType(); in testSidecarInterface_getWindowLayoutInfo() local144 assertThat(featureType).isAtLeast(SidecarDisplayFeature.TYPE_FOLD); in testSidecarInterface_getWindowLayoutInfo()145 assertThat(featureType).isAtMost(SidecarDisplayFeature.TYPE_HINGE); in testSidecarInterface_getWindowLayoutInfo()
301 final int featureType = foldingFeature.getType(); in testWindowLayoutComponent_providesWindowLayoutFromActivity() local302 assertThat(featureType).isIn(Range.range( in testWindowLayoutComponent_providesWindowLayoutFromActivity()
17513 field public final int featureType;