/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/pbap/ |
D | BluetoothPhabVcardManagerTest.java | 39 mc.addRow(new Object[]{1L, "A"}); in testGetContactNamesByNumber() 40 mc.addRow(new Object[]{1L, "A (1)"}); in testGetContactNamesByNumber() 41 mc.addRow(new Object[]{2L, "B"}); in testGetContactNamesByNumber() 42 mc.addRow(new Object[]{2L, "B (1)"}); in testGetContactNamesByNumber() 43 mc.addRow(new Object[]{3L, "C"}); in testGetContactNamesByNumber() 44 mc.addRow(new Object[]{3L, "C (1)"}); in testGetContactNamesByNumber() 45 mc.addRow(new Object[]{3L, "C (2)"}); in testGetContactNamesByNumber() 46 mc.addRow(new Object[]{4L, "D"}); in testGetContactNamesByNumber() 59 mc.addRow(new String[]{"1"}); in testGetDistinctContactIdSize() 60 mc.addRow(new String[]{"1"}); in testGetDistinctContactIdSize() [all …]
|
D | ContactCursorFilterTest.java | 32 mc.addRow(new Object[]{1L, "Test"}); in testFilterByRangeWithoutDup() 33 mc.addRow(new Object[]{2L, "Test"}); in testFilterByRangeWithoutDup() 34 mc.addRow(new Object[]{3L, "Test"}); in testFilterByRangeWithoutDup() 68 mc.addRow(new Object[]{1L, "Test"}); in testFilterByRangeWithDup() 69 mc.addRow(new Object[]{1L, "Test"}); in testFilterByRangeWithDup() 70 mc.addRow(new Object[]{2L, "Test"}); in testFilterByRangeWithDup() 71 mc.addRow(new Object[]{2L, "Test"}); in testFilterByRangeWithDup() 72 mc.addRow(new Object[]{3L, "Test"}); in testFilterByRangeWithDup() 105 mc.addRow(new Object[]{1L, "Test"}); in testFilterByOffsetWithoutDup() 106 mc.addRow(new Object[]{2L, "Test"}); in testFilterByOffsetWithoutDup() [all …]
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/ |
D | ResultActivity.java | 60 addRow("", "No data intent returned"); in addRowsForIntent() 62 addRow("INTENT", intent.toString()); in addRowsForIntent() 69 addRow("EXTRA", key); in addRowsForIntent() 85 addRow(label, "null"); in addRowForValue() 89 addRow(label, "INTENT"); in addRowForValue() 92 addRow(label, "DATA"); in addRowForValue() 95 addRow(label, "ARRAY"); in addRowForValue() 101 addRow(label, String.valueOf(value)); in addRowForValue() 108 addRow("", "No data for this URI"); in addRowsForQuery() 112 addRow("", "DATA"); in addRowsForQuery() [all …]
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
D | ContactsManagerTest.java | 72 mMatrixCursor.addRow(new Object[] { 1, contactName1, 0, 0, 0 }); in testGetValidNames() 73 mMatrixCursor.addRow(new Object[] { 2, null /* null name */, 0, 0, 0 }); in testGetValidNames() 74 mMatrixCursor.addRow(new Object[] { 3, contactName2, 0, 0, 0 }); in testGetValidNames() 75 mMatrixCursor.addRow(new Object[] { 4, "floopy@example.com" /* invalid name */, 0, 0, 0 }); in testGetValidNames() 76 mMatrixCursor.addRow(new Object[] { 5, "news-group" /* invalid name */, 0, 0, 0 }); in testGetValidNames() 90 mMatrixCursor.addRow(new Object[] { i, "name" + i, i, now, 1 }); in testGetValidNamesAffinity() 108 mMatrixCursor.addRow(new Object[] { 1, "name", 1, month_ago, 1 }); in testComputeAffinity() 123 mMatrixCursor.addRow(new Object[] { 1, "firstname", 0, 0, 0 }); in testGetCount() 124 mMatrixCursor.addRow(new Object[] { 2, null /* null name */, 0, 0, 0 }); in testGetCount() 125 mMatrixCursor.addRow(new Object[] { 3, "larry", 0, 0, 0 }); in testGetCount() [all …]
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastSearchIndexableProvider.java | 67 cursor.addRow(ref); in queryXmlResources() 97 cursor.addRow(ref); in queryNonIndexableKeys() 102 cursor.addRow(ref); in queryNonIndexableKeys() 107 cursor.addRow(ref); in queryNonIndexableKeys() 113 cursor.addRow(ref); in queryNonIndexableKeys() 121 cursor.addRow(ref); in queryNonIndexableKeys() 126 cursor.addRow(ref); in queryNonIndexableKeys() 131 cursor.addRow(ref); in queryNonIndexableKeys() 144 cursor.addRow(ref); in queryNonIndexableKeys() 151 cursor.addRow(ref); in queryNonIndexableKeys()
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
D | EmlAttachmentProvider.java | 132 addRow(cursor, attachmentUri, contentTypeQueryParameters); in query() 138 addRow(cursor, mUriAttachmentMap.get(uri)); in query() 155 addRow(cursor, attachment); in query() 240 private void addRow(MatrixCursor cursor, Uri uri, in addRow() method in EmlAttachmentProvider 247 addRow(cursor, attachment); in addRow() 252 addRow(cursor, attachment); in addRow() 259 private static void addRow(MatrixCursor cursor, Attachment attachment) { in addRow() method in EmlAttachmentProvider
|
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/ |
D | CallLogAdapterTest.java | 90 mCursor.addRow(createCallLogEntry()); in testBindView_NoCallLogCacheNorMemoryCache_EnqueueRequest() 109 mCursor.addRow(createCallLogEntryWithCachedValues()); in testBindView_CallLogCacheButNoMemoryCache_EnqueueRequest() 127 mCursor.addRow(createCallLogEntry()); in testBindView_NoCallLogButMemoryCache_EnqueueRequest() 143 mCursor.addRow(createCallLogEntryWithCachedValues()); in testBindView_BothCallLogAndMemoryCache_NoEnqueueRequest() 155 mCursor.addRow(createCallLogEntryWithCachedValues()); in testBindView_MismatchBetwenCallLogAndMemoryCache_EnqueueRequest()
|
D | CallLogGroupBuilderTest.java | 257 mCursor.addRow(values); in addCallLogEntry() 265 mCursor.addRow(values); in addCallLogHeader()
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
D | WifiConfigController.java | 214 addRow(group, R.string.wifi_ip_address, in WifiConfigController() 232 addRow(group, R.string.passpoint_label, String.format( in WifiConfigController() 269 addRow(group, R.string.wifi_status, summary); in WifiConfigController() 273 addRow(group, R.string.wifi_signal, signalLevel); in WifiConfigController() 278 addRow(group, R.string.wifi_speed, String.format( in WifiConfigController() 296 addRow(group, R.string.wifi_frequency, band); in WifiConfigController() 300 addRow(group, R.string.wifi_security, mAccessPoint.getSecurityString(false)); in WifiConfigController() 315 private void addRow(ViewGroup group, int name, String value) { in addRow() method in WifiConfigController
|
/packages/apps/QuickSearchBox/tests/naughty/src/com/android/quicksearchbox/tests/naughty/ |
D | CrashingSuggestionProvider.java | 69 cursor.addRow(new Object[]{ in query() 82 cursor.addRow(new Object[]{ in query() 93 cursor.addRow(new Object[]{ in query()
|
D | HangingSuggestionProvider.java | 61 cursor.addRow(new Object[]{ in query() 74 cursor.addRow(new Object[]{ in query() 85 cursor.addRow(new Object[]{ in query()
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
D | DirectoryListLoader.java | 172 result.addRow(new Object[]{directoryId, directoryType, displayName, photoSupport}); in loadInBackground() 188 mDefaultDirectoryList.addRow(new Object[] { in getDefaultDirectories() 193 mDefaultDirectoryList.addRow(new Object[] { in getDefaultDirectories()
|
/packages/apps/Calendar/tests/src/com/android/calendar/widget/ |
D | CalendarAppWidgetServiceTest.java | 106 cursor.addRow(getRow(0, now + ONE_HOUR, now + TWO_HOURS, title, location, 0)); in testGetAppWidgetModel_1Event() 145 cursor.addRow(getRow(0, now + ONE_HOUR, now + TWO_HOURS, title + i, location + i, 0)); in testGetAppWidgetModel_AllDayEventLater() 167 cursor.addRow(getRow(1, start, end, title + i, location + i, 0)); in testGetAppWidgetModel_AllDayEventLater()
|
/packages/apps/Dialer/tests/src/com/android/dialer/list/ |
D | PhoneFavoritesTileAdapterTest.java | 72 c.addRow(new Object[] {countId, null, 1, null, null, 0, 0, null, 0, in getCursorForTest() 79 c.addRow(new Object[] {countId, null, 0, null, null, 0, 0, null, 0, in getCursorForTest()
|
/packages/apps/Music/src/com/android/music/ |
D | PlaylistBrowserActivity.java | 518 autoplaylistscursor.addRow(all); in mergedCursor() 523 autoplaylistscursor.addRow(recent); in mergedCursor() 536 autoplaylistscursor.addRow(podcasts); in mergedCursor()
|
/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/ |
D | MockContentProvider.java | 189 cursor.addRow((Object[]) row); in getResult() 196 cursor.addRow(columns); in getResult()
|
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/ |
D | AlarmSchedulerTest.java | 93 instancesCursor.addRow(ca); in getInstancesCursor() 109 remindersCursor.addRow(ca); in getRemindersCursor()
|
/packages/apps/Calendar/tests/src/com/android/calendar/event/ |
D | EditEventHelperTest.java | 1321 c.addRow(TEST_CURSOR_DATA); in testSetModelFromCursor() 1332 c.addRow(TEST_CURSOR_DATA); in testSetModelFromCursor() 1343 c.addRow(TEST_CURSOR_DATA); in testSetModelFromCursor() 1355 c.addRow(TEST_CURSOR_DATA); in testSetModelFromCursor()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactDirectoryManagerTest.java | 92 cursor.addRow(new Object[] { in query() 614 cursor.addRow(row); in addDirectoryRow()
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | SmsProvider.java | 312 cursor.addRow(convertIccToSms(message, 0)); in getSingleMessageFromIcc() 336 cursor.addRow(convertIccToSms(message, i)); in getAllMessagesFromIcc()
|
/packages/apps/Dialer/tests/src/com/android/dialer/database/ |
D | SmartDialPrefixTest.java | 156 contactCursor.addRow(new Object[]{id, "", "", number, contactId, lookupKey, displayName, in constructNewContact() 159 nameCursor.addRow(new Object[]{displayName, contactId}); in constructNewContact()
|
/packages/apps/Email/provider_src/com/android/email/provider/ |
D | EmailProvider.java | 1511 ret.addRow(values); in query() 3852 mc.addRow(values); in addCombinedAccountRow() 3863 mc.addRow(getVirtualMailboxRow(getVirtualMailboxAccountId(mailboxId), in getVirtualMailboxCursor() 3966 mc.addRow(values); in uiAccounts() 4167 mc.addRow(getVirtualMailboxRow(COMBINED_ACCOUNT_ID, Mailbox.TYPE_INBOX, uiProjection)); in uiVirtualMailboxes() 4168 mc.addRow( in uiVirtualMailboxes() 4170 mc.addRow(getVirtualMailboxRow(COMBINED_ACCOUNT_ID, Mailbox.TYPE_UNREAD, uiProjection)); in uiVirtualMailboxes() 4173 mc.addRow(getVirtualMailboxRow(acctId, Mailbox.TYPE_STARRED, uiProjection)); in uiVirtualMailboxes() 4174 mc.addRow(getVirtualMailboxRow(acctId, Mailbox.TYPE_UNREAD, uiProjection)); in uiVirtualMailboxes() 5587 c.addRow(new String[] {op.getUri().toString()}); in uiUndo()
|
/packages/apps/Gallery2/src/com/android/photos/data/ |
D | AlbumSetLoader.java | 33 c.addRow(createRandomRow()); in createRandomCursor()
|
/packages/experimental/RpcPerformance/src/com/android/rpc_performance/ |
D | Provider.java | 35 c.addRow(new String[]{"my_value"}); in query()
|
/packages/apps/QuickSearchBox/tests/spammy/src/com/android/quicksearchbox/tests/spammy/ |
D | SpammySuggestionProvider.java | 52 cursor.addRow(new Object[]{ in query()
|