/frameworks/base/core/java/android/provider/ |
D | SearchIndexablesContract.java | 98 RawData.COLUMN_TITLE, // 1 180 public static final String COLUMN_TITLE = "title"; field in SearchIndexablesContract.RawData
|
D | Downloads.java | 312 public static final String COLUMN_TITLE = "title"; field in Downloads.Impl
|
D | DocumentsContract.java | 449 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 | 67 Root.COLUMN_TITLE, Root.COLUMN_DOCUMENT_ID,
|
/frameworks/base/media/java/android/media/tv/ |
D | TvContract.java | 1086 public static final String COLUMN_TITLE = "title"; field in TvContract.Programs 1649 public static final String COLUMN_TITLE = Programs.COLUMN_TITLE; field in TvContract.RecordedPrograms 2062 public static final String COLUMN_TITLE = "title"; field in TvContract.WatchedPrograms
|
/frameworks/base/core/java/android/app/ |
D | DownloadManager.java | 77 public final static String COLUMN_TITLE = Downloads.Impl.COLUMN_TITLE; field in DownloadManager 333 Downloads.Impl.COLUMN_TITLE, 787 putIfNonNull(values, Downloads.Impl.COLUMN_TITLE, mTitle); in toContentValues() 1220 oldDisplayName = cursor.getString(cursor.getColumnIndexOrThrow(COLUMN_TITLE)); 1261 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 | 148 DocumentsContract.Root.COLUMN_TITLE, in testOpenDeviceOnDemand()
|
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | BugreportStorageProvider.java | 41 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE, 67 row.add(Root.COLUMN_TITLE, getContext().getString(R.string.bugreport_storage_title)); in queryRoots()
|
/frameworks/base/packages/DocumentsUI/perf-tests/src/com/android/documentsui/ |
D | StressProvider.java | 71 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_TITLE, Root.COLUMN_DOCUMENT_ID, 182 row.add(Root.COLUMN_TITLE, root.id); in includeRoot()
|
/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 | 78 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE, 405 row.add(Root.COLUMN_TITLE, root.title); in queryRoots()
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/ |
D | RootInfo.java | 184 root.title = getCursorString(cursor, Root.COLUMN_TITLE); in fromRootsCursor()
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | DownloadManagerFunctionalTest.java | 355 verifyString(cursor, DownloadManager.COLUMN_TITLE, title); in testSetTitle()
|
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/ |
D | StubProvider.java | 79 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_TITLE, Root.COLUMN_DOCUMENT_ID, 157 row.add(Root.COLUMN_TITLE, id); in queryRoots()
|
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/providers/ |
D | document-provider.jd | 688 Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE, 762 // COLUMN_TITLE is the root title (e.g. Gallery, Drive). 763 row.add(Root.COLUMN_TITLE, getContext().getString(R.string.title));
|
/frameworks/base/docs/html-intl/intl/ru/guide/topics/providers/ |
D | document-provider.jd | 688 Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE, 762 // COLUMN_TITLE is the root title (e.g. Gallery, Drive). 763 row.add(Root.COLUMN_TITLE, getContext().getString(R.string.title));
|
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/providers/ |
D | document-provider.jd | 688 Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE, 762 // COLUMN_TITLE is the root title (e.g. Gallery, Drive). 763 row.add(Root.COLUMN_TITLE, getContext().getString(R.string.title));
|
/frameworks/base/docs/html-intl/intl/ja/guide/topics/providers/ |
D | document-provider.jd | 688 Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE, 762 // COLUMN_TITLE is the root title (e.g. Gallery, Drive). 763 row.add(Root.COLUMN_TITLE, getContext().getString(R.string.title));
|
/frameworks/base/docs/html-intl/intl/ko/guide/topics/providers/ |
D | document-provider.jd | 688 Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE, 762 // COLUMN_TITLE is the root title (e.g. Gallery, Drive). 763 row.add(Root.COLUMN_TITLE, getContext().getString(R.string.title));
|
/frameworks/base/docs/html/training/tv/tif/ |
D | channel.jd | 107 <li><strong>Program title</strong> ({@link android.media.tv.TvContract.Programs#COLUMN_TITLE})</li>
|
/frameworks/base/docs/html-intl/intl/in/guide/topics/providers/ |
D | document-provider.jd | 688 Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE, 762 // COLUMN_TITLE is the root title (e.g. Gallery, Drive). 763 row.add(Root.COLUMN_TITLE, getContext().getString(R.string.title));
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | document-provider.jd | 690 Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE, 764 // COLUMN_TITLE is the root title (e.g. Gallery, Drive). 765 row.add(Root.COLUMN_TITLE, getContext().getString(R.string.title));
|