Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DKeyManagementTest.java540 int[] forbiddenModes = new int[] {ID_TYPE_SERIAL, ID_TYPE_IMEI, ID_TYPE_MEID}; in testProfileOwnerCannotAttestDeviceUniqueIds() local
541 for (int i = 0; i < forbiddenModes.length; i++) { in testProfileOwnerCannotAttestDeviceUniqueIds()
547 forbiddenModes[i]); in testProfileOwnerCannotAttestDeviceUniqueIds()
548 fail("Attestation of device UID (" + forbiddenModes[i] + ") should not be " in testProfileOwnerCannotAttestDeviceUniqueIds()