Searched refs:execPerConnectionSQL (Results 1 – 1 of 1) sorted by relevance
653 public void execPerConnectionSQL(@NonNull String sql, Object @Nullable [] bindArgs) { in execPerConnectionSQL() method in QueryTransactionTest.TransactionSupportSQLiteDatabase654 mDelegate.execPerConnectionSQL(sql, bindArgs); in execPerConnectionSQL()