Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DPowerPolicyConstants.java24 public static final int INVALID = 0; field in PowerPolicyConstants.CarPowerState
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DSupplicantStateTest.java39 assertFalse(SupplicantState.isValidState(SupplicantState.INVALID)); in testIsValidState()
/cts/tests/tests/graphics/src/android/graphics/cts/
DTypefaceTest.java61 private static final String INVALID = "invalid-family-name"; field in TypefaceTest
145 typeface = Typeface.create(INVALID, Typeface.ITALIC); in testCreate()
/cts/tests/tests/car/src/android/car/cts/
DVehiclePropertyIdsTest.java63 assertThat(VehiclePropertyIds.toString(VehiclePropertyIds.INVALID)) in testToString()
/cts/tests/tests/identity/src/android/security/identity/cts/
DUtil.java187 case INVALID: in cborPrettyPrintDataItem()