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.java650 dropView(db, viewName, true /* throwOnFailure */); in rebuildView()
654 private static void dropView(final SQLiteDatabase db, final String viewName, in dropView() method in DatabaseHelper
743 dropView(db, viewName, false /* throwOnFailure */); in dropAllViews()