Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/provider/
DClockDatabaseHelper.kt51 val insertMe: String = "INSERT INTO " + ALARMS_TABLE_NAME + " (" + in onCreate() constant
60 db.execSQL(insertMe + DEFAULT_ALARM_1) in onCreate()
61 db.execSQL(insertMe + DEFAULT_ALARM_2) in onCreate()