Searched refs:getRecords (Results 1 – 5 of 5) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/ |
D | NfcUtils.java | 29 && areRecordArraysEqual(message.getRecords(), otherMessage.getRecords()); in areMessagesEqual()
|
D | NdefTagTester.java | 81 NdefRecord[] records = message.getRecords(); in writeTag()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | AImageDecoderTest.java | 92 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()
|
D | ImageDecoderTest.java | 107 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/ |
D | NdefTest.java | 425 NdefRecord[] rs = m.getRecords(); in testCreateApplicationRecord()
|