HomeSort by relevance Sort by last modified time
    Searched refs:bindDouble (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteProgramTest.java 66 statement.bindDouble(1, 589.0);
72 statement.bindDouble(1, 589.0); // Wrong binding
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowSQLiteConnection.java 223 CONNECTIONS.bindDouble(connectionPtr, statementPtr, index, value);
617 void bindDouble(final long connectionPtr, final long statementPtr, final int index, final double value) {

Completed in 50 milliseconds