Searched refs:forbiddenModes (Results 1 – 1 of 1) sorted by relevance
540 int[] forbiddenModes = new int[] {ID_TYPE_SERIAL, ID_TYPE_IMEI, ID_TYPE_MEID}; in testProfileOwnerCannotAttestDeviceUniqueIds() local541 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()