Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DDeviceOwnerKeyManagementTest.java476 int devIdOpt = 0; in assertAllVariantsOfDeviceIdAttestation() local
479 devIdOpt = devIdOpt | modesToTest.get(j); in assertAllVariantsOfDeviceIdAttestation()
487 supportedKey.signaturePaddingSchemes, useStrongBox, devIdOpt); in assertAllVariantsOfDeviceIdAttestation()
498 supportedKey.keyAlgorithm, devIdOpt)) in assertAllVariantsOfDeviceIdAttestation()
504 if ((devIdOpt & ID_TYPE_SERIAL) != 0) { in assertAllVariantsOfDeviceIdAttestation()
508 if ((devIdOpt & ID_TYPE_IMEI) != 0) { in assertAllVariantsOfDeviceIdAttestation()
512 if ((devIdOpt & ID_TYPE_MEID) != 0) { in assertAllVariantsOfDeviceIdAttestation()
516 if ((devIdOpt & ID_TYPE_IMEI) != 0) { in assertAllVariantsOfDeviceIdAttestation()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DKeyManagementTest.java485 int devIdOpt = 0; in assertAllVariantsOfDeviceIdAttestation() local
488 devIdOpt = devIdOpt | modesToTest.get(j); in assertAllVariantsOfDeviceIdAttestation()
496 supportedKey.signaturePaddingSchemes, useStrongBox, devIdOpt); in assertAllVariantsOfDeviceIdAttestation()
505 supportedKey.keyAlgorithm, devIdOpt)) in assertAllVariantsOfDeviceIdAttestation()
511 if ((devIdOpt & ID_TYPE_SERIAL) != 0) { in assertAllVariantsOfDeviceIdAttestation()
515 if ((devIdOpt & ID_TYPE_IMEI) != 0) { in assertAllVariantsOfDeviceIdAttestation()
519 if ((devIdOpt & ID_TYPE_MEID) != 0) { in assertAllVariantsOfDeviceIdAttestation()