Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/biometrics/
DAbstractUserAuthenticationTest.java56 private static final byte[] PAYLOAD = new byte[] {1, 2, 3, 4, 5, 6}; field in AbstractUserAuthenticationTest
181 PAYLOAD, in onCreate()
191 PAYLOAD, in onCreate()
201 PAYLOAD, in onCreate()
211 PAYLOAD, in onCreate()
223 PAYLOAD, in onCreate()
233 PAYLOAD, in onCreate()
243 PAYLOAD, in onCreate()
253 PAYLOAD, in onCreate()
DBiometricStrongTests.java64 private static final byte[] PAYLOAD = new byte[] {1, 2, 3, 4, 5, 6}; field in BiometricStrongTests
124 testBiometricBoundEncryption(KEY_NAME_NO_STRONGBOX, PAYLOAD, in onCreate()
129 testBiometricBoundEncryption(KEY_NAME_STRONGBOX, PAYLOAD, in onCreate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/
DNdefTagTester.java43 private static final String PAYLOAD = "CTS Verifier NDEF Tag"; field in NdefTagTester
74 NfcUtils.displayByteArray(mimeRecord.getId()), MIME_TYPE, PAYLOAD); in writeTag()
103 byte[] payload = PAYLOAD.getBytes(Charset.forName("US-ASCII"));
/cts/tests/tests/nfc/src/android/nfc/tech/cts/interactive/
DNdefTagTester.java42 private static final String PAYLOAD = "CTS Verifier NDEF Tag"; field in NdefTagTester
74 NfcUtils.displayByteArray(mimeRecord.getId()), MIME_TYPE, PAYLOAD); in writeTag()
103 byte[] payload = PAYLOAD.getBytes(StandardCharsets.US_ASCII);