Home
last modified time | relevance | path

Searched refs:FLAG_AUTO_REQUERY (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/core/java/android/widget/
H A DCursorAdapter.java110 public static final int FLAG_AUTO_REQUERY = 0x01; field in CursorAdapter
135 init(context, c, FLAG_AUTO_REQUERY); in CursorAdapter()
151 init(context, c, autoRequery ? FLAG_AUTO_REQUERY : FLAG_REGISTER_CONTENT_OBSERVER); in CursorAdapter()
173 init(context, c, autoRequery ? FLAG_AUTO_REQUERY : FLAG_REGISTER_CONTENT_OBSERVER); in init()
177 if ((flags & FLAG_AUTO_REQUERY) == FLAG_AUTO_REQUERY) { in init()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DCursorRecyclerAdapter.java88 public static final int FLAG_AUTO_REQUERY = 0x01; field in CursorRecyclerAdapter
114 if ((flags & FLAG_AUTO_REQUERY) == FLAG_AUTO_REQUERY) { in init()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt54542 field @Deprecated public static final int FLAG_AUTO_REQUERY = 1; // 0x1
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt37188 field public static final deprecated int FLAG_AUTO_REQUERY = 1; // 0x1