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