HomeSort by relevance Sort by last modified time
    Searched defs:CONNECTIONS (Results 1 - 18 of 18) sorted by null

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowSQLiteConnection.java 55 private static final Connections CONNECTIONS = new Connections();
71 return castNativePtr(CONNECTIONS.open(path));
88 return CONNECTIONS.prepareStatement(connectionPtr, newSql);
101 CONNECTIONS.reset();
112 CONNECTIONS.close(connectionPtr);
122 CONNECTIONS.finalizeStmt(connectionPtr, statementPtr);
132 return CONNECTIONS.getParameterCount(connectionPtr, statementPtr);
142 return CONNECTIONS.isReadOnly(connectionPtr, statementPtr)
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowSQLiteConnectionTest.java 35 private ShadowSQLiteConnection.Connections CONNECTIONS;
114 final Map<Long, SQLiteConnection> connectionsMap = ReflectionHelpers.getField(CONNECTIONS, "connectionsMap");
116 assertThat(connectionsMap).as("connections before").isNotEmpty();
119 assertThat(connectionsMap).as("connections after").isEmpty();
124 final Map<Long, SQLiteStatement> statementsMap = ReflectionHelpers.getField(CONNECTIONS, "statementsMap");
174 CONNECTIONS = ReflectionHelpers.getStaticField(ShadowSQLiteConnection.class, "CONNECTIONS");
175 return CONNECTIONS.getConnection(ptr);
  /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 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
framework-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
shadows-framework-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
shadows-framework-3.6.1.jar 

Completed in 100 milliseconds