Home
last modified time | relevance | path

Searched refs:COLUMN_DISPLAY_NAME (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportStorageProvider.java46 Document.COLUMN_DOCUMENT_ID, Document.COLUMN_MIME_TYPE, Document.COLUMN_DISPLAY_NAME,
156 row.add(Document.COLUMN_DISPLAY_NAME, mRoot.getName()); in includeDefaultDocument()
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DTestDocumentsProvider.java89 Document.COLUMN_DOCUMENT_ID, Document.COLUMN_MIME_TYPE, Document.COLUMN_DISPLAY_NAME,
396 row.add(Document.COLUMN_DISPLAY_NAME, docId); in includeFile()
DExternalStorageProvider.java85 Document.COLUMN_DOCUMENT_ID, Document.COLUMN_MIME_TYPE, Document.COLUMN_DISPLAY_NAME,
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DFakeTelephonyProvider.java60 + Telephony.SimInfo.COLUMN_DISPLAY_NAME + " TEXT," in getStringForSimInfoTableCreation()
/frameworks/base/core/java/android/provider/
DDocumentsContract.java342 public static final String COLUMN_DISPLAY_NAME = OpenableColumns.DISPLAY_NAME; field in DocumentsContract.Document
1378 in.putString(Document.COLUMN_DISPLAY_NAME, displayName); in createDocument()
1444 in.putString(Document.COLUMN_DISPLAY_NAME, displayName); in renameDocument()
DDocumentsProvider.java1138 final String displayName = extras.getString(Document.COLUMN_DISPLAY_NAME); in callUnchecked()
1159 final String displayName = extras.getString(Document.COLUMN_DISPLAY_NAME); in callUnchecked()
DTelephony.java4922 public static final String COLUMN_DISPLAY_NAME = "display_name"; field in Telephony.SimInfo
/frameworks/base/media/java/android/media/tv/
DTvContract.java2160 public static final String COLUMN_DISPLAY_NAME = "display_name"; field in TvContract.Channels
/frameworks/base/core/java/com/android/internal/content/
DFileSystemProvider.java637 final int displayNameIndex = ArrayUtils.indexOf(columns, Document.COLUMN_DISPLAY_NAME); in includeFile()
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java544 public static final String DISPLAY_NAME = SimInfo.COLUMN_DISPLAY_NAME;
/frameworks/base/core/api/
Dcurrent.txt25405 field public static final String COLUMN_DISPLAY_NAME = "display_name";
34925 field public static final String COLUMN_DISPLAY_NAME = "_display_name";
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt16504 field public static final java.lang.String COLUMN_DISPLAY_NAME = "display_name";
24781 field public static final java.lang.String COLUMN_DISPLAY_NAME = "_display_name";