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