/frameworks/base/core/java/android/provider/ |
D | SearchIndexablesContract.java | 142 RawData.COLUMN_TITLE, // 1 280 public static final String COLUMN_TITLE = "title"; field in SearchIndexablesContract.RawData
|
D | Downloads.java | 330 public static final String COLUMN_TITLE = "title"; field in Downloads.Impl
|
D | DocumentsContract.java | 634 public static final String COLUMN_TITLE = "title"; field in DocumentsContract.Root
|
/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/core/java/android/app/ |
D | DownloadManager.java | 88 public final static String COLUMN_TITLE = Downloads.Impl.COLUMN_TITLE; field in DownloadManager 360 DownloadManager.COLUMN_TITLE, 835 putIfNonNull(values, Downloads.Impl.COLUMN_TITLE, mTitle); in toContentValues() 980 selectionParts.add(Downloads.Impl.COLUMN_TITLE + " LIKE ?"); in runQuery() 1365 values.put(Downloads.Impl.COLUMN_TITLE, displayName); in rename()
|
/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 | 100 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE, 556 row.add(Root.COLUMN_TITLE, root.title); in queryRoots()
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | DownloadManagerFunctionalTest.java | 357 verifyString(cursor, DownloadManager.COLUMN_TITLE, title); in testSetTitle()
|
/frameworks/base/media/java/android/media/tv/ |
D | TvContract.java | 824 String COLUMN_TITLE = "title"; field 3395 public static final String COLUMN_TITLE = "title"; field in TvContract.WatchedPrograms
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | system-current.txt | 7778 field public static final String COLUMN_TITLE = "title"; 11883 field public static final String COLUMN_TITLE = "title";
|
D | current.txt | 5659 field public static final String COLUMN_TITLE = "title"; 27348 field public static final String COLUMN_TITLE = "title"; 27416 field public static final String COLUMN_TITLE = "title"; 27484 field public static final String COLUMN_TITLE = "title"; 27548 field public static final String COLUMN_TITLE = "title"; 37079 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";
|