Home
last modified time | relevance | path

Searched refs:simpleQueryWithSelection (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/Messenger/src/com/android/car/messenger/impl/datamodels/util/
DCursorUtils.java117 public static Cursor simpleQueryWithSelection( in simpleQueryWithSelection() method in CursorUtils
DMmsUtils.java93 Cursor cursor = CursorUtils.simpleQueryWithSelection(context, Uri.parse(uriStr), selection); in getOriginator()