Home
last modified time | relevance | path

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

/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/apps/
DLaunchItemsDbHelper.java44 private static final String CREATE_APP_TABLE = field in LaunchItemsDbHelper
63 db.execSQL(CREATE_APP_TABLE); in onCreate()