コード例 #1
0
 public static void checkSQLiteException(android.content.Context context, android.database.sqlite.SQLiteException
                                         e)
 {
     throw new System.NotImplementedException();
 }
コード例 #2
0
 private static bool isLowMemory(android.database.sqlite.SQLiteException e)
 {
     throw new System.NotImplementedException();
 }