/frameworks/base/packages/SystemUI/src/com/android/keyguard/clock/ |
D | ClockOptionsProvider.java | 60 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/ |
D | SearchIndexablesContract.java | 128 RawData.COLUMN_TITLE, // 1 266 public static final String COLUMN_TITLE = "title"; field in SearchIndexablesContract.RawData
|
D | Downloads.java | 329 public static final String COLUMN_TITLE = "title"; field in Downloads.Impl
|
D | DocumentsContract.java | 594 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 | 189 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()
|
D | MtpDocumentsProvider.java | 74 Root.COLUMN_TITLE, Root.COLUMN_DOCUMENT_ID,
|
/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, 66 row.add(Root.COLUMN_TITLE, getContext().getString(R.string.bugreport_storage_title)); in queryRoots()
|
/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() 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()
|
D | MtpDocumentsProviderTest.java | 150 DocumentsContract.Root.COLUMN_TITLE, in testOpenDeviceOnDemand()
|
/frameworks/base/core/java/android/app/ |
D | DownloadManager.java | 81 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/ |
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, 445 row.add(Root.COLUMN_TITLE, root.title); in queryRoots()
|
/frameworks/base/media/java/android/media/tv/ |
D | TvContract.java | 822 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/ |
D | DownloadManagerFunctionalTest.java | 357 verifyString(cursor, DownloadManager.COLUMN_TITLE, title); in testSetTitle()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ChooserActivity.java | 1170 int titleIndex = cursor.getColumnIndex(Downloads.Impl.COLUMN_TITLE);
|
/frameworks/base/api/ |
D | system-current.txt | 4093 field public static final String COLUMN_TITLE = "title"; 6709 field public static final String COLUMN_TITLE = "title";
|
D | current.txt | 4645 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/ |
D | system-current.txt | 4093 field public static final String COLUMN_TITLE = "title"; 6607 field public static final String COLUMN_TITLE = "title";
|
D | current.txt | 4645 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/ |
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";
|