/frameworks/base/core/java/android/provider/ |
D | SearchIndexablesContract.java | 96 RawData.COLUMN_TITLE, // 1 178 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 | 362 public static final String COLUMN_TITLE = "title"; field in DocumentsContract.Root
|
/frameworks/base/core/java/android/app/ |
D | DownloadManager.java | 72 public final static String COLUMN_TITLE = Downloads.Impl.COLUMN_TITLE; field in DownloadManager 319 Downloads.Impl.COLUMN_TITLE, 731 putIfNonNull(values, Downloads.Impl.COLUMN_TITLE, mTitle); in toContentValues()
|
/frameworks/base/media/java/android/media/tv/ |
D | TvContract.java | 824 public static final String COLUMN_TITLE = "title"; field in TvContract.Programs 1195 public static final String COLUMN_TITLE = "title"; field in TvContract.WatchedPrograms
|
/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 | 69 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE, 295 row.add(Root.COLUMN_TITLE, root.title); in queryRoots()
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/ |
D | RootInfo.java | 148 root.title = getCursorString(cursor, Root.COLUMN_TITLE); in fromRootsCursor()
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | DownloadManagerFunctionalTest.java | 344 verifyString(cursor, DownloadManager.COLUMN_TITLE, title); in testSetTitle()
|
/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));
|
/frameworks/base/api/ |
D | system-current.txt | 4148 field public static final java.lang.String COLUMN_TITLE = "title"; 17687 field public static final java.lang.String COLUMN_TITLE = "title"; 17726 field public static final java.lang.String COLUMN_TITLE = "title"; 26397 field public static final java.lang.String COLUMN_TITLE = "title";
|
D | current.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";
|