8000 moved to package info.guardianproject.database.sqlcipher · boxer/android-database-sqlcipher@fc8c818 · GitHub
[go: up one dir, main page]

Skip to content

Commit fc8c818

Browse files
committed
moved to package info.guardianproject.database.sqlcipher
1 parent 6bac7ea commit fc8c818

24 files changed

+29
-30
lines changed

src/info/guardianproject/database/sqlcipher/DatabaseObjectNotClosedException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package android.database.sqlite;
17+
package info.guardianproject.database.sqlcipher;
1818

1919
/**
2020
* An exception that indicates that garbage-collector is finalizing a database object

src/info/guardianproject/database/sqlcipher/SQLiteAbortException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package android.database.sqlite;
17+
package info.guardianproject.database.sqlcipher;
1818

1919
/**
2020
* An exception that indicates that the SQLite program was aborted.

src/info/guardianproject/database/sqlcipher/SQLiteClosable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package android.database.sqlite;
17+
package info.guardianproject.database.sqlcipher;
1818

1919
import android.database.CursorWindow;
2020

src/info/guardianproject/database/sqlcipher/SQLiteCompiledSql.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414
* limitations under the License.
1515
*/
1616

17-
package android.database.sqlite;
17+
package info.guardianproject.database.sqlcipher;
1818

19-
import android.os.StrictMode;
2019
import android.util.Log;
2120

2221
/**

src/info/guardianproject/database/sqlcipher/SQLiteConstraintException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package android.database.sqlite;
17+
package info.guardianproject.database.sqlcipher;
1818

1919
/**
2020
* An exception that indicates that an integrity constraint was violated.

src/info/guardianproject/database/sqlcipher/SQLiteContentHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package android.database.sqlite;
17+
package info.guardianproject.database.sqlcipher;
1818

1919
import android.content.res.AssetFileDescriptor;
2020
import android.database.Cursor;

src/info/guardianproject/database/sqlcipher/SQLiteCursor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package android.database.sqlite;
17+
package info.guardianproject.database.sqlcipher;
1818

1919
import android.database.AbstractWindowedCursor;
2020
import android.database.CursorWindow;

src/info/guardianproject/database/sqlcipher/SQLiteCursorDriver.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
* limitations under the License.
1515
*/
1616

17-
package android.database.sqlite;
17+
package info.guardianproject.database.sqlcipher;
1818

1919
import android.database.Cursor;
20-
import android.database.sqlite.SQLiteDatabase.CursorFactory;
20+
import info.guardianproject.database.sqlcipher.SQLiteDatabase.CursorFactory;
2121

2222
/**
2323
* A driver for SQLiteCursors that is used to create them and gets notified

src/info/guardianproject/database/sqlcipher/SQLiteDatabase.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package android.database.sqlite;
17+
package info.guardianproject.database.sqlcipher;
1818

1919
import com.google.android.collect.Maps;
2020

@@ -24,7 +24,7 @@
2424
import android.database.Cursor;
2525
import android.database.DatabaseUtils;
2626
import android.database.SQLException;
27-
import android.database.sqlite.SQLiteDebug.DbStats;
27+
import info.guardianproject.database.sqlcipher.SQLiteDebug.DbStats;
2828
import android.os.Debug;
2929
import android.os.SystemClock;
3030
import android.os.SystemProperties;

src/info/guardianproject/database/sqlcipher/SQLiteDatabaseCorruptException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package android.database.sqlite;
17+
package info.guardianproject.database.sqlcipher;
1818

1919
/**
2020
* An exception that indicates that the SQLite database file is corrupt.

0 commit comments

Comments
 (0)
0