Home
last modified time | relevance | path

Searched refs:COLUMN_TITLE (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/base/core/java/android/provider/
DSearchIndexablesContract.java98 RawData.COLUMN_TITLE, // 1
180 public static final String COLUMN_TITLE = "title"; field in SearchIndexablesContract.RawData
DDownloads.java312 public static final String COLUMN_TITLE = "title"; field in Downloads.Impl
DDocumentsContract.java449 public static final String COLUMN_TITLE = "title"; field in DocumentsContract.Root
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DMtpDatabaseConstants.java163 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
DMtpDatabase.java188 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()
DMtpDocumentsProvider.java67 Root.COLUMN_TITLE, Root.COLUMN_DOCUMENT_ID,
/frameworks/base/media/java/android/media/tv/
DTvContract.java1086 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/
DDownloadManager.java77 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/
DMtpDatabaseTest.java120 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()
DMtpDocumentsProviderTest.java148 DocumentsContract.Root.COLUMN_TITLE, in testOpenDeviceOnDemand()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportStorageProvider.java41 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/
DStressProvider.java71 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/
DTestDocumentsProvider.java84 Root.COLUMN_TITLE, Root.COLUMN_SUMMARY, Root.COLUMN_DOCUMENT_ID,
136 row.add(Root.COLUMN_TITLE, "_Test title which is really long"); in queryRoots()
DExternalStorageProvider.java78 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/
DRootInfo.java184 root.title = getCursorString(cursor, Root.COLUMN_TITLE); in fromRootsCursor()
/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerFunctionalTest.java355 verifyString(cursor, DownloadManager.COLUMN_TITLE, title); in testSetTitle()
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
DStubProvider.java79 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/
Ddocument-provider.jd688 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/
Ddocument-provider.jd688 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/
Ddocument-provider.jd688 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/
Ddocument-provider.jd688 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/
Ddocument-provider.jd688 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/
Dchannel.jd107 <li><strong>Program title</strong> ({@link android.media.tv.TvContract.Programs#COLUMN_TITLE})</li>
/frameworks/base/docs/html-intl/intl/in/guide/topics/providers/
Ddocument-provider.jd688 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/
Ddocument-provider.jd690 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));

12