Searched refs:displayNameIndex (Results 1 – 3 of 3) sorted by relevance
479 val displayNameIndex = cursor.getColumnIndex(OpenableColumns.DISPLAY_NAME) regex480 if (displayNameIndex != -1) {481 var title = cursor.getString(displayNameIndex)
637 final int displayNameIndex = ArrayUtils.indexOf(columns, Document.COLUMN_DISPLAY_NAME); in includeFile() local638 if (displayNameIndex != -1) { in includeFile()639 row.add(displayNameIndex, file.getName()); in includeFile()
1653 int displayNameIndex = cursor.getColumnIndex(Contacts.DISPLAY_NAME); in showSnippet() local1654 if (displayNameIndex >= 0) { in showSnippet()1655 displayName = cursor.getString(displayNameIndex); in showSnippet()