Home
last modified time | relevance | path

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

/cts/tests/tests/nfc/src/android/nfc/tech/cts/interactive/
DNfcUtils.java37 && areRecordArraysEqual(message.getRecords(), otherMessage.getRecords()); in areMessagesEqual()
DNdefTagTester.java81 NdefRecord[] records = message.getRecords(); in writeTag()
/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.java100 private static Object[] getRecords() { in getRecords() method in AImageDecoderTest
101 return ImageDecoderTest.getRecords(); in getRecords()
110 return Utils.crossProduct(getRecords(), new Object[] { true, false }); in getRecordsUnpremul()
119 return Utils.crossProduct(getRecords(), new Object[] { 2, 3, 4, 8, 16 }); in getRecordsSample()
DImageDecoderTest.java112 static Record[] getRecords() { in getRecords() method in ImageDecoderTest
458 return ((Record[]) getRecords())[0]; in getRecord()
498 for (Object record : getRecords()) { in paramsForTestSetAllocatorDecodeBitmap()
2717 return Utils.crossProduct(getRecords(), mCreators); in getRecordsAsSources()
2751 return Utils.crossProduct(getRecords(), mUriCreators); in getRecordsAsUris()
2785 for (Object r : getRecords()) { in testIsMimeTypeSupported()
/cts/tests/tests/ndef/src/android/ndef/cts/
DNdefTest.java426 NdefRecord[] rs = m.getRecords(); in testCreateApplicationRecord()