/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/ |
D | AbstractGoogleSource.kt | 44 @Override abstract override fun queryInternal(query: String?): SourceResult? in refreshShortcut() method 80 return emptyIfNull(queryInternal(query), query) in getSuggestions()
|
D | GoogleSource.kt | 27 fun queryInternal(query: String?): SourceResult? method
|
D | GoogleSuggestClient.kt | 60 override fun queryInternal(query: String?): SourceResult? { in queryInternal() method
|
/packages/modules/DnsResolver/ |
D | DnsTlsDispatcher.cpp | 195 const auto& result = queryInternal(*xport, query); in query() 249 DnsTlsTransport::Result DnsTlsDispatcher::queryInternal(Transport& xport, in queryInternal() function in android::net::DnsTlsDispatcher
|
D | DnsTlsDispatcher.h | 160 DnsTlsTransport::Result queryInternal(Transport& transport, const netdutils::Slice query)
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | PickerUriResolver.java | 219 return queryInternal(uri, projection); in query() 228 private Cursor queryInternal(Uri uri, String[] projection) { in queryInternal() method in PickerUriResolver 253 try (Cursor cursor = queryInternal(uri, new String[]{MediaStore.MediaColumns.MIME_TYPE})) { in getType()
|
D | MediaProvider.java | 3716 return queryInternal(uri, projection, queryArgs, signal, forSelf); in query() 3724 private Cursor queryInternal(Uri uri, String[] projection, Bundle queryArgs, in queryInternal() method
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | CallLogProvider.java | 463 return queryInternal(uri, projection, selection, selectionArgs, sortOrder); in query() 469 private Cursor queryInternal(Uri uri, String[] projection, String selection, in queryInternal() method in CallLogProvider
|
D | ContactsProvider2.java | 3467 Cursor c = queryInternal(dataUri, DataRowHandler.DataDeleteQuery.COLUMNS, in deleteData() 3495 Cursor c = queryInternal(Data.CONTENT_URI, DataRowHandler.DataDeleteQuery.COLUMNS, in deleteData() 5679 cursor = queryInternal(uri, projection, selection, selectionArgs, sortOrder, in query() 5691 private Cursor queryInternal(Uri uri, String[] projection, String selection, in queryInternal() method in ContactsProvider2
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarProvider2.java | 878 return queryInternal(uri, projection, selection, selectionArgs, sortOrder, callingUid); in query() 982 private Cursor queryInternal(Uri uri, String[] projection, String selection, in queryInternal() method in CalendarProvider2
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | TelephonyProvider.java | 4298 return queryInternal(url, projectionIn, selection, selectionArgs, sort); in query() 4308 private Cursor queryInternal(Uri url, String[] projectionIn, String selection, in queryInternal() method in TelephonyProvider
|