Home
last modified time | relevance | path

Searched defs:TEST_DATA (Results 1 – 12 of 12) sorted by relevance

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/eap/
H A DVendorSpecificAuthTest.java35 private static final byte[] TEST_DATA = new byte[] {0x12, 0x34, 0x45, 0x56}; field in VendorSpecificAuthTest
/aosp12/frameworks/base/packages/BackupEncryption/test/robolectric/src/com/android/server/backup/encryption/chunking/
H A DChunkHasherTest.java41 private static final byte[] TEST_DATA = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13}; field in ChunkHasherTest
H A DInlineLengthsEncryptedChunkEncoderTest.java46 private static final byte[] TEST_DATA = {5, 4, 5, 7, 10, 12, 1, 2, 9}; field in InlineLengthsEncryptedChunkEncoderTest
H A DLengthlessEncryptedChunkEncoderTest.java45 private static final byte[] TEST_DATA = {5, 4, 5, 7, 10, 12, 1, 2, 9}; field in LengthlessEncryptedChunkEncoderTest
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/core/
H A DLiveDataControllerTest.java41 private static final CharSequence TEST_DATA = "test_data"; field in LiveDataControllerTest
/aosp12/system/tools/aidl/tests/rust/
H A Dtest_client.rs277 const TEST_DATA: &[u8] = b"FrazzleSnazzleFlimFlamFlibbityGumboChops"; in test_parcel_file_descriptor() const
329 const TEST_DATA: &[u8] = b"FirstSecondThird"; in test_parcel_file_descriptor_array() const
/aosp12/frameworks/native/libs/gui/tests/
H A DStreamSplitter_test.cpp57 static const uint32_t TEST_DATA = 0x12345678u; variable
H A DBufferQueue_test.cpp99 static const uint32_t TEST_DATA = 0x12345678u; variable
/aosp12/frameworks/base/core/tests/coretests/src/android/os/
H A DFileUtilsTest.java82 private static final String TEST_DATA = field in FileUtilsTest
/aosp12/frameworks/base/tests/CoreTests/android/core/
H A DTestEventHandler.java59 public final static int TEST_DATA = 4; field in TestEventHandler
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
H A DIpSecBaseTest.java83 protected static final byte[] TEST_DATA = "Best test data ever!".getBytes(); field in IpSecBaseTest
/aosp12/system/keymaster/tests/
H A Dandroid_keymaster_messages_test.cpp76 uint8_t TEST_DATA[] = "a key blob"; variable