Searched refs:getRecords (Results 1 – 7 of 7) sorted by relevance
/cts/tests/tests/nfc/src/android/nfc/tech/cts/interactive/ |
D | NfcUtils.java | 37 && areRecordArraysEqual(message.getRecords(), otherMessage.getRecords()); in areMessagesEqual()
|
D | NdefTagTester.java | 81 NdefRecord[] records = message.getRecords(); in writeTag()
|
/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 | 100 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()
|
D | ImageDecoderTest.java | 112 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/ |
D | NdefTest.java | 426 NdefRecord[] rs = m.getRecords(); in testCreateApplicationRecord()
|