/cts/hostsidetests/car_builtin/src/android/car/cts/builtin/ |
D | CarBuiltinApiHostCtsBase.java | 44 private final String mFeature; field in CarBuiltinApiHostCtsBase.RequiredFeatureRule 48 mFeature = feature; in RequiredFeatureRule() 60 .hasFeature(mFeature); in apply() 62 CLog.e("Could not check if device has feature %s: %e", mFeature, e); in apply() 69 description.getClassName(), description.getMethodName(), mFeature); in apply() 71 + mFeature + "'"); in apply() 80 return "RequiredFeatureRule[" + mFeature + "]"; in toString()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | RequiredFeatureRule.java | 39 private final String mFeature; field in RequiredFeatureRule 43 mFeature = feature; in RequiredFeatureRule() 56 + " because device does not have feature '" + mFeature + "'"); in apply() 57 assumeTrue("Device does not have feature '" + mFeature + "'", in apply() 68 return "RequiredFeatureRule[" + mFeature + "]";
|
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/utils/ |
D | TestGetWindowLayoutInfoActivity.java | 101 private SidecarDisplayFeature mFeature; field in TestGetWindowLayoutInfoActivity.SidecarDisplayFeatureComparisonWrapper 105 mFeature = feature; in SidecarDisplayFeatureComparisonWrapper() 123 return mFeature.getRect().equals(other.mFeature.getRect()) in equals() 124 && mFeature.getType() == other.mFeature.getType(); in equals() 129 int result = mFeature.getRect().hashCode(); in hashCode() 130 result = 31 * result + mFeature.getType(); in hashCode()
|
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/ |
D | RequiredFeatureRule.java | 34 private final String mFeature; field in RequiredFeatureRule 38 mFeature = feature; in RequiredFeatureRule() 50 assumeTrue(mFeature + " not present in DUT " + testDevice.getSerialNumber(), in apply() 51 testDevice.hasFeature(mFeature)); in apply()
|
/cts/hostsidetests/backup/src/android/cts/backup/ |
D | BaseBackupHostSideTest.java | 180 private final String mFeature; field in BaseBackupHostSideTest.RequiredFeatureRule 184 mFeature = feature; in RequiredFeatureRule() 196 .hasFeature(mFeature); in apply() 198 CLog.e("Could not check if device has feature %s: %e", mFeature, e); in apply() 205 description.getClassName(), description.getMethodName(), mFeature); in apply() 207 + mFeature + "'"); in apply() 216 return "RequiredFeatureRule[" + mFeature + "]"; in toString()
|
/cts/hostsidetests/credentials/src/android/cts/credentials/backuprestore/ |
D | CredentialManagerRestoreSettingsHostSideTest.java | 237 private final String mFeature; field in CredentialManagerRestoreSettingsHostSideTest.RequiredFeatureRule 241 mFeature = feature; in RequiredFeatureRule() 253 mReceiver.getTestInformation().getDevice().hasFeature(mFeature); in apply() 255 CLog.e("Could not check if device has feature %s: %e", mFeature, e); in apply() 262 description.getClassName(), description.getMethodName(), mFeature); in apply() 264 "Device does not have feature '" + mFeature + "'"); in apply() 273 return "RequiredFeatureRule[" + mFeature + "]"; in toString()
|
/cts/hostsidetests/car/util/src/android/car/cts/ |
D | CarHostJUnit4TestCase.java | 637 private final String mFeature; field in CarHostJUnit4TestCase.RequiredFeatureRule 641 mFeature = feature; in RequiredFeatureRule() 653 .hasFeature(mFeature); in apply() 655 CLog.e("Could not check if device has feature %s: %e", mFeature, e); in apply() 662 description.getClassName(), description.getMethodName(), mFeature); in apply() 664 + mFeature + "'"); in apply() 673 return "RequiredFeatureRule[" + mFeature + "]"; in toString()
|
/cts/hostsidetests/tv/src/com/android/cts/tv/ |
D | TvInputManagerServiceHostTest.java | 245 private final String mFeature; field in TvInputManagerServiceHostTest.RequiredFeatureRule 249 mFeature = feature; in RequiredFeatureRule() 261 assumeTrue(mFeature + " not present in DUT " + testDevice.getSerialNumber(), in apply() 262 testDevice.hasFeature(mFeature)); in apply()
|