Searched defs:records (Results 1 – 4 of 4) sorted by relevance
67 List<String[]> records = DeletedContactUtil.query(mResolver, projection); in testQuery_returnsProperColumns() local120 List<String[]> records = DeletedContactUtil.querySinceTimestamp(mResolver, projection, in testQuerySinceTimestamp() local
175 List<String[]> records = RawContactUtil.queryByContactId(mResolver, ids.mContactId, in testContactDelete_marksRawContactsForDeletion() local
32 private static boolean areRecordArraysEqual(NdefRecord[] records, NdefRecord[] otherRecords) { in areRecordArraysEqual()
81 NdefRecord[] records = message.getRecords(); in writeTag() local