Searched refs:runQuery (Results 1 – 2 of 2) sorted by relevance
38 this.runQuery(config.query).then(result => {56 private async runQuery(sqlQuery: string) { method in QueryController
537 Cursor runQuery(ContentResolver resolver, String[] projection, Uri baseUri) { in runQuery() method in EABContactManager.Query654 Cursor underlyingCursor = query.runQuery(mResolver, CONTACT_COLUMNS, mBaseUri); in query()