Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/
DNfcUtils.java29 && areRecordArraysEqual(message.getRecords(), otherMessage.getRecords()); in areMessagesEqual()
DNdefTagTester.java81 NdefRecord[] records = message.getRecords(); in writeTag()
/cts/tests/tests/graphics/src/android/graphics/cts/
DAImageDecoderTest.java92 private static Object[] getRecords() { in getRecords() method in AImageDecoderTest
93 return ImageDecoderTest.getRecords(); in getRecords()
102 return Utils.crossProduct(getRecords(), new Object[] { true, false }); in getRecordsUnpremul()
111 return Utils.crossProduct(getRecords(), new Object[] { 2, 3, 4, 8, 16 }); in getRecordsSample()
DImageDecoderTest.java107 static Record[] getRecords() { in getRecords() method in ImageDecoderTest
332 return ((Record[]) getRecords())[0]; in getRecord()
372 for (Object record : getRecords()) { in paramsForTestSetAllocatorDecodeBitmap()
2591 return Utils.crossProduct(getRecords(), mCreators); in getRecordsAsSources()
2625 return Utils.crossProduct(getRecords(), mUriCreators); in getRecordsAsUris()
2659 for (Object r : getRecords()) { in testIsMimeTypeSupported()
/cts/tests/tests/ndef/src/android/ndef/cts/
DNdefTest.java425 NdefRecord[] rs = m.getRecords(); in testCreateApplicationRecord()