Home
last modified time | relevance | path

Searched refs:selection (Results 1 – 25 of 28) sorted by relevance

12

/device/google/atv/FrameworkPackageStubs/src/com/android/browser/provider/
DBrowserProvider2.java519 Object[] getSelectionWithAccounts(Uri uri, String selection, String[] selectionArgs) { in getSelectionWithAccounts() argument
526 selection = DatabaseUtils.concatenateWhere(selection, in getSelectionWithAccounts()
532 selection = DatabaseUtils.concatenateWhere(selection, in getSelectionWithAccounts()
537 return new Object[] { selection, selectionArgs, hasAccounts }; in getSelectionWithAccounts()
541 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query() argument
554 selection = DatabaseUtils.concatenateWhere(selection, in query()
568 selection = DatabaseUtils.concatenateWhere( in query()
569 Bookmarks.IS_DELETED + "=0", selection); in query()
574 selection = DatabaseUtils.concatenateWhere(selection, in query()
580 selection = DatabaseUtils.concatenateWhere(selection, in query()
[all …]
DSQLiteContentProvider.java75 public abstract int updateInTransaction(Uri uri, ContentValues values, String selection, in updateInTransaction() argument
81 public abstract int deleteInTransaction(Uri uri, String selection, String[] selectionArgs, in deleteInTransaction() argument
149 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() argument
157 count = updateInTransaction(uri, values, selection, selectionArgs, in update()
166 count = updateInTransaction(uri, values, selection, selectionArgs, callerIsSyncAdapter); in update()
173 public int delete(Uri uri, String selection, String[] selectionArgs) { in delete() argument
181 count = deleteInTransaction(uri, selection, selectionArgs, callerIsSyncAdapter); in delete()
189 count = deleteInTransaction(uri, selection, selectionArgs, callerIsSyncAdapter); in delete()
/device/amlogic/yukawa/services/micmuteprovider/src/com/google/android/tv/hotword/
DHotwordMicToggleProvider.java62 public Cursor query(@NonNull Uri uri, String[] projection, String selection, in query() argument
90 public int delete(@NonNull Uri uri, String selection, String[] selectionArgs) { in delete() argument
97 @NonNull Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() argument
/device/google/coral/
DWCNSS_qcom_cfg.ini329 # This ini is used to increase/decrease HE caps weightage in best candidate selection.
335 # This ini is used to increase/decrease PCL weightage in best candidate selection.
351 # Set channel selection logic for different concurrency combinations to DBS or inter band MCC.
450 #Enable/Disable chain selection optimization for one chain dtim
/device/google/sunfish/
DWCNSS_qcom_cfg.ini329 # This ini is used to increase/decrease HE caps weightage in best candidate selection.
335 # This ini is used to increase/decrease PCL weightage in best candidate selection.
351 # Set channel selection logic for different concurrency combinations to DBS or inter band MCC.
450 #Enable/Disable chain selection optimization for one chain dtim
/device/google/redbull/
DWCNSS_qcom_cfg.ini342 # This ini is used to increase/decrease HE caps weightage in best candidate selection.
348 # This ini is used to increase/decrease PCL weightage in best candidate selection.
364 # Set channel selection logic for different concurrency combinations to DBS or inter band MCC.
466 #Enable/Disable chain selection optimization for one chain dtim
/device/google/zuma-sepolicy/vendor/
Dhal_power_stats_default.te15 # Rail selection requires read/write permissions
/device/google/gs201-sepolicy/whitechapel_pro/
Dhal_power_stats_default.te17 # Rail selection requires read/write permissions
/device/google/zumapro-sepolicy/vendor/
Dhal_power_stats_default.te16 # Rail selection requires read/write permissions
/device/google/sunfish-sepolicy/vendor/qcom/common/
Dhal_bootctl.te17 # A/B slot selection for the XBL partition. Allow also to issue a
/device/google/coral-sepolicy/vendor/qcom/common/
Dhal_bootctl.te16 # A/B slot selection for the XBL partition. Allow also to issue a
/device/google/redbull-sepolicy/vendor/qcom/common/
Dhal_bootctl.te16 # A/B slot selection for the XBL partition. Allow also to issue a
/device/google/tangorpro/bluetooth/
Dsyna_default.mk81 persist.bluetooth.firmware.selection="BTFW.hcd"
/device/google/pantah/
Ddevice-ravenclaw.mk108 persist.bluetooth.firmware.selection=BCM.hcd
Ddevice-cloudripper.mk105 persist.bluetooth.firmware.selection=BCM.hcd
Ddevice-panther.mk206 persist.bluetooth.firmware.selection=BCM.hcd
Ddevice-cheetah.mk182 persist.bluetooth.firmware.selection=BCM.hcd
/device/google/cuttlefish/tools/gigabyte-ampere-cuttlefish-installer/preseed/
Dpreseed.cfg7 # Keyboard selection.
/device/google/bluejay/
Ddevice-bluejay.mk175 persist.bluetooth.firmware.selection=BCM.hcd \
/device/google/raviole/
Ddevice-oriole.mk86 persist.bluetooth.firmware.selection=BCM.hcd
Ddevice-raven.mk97 persist.bluetooth.firmware.selection=BCM.hcd
/device/google/cuttlefish/shared/
Ddevice.mk98 PRODUCT_VENDOR_PROPERTIES += media.c2.hal.selection=aidl
/device/google/gs201/
Ddevice.mk776 PRODUCT_PROPERTY_OVERRIDES += media.c2.hal.selection=aidl
/device/google/zuma/
Ddevice.mk826 PRODUCT_PROPERTY_OVERRIDES += media.c2.hal.selection=aidl
/device/google/zumapro/
Ddevice.mk880 PRODUCT_PROPERTY_OVERRIDES += media.c2.hal.selection=aidl

12