Home
last modified time | relevance | path

Searched refs:QueryHandler (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/dialpadview/
DSpecialCharSequenceMgr.java103 private static QueryHandler previousAdnQueryHandler;
205 final QueryHandler handler = new QueryHandler(context.getContentResolver()); in handleAdnEntry()
255 private static void handleAdnQuery(QueryHandler handler, SimContactQueryCookie cookie, Uri uri) { in handleAdnQuery()
493 private final QueryHandler queryHandler;
497 Context context, QueryHandler queryHandler, SimContactQueryCookie cookie) { in HandleAdnEntryAccountSelectedCallback()
543 private QueryHandler handler;
548 public SimContactQueryCookie(int number, QueryHandler handler, int token) { in SimContactQueryCookie()
589 private static class QueryHandler extends NoNullCursorAsyncQueryHandler { class in SpecialCharSequenceMgr
593 public QueryHandler(ContentResolver cr) { in QueryHandler() method in SpecialCharSequenceMgr.QueryHandler
/packages/services/Telephony/src/com/android/phone/
DADNList.java72 protected QueryHandler mQueryHandler;
86 mQueryHandler = new QueryHandler(getContentResolver()); in onCreate()
202 private class QueryHandler extends AsyncQueryHandler { class in ADNList
203 public QueryHandler(ContentResolver cr) { in QueryHandler() method in ADNList.QueryHandler
/packages/services/Telephony/src/com/android/phone/settings/fdn/
DBaseFdnContactScreen.java62 protected BaseFdnContactScreen.QueryHandler mQueryHandler;
161 protected class QueryHandler extends AsyncQueryHandler { class in BaseFdnContactScreen
162 protected QueryHandler(ContentResolver cr) { in QueryHandler() method in BaseFdnContactScreen.QueryHandler
DEditFdnContactScreen.java309 mQueryHandler = new QueryHandler(getContentResolver()); in addContact()
334 mQueryHandler = new QueryHandler(getContentResolver()); in updateContact()
DDeleteFdnContactScreen.java85 mQueryHandler = new QueryHandler(getContentResolver()); in deleteContact()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothSap.java361 BluetoothCache(String api, IpcDataCache.QueryHandler query) { in BluetoothCache()
384 .QueryHandler<Pair<IBluetoothSap, Pair<AttributionSource, BluetoothDevice>>, Integer>
385 sBluetoothConnectionQuery = new IpcDataCache.QueryHandler<>() {
DBluetoothMap.java364 BluetoothCache(String api, IpcDataCache.QueryHandler query) { in BluetoothCache()
387 .QueryHandler<Pair<IBluetoothMap, Pair<AttributionSource, BluetoothDevice>>, Integer>
388 sBluetoothConnectionQuery = new IpcDataCache.QueryHandler<>() {
DBluetoothAdapter.java1363 BluetoothCache(String api, IpcDataCache.QueryHandler query) { in BluetoothCache()
1375 private static final IpcDataCache.QueryHandler<IBluetooth, Integer> sBluetoothGetStateQuery =
1376 new IpcDataCache.QueryHandler<>() {
2399 private static final IpcDataCache.QueryHandler<IBluetooth, Boolean> sBluetoothFilteringQuery =
2400 new IpcDataCache.QueryHandler<>() {
2994 private static final IpcDataCache.QueryHandler<IBluetooth, Integer>
2995 sBluetoothGetAdapterConnectionStateQuery = new IpcDataCache.QueryHandler<>() {
3062 .QueryHandler<Pair<IBluetooth, Pair<AttributionSource, Integer>>, Integer>
3063 sBluetoothProfileQuery = new IpcDataCache.QueryHandler<>() {
DBluetoothDevice.java1999 BluetoothCache(String api, IpcDataCache.QueryHandler query) { in BluetoothCache()
2012 .QueryHandler<Pair<IBluetooth, Pair<AttributionSource, BluetoothDevice>>, Integer>
2013 sBluetoothBondQuery = new IpcDataCache.QueryHandler<>() {
/packages/apps/Calendar/src/com/android/calendar/
DAllInOneActivity.kt113 private var mHandler: QueryHandler? = null
145 private inner class QueryHandler(cr: ContentResolver?) : AsyncQueryHandler(cr) { class in com.android.calendar.AllInOneActivity
242 mHandler = QueryHandler(this.getContentResolver()) in onCreate()