Add tests for Android flow steps

This commit is contained in:
Chris Smowton
2021-08-10 16:38:11 +01:00
parent cd2c9e9ca3
commit fc0b18cf61
77 changed files with 4050 additions and 2632 deletions

View File

@@ -0,0 +1,10 @@
// Generated automatically from android.database.DatabaseErrorHandler for testing purposes
package android.database;
import android.database.sqlite.SQLiteDatabase;
public interface DatabaseErrorHandler
{
void onCorruption(SQLiteDatabase p0);
}