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.java386 private SQLiteDatabase mBodyDatabase; field in EmailProvider
492 mBodyDatabase = bodyHelper.getWritableDatabase(); in getDatabase()
493 if (mBodyDatabase != null) { in getDatabase()
494 String bodyFileName = mBodyDatabase.getPath(); in getDatabase()
574 if (mBodyDatabase != null) { in shutdown()
575 mBodyDatabase.close(); in shutdown()
576 mBodyDatabase = null; in shutdown()
1251 if (mBodyDatabase != null) { in checkDatabases()
1252 mBodyDatabase = null; in checkDatabases()