Home
last modified time | relevance | path

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

/packages/apps/Email/provider_src/com/android/email/provider/
DEmailProvider.java387 private SQLiteDatabase mBodyDatabase; field in EmailProvider
493 mBodyDatabase = bodyHelper.getWritableDatabase(); in getDatabase()
494 if (mBodyDatabase != null) { in getDatabase()
495 String bodyFileName = mBodyDatabase.getPath(); in getDatabase()
575 if (mBodyDatabase != null) { in shutdown()
576 mBodyDatabase.close(); in shutdown()
577 mBodyDatabase = null; in shutdown()
1252 if (mBodyDatabase != null) { in checkDatabases()
1253 mBodyDatabase = null; in checkDatabases()