Searched refs:mProduct (Results 1 – 2 of 2) sorted by relevance
44 private final String mProduct; field in DevicePropertyInfo93 mProduct = product; in DevicePropertyInfo()126 propertyMap.put(prefix + "product", mProduct); in getPropertytMapWithPrefix()
82 private String mProduct; field in AppCompatibilityTest177 if (mProduct == null) { in run()178 mProduct = mDevice.getProductType(); in run()179 CLog.i("\"--product\" not specified, using property from device instead: %s", mProduct); in run()198 apkList = shardApkList(PublicApkUtil.getApkList(mProduct, apkDir, mFallbackToApkScan)); in run()