Home
last modified time | relevance | path

Searched defs:queryInternal (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
H A DGoogleSource.java32 SourceResult queryInternal(String query); in queryInternal() method
H A DAbstractGoogleSource.java58 public abstract SourceResult queryInternal(String query); in queryInternal() method in AbstractGoogleSource
H A DGoogleSuggestClient.java83 public SourceResult queryInternal(String query) { in queryInternal() method in GoogleSuggestClient
/aosp12/packages/modules/DnsResolver/
H A DDnsTlsDispatcher.cpp234 DnsTlsTransport::Result DnsTlsDispatcher::queryInternal(Transport& xport, in queryInternal() function in android::net::DnsTlsDispatcher
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DCallLogProvider.java388 private Cursor queryInternal(Uri uri, String[] projection, String selection, in queryInternal() method in CallLogProvider
H A DContactsProvider2.java5404 private Cursor queryInternal(Uri uri, String[] projection, String selection, in queryInternal() method in ContactsProvider2
/aosp12/frameworks/native/libs/gui/
H A DSurface.cpp515 int Surface::queryInternal(const ANativeWindow* window, int what, int* value) { in queryInternal() function in android::Surface
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaProvider.java2700 private Cursor queryInternal(Uri uri, String[] projection, Bundle queryArgs, in queryInternal() method in MediaProvider
/aosp12/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarProvider2.java983 private Cursor queryInternal(Uri uri, String[] projection, String selection, in queryInternal() method in CalendarProvider2