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

  /frameworks/base/core/java/android/database/sqlite/
SQLiteSession.java 164 private final SQLiteConnectionPool mConnectionPool;
232 mConnectionPool = connectionPool;
530 if (!mConnectionPool.shouldYieldConnection(mConnection, mConnectionFlags)) {
    [all...]
  /packages/apps/Email/provider_src/com/android/email/mail/store/
ImapStore.java 93 private final ConcurrentLinkedQueue<ImapConnection> mConnectionPool =
159 return mConnectionPool;
556 while ((connection = mConnectionPool.poll()) != null) {
582 mConnectionPool.add(connection);
691 while ((connection = mConnectionPool.poll()) != null) {
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 83 milliseconds