OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:statementsmap
(Results
1 - 15
of
15
) sorted by null
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowSQLiteConnectionTest.java
124
final Map<Long, SQLiteStatement>
statementsMap
= ReflectionHelpers.getField(CONNECTIONS, "
statementsMap
");
126
assertThat(
statementsMap
).as("statements before").isNotEmpty();
129
assertThat(
statementsMap
).as("statements after").isEmpty();
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowSQLiteConnection.java
356
private final Map<Long, SQLiteStatement>
statementsMap
= new HashMap<>();
377
final SQLiteStatement statement =
statementsMap
.get(statementPtr);
379
throw new IllegalArgumentException("Invalid prepared statement pointer: " + statementPtr + ". Current pointers: " +
statementsMap
.keySet());
424
statementsMap
.put(statementPtr, statement);
453
statementsMap
.clear();
485
statementsMap
.remove(statementPtr);
501
final SQLiteStatement statement =
statementsMap
.get(pointerCounter.get());
/external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar
shadows-core-3.1-SNAPSHOT-17.jar
shadows-core-3.1-SNAPSHOT-18.jar
shadows-core-3.1-SNAPSHOT-19.jar
shadows-core-3.1-SNAPSHOT-21.jar
shadows-core-3.1-SNAPSHOT-22.jar
/prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v16-3.1.1.jar
shadows-core-v17-3.1.1.jar
shadows-core-v18-3.1.1.jar
shadows-core-v19-3.1.1.jar
shadows-core-v21-3.1.1.jar
shadows-core-v22-3.1.1.jar
shadows-core-v23-3.1.1.jar
Completed in 788 milliseconds