Searched refs:VARIANT (Results 1 – 7 of 7) sorted by relevance
27 if [[ -z $VARIANT || -z $API_LEVEL || -z $OEM_AVD_ZIP ]]; then66 AVD_DIR="$ANDROID_SDK_DIR/system-images/android-$API_LEVEL/$VARIANT"88 sed "s/Pkg.Path/system-images;android-$API_LEVEL;$VARIANT;$ABI/" $PKG_XML_TEMPLATE > $PKG_XML_FILE91 $SED_I_CMD "s/SystemImage.TagDisplay/$VARIANT/" $PKG_XML_FILE93 $SED_I_CMD "s/Addon.VendorId/$VARIANT/" $PKG_XML_FILE94 $SED_I_CMD "s/Addon.VendorDisplay/$VARIANT/" $PKG_XML_FILE95 $SED_I_CMD "s/Display.Name/$VARIANT/" $PKG_XML_FILE99 echo "ADDED: Hardware Category: Automotive, API Level: $API_LEVEL, ABI: $ABI, Target: $VARIANT"
22 VARIANT="avd_car" \
189 when(mMockDevice.getProperty(DeviceProperties.VARIANT)).thenReturn(null);200 when(mMockDevice.getProperty(DeviceProperties.VARIANT)).thenReturn(null);211 when(mMockDevice.getProperty(DeviceProperties.VARIANT)).thenReturn("variant");225 when(mMockDevice.getProperty(DeviceProperties.VARIANT)).thenReturn(null);235 when(mMockDevice.getProperty(DeviceProperties.VARIANT)).thenReturn(null);253 when(mMockDevice.getProperty(DeviceProperties.VARIANT)).thenReturn(null);
3005 setGetPropertyExpectation(DeviceProperties.VARIANT, "variant"); in testGetProductVariant()
28 public static final String VARIANT = "ro.product.vendor.device"; field in DeviceProperties
741 String prop = getProperty(device, DeviceProperties.VARIANT); in getDeviceProductVariant()
866 String prop = internalGetProperty(DeviceProperties.VARIANT, "variant", "Product variant"); in getProductVariant()