Searched refs:triggerName (Results 1 – 1 of 1) sorted by relevance
712 final String triggerName = triggerCursor.getString(0); in dropAllTriggers() local715 if (triggerName.startsWith("android_") || triggerName.startsWith("sqlite_")) { in dropAllTriggers()719 db.execSQL(dropPrefix + triggerName); in dropAllTriggers()722 LogUtil.d(LogUtil.BUGLE_TAG, "unable to drop trigger " + triggerName + in dropAllTriggers()