Home
last modified time | relevance | path

Searched refs:ipc (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/javax/sql/
DOldConnectionEventTest.java31 Impl_PooledConnection ipc = new Impl_PooledConnection(); in testConstructorConnection() local
32 ConnectionEvent ce = new ConnectionEvent(ipc); in testConstructorConnection()
33 ConnectionEvent ce2 = new ConnectionEvent(ipc,null); in testConstructorConnection()
38 Impl_PooledConnection ipc = new Impl_PooledConnection(); in testGetSQLException() local
39 ConnectionEvent ce = new ConnectionEvent(ipc); in testGetSQLException()
41 ConnectionEvent ce2 = new ConnectionEvent(ipc, null); in testGetSQLException()
46 ConnectionEvent ce3 = new ConnectionEvent(ipc, e); in testGetSQLException()