Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DKeyManagementTest.java491 int devIdOpt = 0; in testAllVariationsOfDeviceIdAttestation() local
494 devIdOpt = devIdOpt | modesToTest.get(j); in testAllVariationsOfDeviceIdAttestation()
502 supportedKey.signaturePaddingSchemes, devIdOpt); in testAllVariationsOfDeviceIdAttestation()
510 supportedKey.keyAlgorithm, devIdOpt), attestation); in testAllVariationsOfDeviceIdAttestation()
514 if ((devIdOpt & ID_TYPE_SERIAL) != 0) { in testAllVariationsOfDeviceIdAttestation()
518 if ((devIdOpt & ID_TYPE_IMEI) != 0) { in testAllVariationsOfDeviceIdAttestation()
522 if ((devIdOpt & ID_TYPE_MEID) != 0) { in testAllVariationsOfDeviceIdAttestation()