Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DDatabaseHelper.java654 dropView(db, viewName, true /* throwOnFailure */); in rebuildView()
658 private static void dropView(final SQLiteDatabase db, final String viewName, in dropView() method in DatabaseHelper
753 dropView(db, viewName, false /* throwOnFailure */); in dropAllViews()