/frameworks/base/core/java/android/provider/ |
D | SearchIndexablesContract.java | 98 RawData.COLUMN_TITLE, // 1 190 public static final String COLUMN_TITLE = "title"; field in SearchIndexablesContract.RawData
|
D | Downloads.java | 314 public static final String COLUMN_TITLE = "title"; field in Downloads.Impl
|
D | DocumentsContract.java | 495 public static final String COLUMN_TITLE = "title"; field in DocumentsContract.Root
|
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ |
D | MtpDatabaseConstants.java | 163 Root.COLUMN_TITLE, in COLUMN_MAP_ROOTS.put() argument 164 TABLE_DOCUMENTS + "." + Document.COLUMN_DISPLAY_NAME + " AS " + Root.COLUMN_TITLE); in COLUMN_MAP_ROOTS.put() argument
|
D | MtpDatabase.java | 188 if (storageCursor.getCount() == 1 && values.containsKey(Root.COLUMN_TITLE)) { in queryRoots() 192 Root.COLUMN_TITLE, in queryRoots() 195 values.getAsString(Root.COLUMN_TITLE), in queryRoots() 197 storageCursor.getColumnIndex(Root.COLUMN_TITLE)))); in queryRoots()
|
D | MtpDocumentsProvider.java | 70 Root.COLUMN_TITLE, Root.COLUMN_DOCUMENT_ID,
|
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | BugreportStorageProvider.java | 40 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE, 64 row.add(Root.COLUMN_TITLE, getContext().getString(R.string.bugreport_storage_title)); in queryRoots()
|
/frameworks/base/core/java/android/app/ |
D | DownloadManager.java | 76 public final static String COLUMN_TITLE = Downloads.Impl.COLUMN_TITLE; field in DownloadManager 337 Downloads.Impl.COLUMN_TITLE, 791 putIfNonNull(values, Downloads.Impl.COLUMN_TITLE, mTitle); in toContentValues() 934 selectionParts.add(Downloads.Impl.COLUMN_TITLE + " LIKE ?"); in runQuery() 1247 oldDisplayName = cursor.getString(cursor.getColumnIndexOrThrow(COLUMN_TITLE)); 1288 values.put(Downloads.Impl.COLUMN_TITLE, displayName);
|
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/ |
D | MtpDatabaseTest.java | 120 Root.COLUMN_TITLE, in testPutSingleStorageDocuments() 134 assertEquals("Device Storage", getString(cursor, Root.COLUMN_TITLE)); in testPutSingleStorageDocuments() 742 Root.COLUMN_TITLE, in testReplaceExistingRoots() 749 assertEquals("Device Storage B", getString(cursor, Root.COLUMN_TITLE)); in testReplaceExistingRoots() 812 final Cursor cursor = mDatabase.queryRoots(resources, strings(Root.COLUMN_TITLE)); in testQueryRoots() 827 final Cursor cursor = mDatabase.queryRoots(resources, strings(Root.COLUMN_TITLE)); in testQueryRoots() 843 final Cursor cursor = mDatabase.queryRoots(resources, strings(Root.COLUMN_TITLE)); in testQueryRoots() 960 DocumentsContract.Root.COLUMN_TITLE, in testGetClosedDevice()
|
D | MtpDocumentsProviderTest.java | 150 DocumentsContract.Root.COLUMN_TITLE, in testOpenDeviceOnDemand()
|
/frameworks/support/tv-provider/src/android/support/media/tv/ |
D | BaseProgram.java | 80 return mValues.getAsString(Programs.COLUMN_TITLE); in getTitle() 324 if ((index = cursor.getColumnIndex(ProgramColumns.COLUMN_TITLE)) >= 0 in setFieldsFromCursor() 448 ProgramColumns.COLUMN_TITLE, in getProjection() 552 mValues.put(Programs.COLUMN_TITLE, title); in setTitle()
|
D | TvContractCompat.java | 643 String COLUMN_TITLE = "title"; field
|
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/ |
D | TestDocumentsProvider.java | 84 Root.COLUMN_TITLE, Root.COLUMN_SUMMARY, Root.COLUMN_DOCUMENT_ID, 136 row.add(Root.COLUMN_TITLE, "_Test title which is really long"); in queryRoots()
|
D | ExternalStorageProvider.java | 73 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE, 395 row.add(Root.COLUMN_TITLE, root.title); in queryRoots()
|
/frameworks/base/media/java/android/media/tv/ |
D | TvContract.java | 813 String COLUMN_TITLE = "title"; field 3083 public static final String COLUMN_TITLE = "title"; field in TvContract.WatchedPrograms
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | DownloadManagerFunctionalTest.java | 355 verifyString(cursor, DownloadManager.COLUMN_TITLE, title); in testSetTitle()
|
/frameworks/support/tv-provider/tests/src/android/support/media/tv/ |
D | WatchNextProgramTest.java | 207 WatchNextPrograms.COLUMN_TITLE, in testWatchNextProgramWithPartialData()
|
D | PreviewProgramTest.java | 225 PreviewPrograms.COLUMN_TITLE, in testPreviewProgramWithPartialData()
|
/frameworks/support/api/ |
D | 26.0.0-beta1.txt | 1571 field public static final java.lang.String COLUMN_TITLE = "title"; 1632 field public static final java.lang.String COLUMN_TITLE = "title"; 1696 field public static final java.lang.String COLUMN_TITLE = "title"; 1757 field public static final java.lang.String COLUMN_TITLE = "title";
|
D | 26.0.0-SNAPSHOT.txt | 1580 field public static final java.lang.String COLUMN_TITLE = "title"; 1641 field public static final java.lang.String COLUMN_TITLE = "title"; 1705 field public static final java.lang.String COLUMN_TITLE = "title"; 1765 field public static final java.lang.String COLUMN_TITLE = "title";
|
D | 26.0.0-beta2.txt | 1580 field public static final java.lang.String COLUMN_TITLE = "title"; 1641 field public static final java.lang.String COLUMN_TITLE = "title"; 1705 field public static final java.lang.String COLUMN_TITLE = "title"; 1765 field public static final java.lang.String COLUMN_TITLE = "title";
|
D | 26.0.0-alpha1.txt | 1426 field public static final java.lang.String COLUMN_TITLE = "title"; 1513 field public static final java.lang.String COLUMN_TITLE = "title";
|
/frameworks/base/api/ |
D | system-current.txt | 4645 field public static final java.lang.String COLUMN_TITLE = "title"; 26605 field public static final java.lang.String COLUMN_TITLE = "title"; 26666 field public static final java.lang.String COLUMN_TITLE = "title"; 26730 field public static final java.lang.String COLUMN_TITLE = "title"; 26790 field public static final java.lang.String COLUMN_TITLE = "title"; 26835 field public static final java.lang.String COLUMN_TITLE = "title"; 37161 field public static final java.lang.String COLUMN_TITLE = "title"; 37685 field public static final java.lang.String COLUMN_TITLE = "title";
|
D | current.txt | 4483 field public static final java.lang.String COLUMN_TITLE = "title"; 24602 field public static final java.lang.String COLUMN_TITLE = "title"; 24663 field public static final java.lang.String COLUMN_TITLE = "title"; 24727 field public static final java.lang.String COLUMN_TITLE = "title"; 24787 field public static final java.lang.String COLUMN_TITLE = "title"; 34217 field public static final java.lang.String COLUMN_TITLE = "title";
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 4058 field public static final java.lang.String COLUMN_TITLE = "title"; 16585 field public static final java.lang.String COLUMN_TITLE = "title"; 24807 field public static final java.lang.String COLUMN_TITLE = "title";
|