Searched defs:queryInternal (Results 1 – 9 of 9) sorted by relevance
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/ |
H A D | GoogleSource.java | 32 SourceResult queryInternal(String query); in queryInternal() method
|
H A D | AbstractGoogleSource.java | 58 public abstract SourceResult queryInternal(String query); in queryInternal() method in AbstractGoogleSource
|
H A D | GoogleSuggestClient.java | 83 public SourceResult queryInternal(String query) { in queryInternal() method in GoogleSuggestClient
|
/aosp12/packages/modules/DnsResolver/ |
H A D | DnsTlsDispatcher.cpp | 234 DnsTlsTransport::Result DnsTlsDispatcher::queryInternal(Transport& xport, in queryInternal() function in android::net::DnsTlsDispatcher
|
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
H A D | CallLogProvider.java | 388 private Cursor queryInternal(Uri uri, String[] projection, String selection, in queryInternal() method in CallLogProvider
|
H A D | ContactsProvider2.java | 5404 private Cursor queryInternal(Uri uri, String[] projection, String selection, in queryInternal() method in ContactsProvider2
|
/aosp12/frameworks/native/libs/gui/ |
H A D | Surface.cpp | 515 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 D | MediaProvider.java | 2700 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 D | CalendarProvider2.java | 983 private Cursor queryInternal(Uri uri, String[] projection, String selection, in queryInternal() method in CalendarProvider2
|