/aosp14/frameworks/base/core/java/android/provider/ |
H A D | SearchIndexablesContract.java | 142 RawData.COLUMN_TITLE, // 1 280 public static final String COLUMN_TITLE = "title"; field in SearchIndexablesContract.RawData
|
H A D | Downloads.java | 330 public static final String COLUMN_TITLE = "title"; field in Downloads.Impl
|
H A D | DocumentsContract.java | 634 public static final String COLUMN_TITLE = "title"; field in DocumentsContract.Root
|
/aosp14/frameworks/base/packages/Shell/src/com/android/shell/ |
H A 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()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | DownloadManager.java | 88 public final static String COLUMN_TITLE = Downloads.Impl.COLUMN_TITLE; field in DownloadManager 360 DownloadManager.COLUMN_TITLE, 834 putIfNonNull(values, Downloads.Impl.COLUMN_TITLE, mTitle); in toContentValues() 979 selectionParts.add(Downloads.Impl.COLUMN_TITLE + " LIKE ?"); in runQuery() 1359 values.put(Downloads.Impl.COLUMN_TITLE, displayName); in rename()
|
/aosp14/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/ |
H A 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()
|
H A 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()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/app/ |
H A D | DownloadManagerFunctionalTest.java | 357 verifyString(cursor, DownloadManager.COLUMN_TITLE, title); in testSetTitle()
|
/aosp14/frameworks/base/media/java/android/media/tv/ |
H A D | TvContract.java | 822 String COLUMN_TITLE = "title"; field 3332 public static final String COLUMN_TITLE = "title"; field in TvContract.WatchedPrograms
|
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | ChooserActivity.java | 1503 int titleIndex = cursor.getColumnIndex(Downloads.Impl.COLUMN_TITLE);
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | system-current.txt | 7588 field public static final String COLUMN_TITLE = "title"; 11564 field public static final String COLUMN_TITLE = "title";
|
H A D | current.txt | 5469 field public static final String COLUMN_TITLE = "title"; 27037 field public static final String COLUMN_TITLE = "title"; 27105 field public static final String COLUMN_TITLE = "title"; 27173 field public static final String COLUMN_TITLE = "title"; 27237 field public static final String COLUMN_TITLE = "title"; 36925 field public static final String COLUMN_TITLE = "title";
|