Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/clock/
DClockOptionsProvider.java60 private static final String COLUMN_TITLE = "title"; field in ClockOptionsProvider
101 COLUMN_NAME, COLUMN_TITLE, COLUMN_ID, COLUMN_THUMBNAIL, COLUMN_PREVIEW}); in query()
107 .add(COLUMN_TITLE, clock.getTitle()) in query()
/frameworks/base/core/java/android/provider/
DSearchIndexablesContract.java128 RawData.COLUMN_TITLE, // 1
266 public static final String COLUMN_TITLE = "title"; field in SearchIndexablesContract.RawData
DDownloads.java329 public static final String COLUMN_TITLE = "title"; field in Downloads.Impl
DDocumentsContract.java594 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.java189 if (storageCursor.getCount() == 1 && values.containsKey(Root.COLUMN_TITLE)) { in queryRoots()
193 Root.COLUMN_TITLE, in queryRoots()
196 values.getAsString(Root.COLUMN_TITLE), in queryRoots()
198 storageCursor.getColumnIndex(Root.COLUMN_TITLE)))); in queryRoots()
DMtpDocumentsProvider.java74 Root.COLUMN_TITLE, Root.COLUMN_DOCUMENT_ID,
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportStorageProvider.java41 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE,
66 row.add(Root.COLUMN_TITLE, getContext().getString(R.string.bugreport_storage_title)); in queryRoots()
/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()
743 Root.COLUMN_TITLE, in testReplaceExistingRoots()
750 assertEquals("Device Storage B", getString(cursor, Root.COLUMN_TITLE)); in testReplaceExistingRoots()
813 final Cursor cursor = mDatabase.queryRoots(resources, strings(Root.COLUMN_TITLE)); in testQueryRoots()
828 final Cursor cursor = mDatabase.queryRoots(resources, strings(Root.COLUMN_TITLE)); in testQueryRoots()
844 final Cursor cursor = mDatabase.queryRoots(resources, strings(Root.COLUMN_TITLE)); in testQueryRoots()
961 DocumentsContract.Root.COLUMN_TITLE, in testGetClosedDevice()
DMtpDocumentsProviderTest.java150 DocumentsContract.Root.COLUMN_TITLE, in testOpenDeviceOnDemand()
/frameworks/base/core/java/android/app/
DDownloadManager.java81 public final static String COLUMN_TITLE = Downloads.Impl.COLUMN_TITLE; field in DownloadManager
353 DownloadManager.COLUMN_TITLE,
827 putIfNonNull(values, Downloads.Impl.COLUMN_TITLE, mTitle); in toContentValues()
972 selectionParts.add(Downloads.Impl.COLUMN_TITLE + " LIKE ?"); in runQuery()
1321 values.put(Downloads.Impl.COLUMN_TITLE, displayName);
/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,
445 row.add(Root.COLUMN_TITLE, root.title); in queryRoots()
/frameworks/base/media/java/android/media/tv/
DTvContract.java822 String COLUMN_TITLE = "title"; field
3186 public static final String COLUMN_TITLE = "title"; field in TvContract.WatchedPrograms
/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerFunctionalTest.java357 verifyString(cursor, DownloadManager.COLUMN_TITLE, title); in testSetTitle()
/frameworks/base/core/java/com/android/internal/app/
DChooserActivity.java1170 int titleIndex = cursor.getColumnIndex(Downloads.Impl.COLUMN_TITLE);
/frameworks/base/api/
Dsystem-current.txt4093 field public static final String COLUMN_TITLE = "title";
6709 field public static final String COLUMN_TITLE = "title";
Dcurrent.txt4645 field public static final String COLUMN_TITLE = "title";
27952 field public static final String COLUMN_TITLE = "title";
28017 field public static final String COLUMN_TITLE = "title";
28083 field public static final String COLUMN_TITLE = "title";
28145 field public static final String COLUMN_TITLE = "title";
38570 field public static final String COLUMN_TITLE = "title";
/frameworks/base/non-updatable-api/
Dsystem-current.txt4093 field public static final String COLUMN_TITLE = "title";
6607 field public static final String COLUMN_TITLE = "title";
Dcurrent.txt4645 field public static final String COLUMN_TITLE = "title";
27822 field public static final String COLUMN_TITLE = "title";
27887 field public static final String COLUMN_TITLE = "title";
27953 field public static final String COLUMN_TITLE = "title";
28015 field public static final String COLUMN_TITLE = "title";
38426 field public static final String COLUMN_TITLE = "title";
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4058 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";