Home
last modified time | relevance | path

Searched refs:displayNameIndex (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/DeskClock/src/com/android/deskclock/ringtone/
H A DRingtonePickerActivity.kt479 val displayNameIndex = cursor.getColumnIndex(OpenableColumns.DISPLAY_NAME) regex
480 if (displayNameIndex != -1) {
481 var title = cursor.getString(displayNameIndex)
/aosp12/frameworks/base/core/java/com/android/internal/content/
H A DFileSystemProvider.java637 final int displayNameIndex = ArrayUtils.indexOf(columns, Document.COLUMN_DISPLAY_NAME); in includeFile() local
638 if (displayNameIndex != -1) { in includeFile()
639 row.add(displayNameIndex, file.getName()); in includeFile()
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactListItemView.java1653 int displayNameIndex = cursor.getColumnIndex(Contacts.DISPLAY_NAME); in showSnippet() local
1654 if (displayNameIndex >= 0) { in showSnippet()
1655 displayName = cursor.getString(displayNameIndex); in showSnippet()