Home
last modified time | relevance | path

Searched refs:EXPLAIN_QUERY_PLAN_REGEXP (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DBugleGservicesKeys.java219 public static final String EXPLAIN_QUERY_PLAN_REGEXP = "bugle_query_plan_regexp"; field in BugleGservicesKeys
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DDatabaseWrapper.java85 BugleGservicesKeys.EXPLAIN_QUERY_PLAN_REGEXP, null); in DatabaseWrapper()