Searched refs:CursorTreeAdapter (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | CursorTreeAdapter.java | 38 public abstract class CursorTreeAdapter extends BaseExpandableListAdapter implements Filterable, class 63 public CursorTreeAdapter(Cursor cursor, Context context) { in CursorTreeAdapter() method in CursorTreeAdapter 76 public CursorTreeAdapter(Cursor cursor, Context context, boolean autoRequery) { in CursorTreeAdapter() method in CursorTreeAdapter
|
H A D | ResourceCursorTreeAdapter.java | 29 public abstract class ResourceCursorTreeAdapter extends CursorTreeAdapter {
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 69891 Landroid/widget/CursorTreeAdapter$MyCursorHelper;->deactivate()V 69892 Landroid/widget/CursorTreeAdapter$MyCursorHelper;->getCount()I 69894 Landroid/widget/CursorTreeAdapter$MyCursorHelper;->getId(I)J 69895 Landroid/widget/CursorTreeAdapter$MyCursorHelper;->isValid()Z 69896 Landroid/widget/CursorTreeAdapter$MyCursorHelper;->mContentObserver:Landroid/widget/CursorTreeAdapt… 69898 Landroid/widget/CursorTreeAdapter$MyCursorHelper;->mDataSetObserver:Landroid/widget/CursorTreeAdapt… 69899 Landroid/widget/CursorTreeAdapter$MyCursorHelper;->mDataValid:Z 69903 Landroid/widget/CursorTreeAdapter;->getChildrenCursorHelper(IZ)Landroid/widget/CursorTreeAdapter$My… 69905 Landroid/widget/CursorTreeAdapter;->mAutoRequery:Z 69910 Landroid/widget/CursorTreeAdapter;->mGroupCursorHelper:Landroid/widget/CursorTreeAdapter$MyCursorHe… [all …]
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 54546 …public abstract class CursorTreeAdapter extends android.widget.BaseExpandableListAdapter implement… 54547 ctor public CursorTreeAdapter(android.database.Cursor, android.content.Context); 54548 ctor public CursorTreeAdapter(android.database.Cursor, android.content.Context, boolean); 55828 public abstract class ResourceCursorTreeAdapter extends android.widget.CursorTreeAdapter {
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 37192 …public abstract class CursorTreeAdapter extends android.widget.BaseExpandableListAdapter implement… 37193 ctor public CursorTreeAdapter(android.database.Cursor, android.content.Context); 37194 ctor public CursorTreeAdapter(android.database.Cursor, android.content.Context, boolean); 38288 public abstract class ResourceCursorTreeAdapter extends android.widget.CursorTreeAdapter {
|