Searched refs:DEBUG_TABLE_KEY (Results 1 – 1 of 1) sorted by relevance
106 private static String DEBUG_TABLE_KEY = "primary_key"; field in AccountsDb574 + DEBUG_TABLE_KEY + " INTEGER PRIMARY KEY)"); in createDebugTable()656 + DEBUG_TABLE_TABLE_NAME + "," + DEBUG_TABLE_KEY + ") " + in migratePreNDbToDe()659 + DEBUG_TABLE_TABLE_NAME + "," + DEBUG_TABLE_KEY in migratePreNDbToDe()1291 queryCountDebugDbRows = "SELECT " + DEBUG_TABLE_KEY + in calculateDebugTableInsertionPoint()1293 " ORDER BY " + DEBUG_TABLE_TIMESTAMP + "," + DEBUG_TABLE_KEY + in calculateDebugTableInsertionPoint()