HomeSort by relevance Sort by last modified time
    Searched full:stmt0id (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/tests/coretests/src/android/database/sqlite/
SQLiteDatabaseTest.java 503 int stmt0Id = 0;
510 stmt0Id = c.getSqlStatementId();
515 // add one more to the cache - and the above 'stmt0Id' should fall out of cache
523 assertTrue(statementIds.contains(stmt0Id));
528 assertFalse(statementIds.contains(stmt0Id));
551 stmt0Id = c.getSqlStatementId();
563 // add one more to the cache - and the above 'stmt0Id' should fall out of cache
577 // close() in the above thread should have queuedUp the stmt0Id for finalization
597 private volatile int stmt0Id = 0;
599 return this.stmt0Id;
    [all...]

Completed in 38 milliseconds