summaryrefslogtreecommitdiff
path: root/core/java/android/database
diff options
context:
space:
mode:
authorFyodor Kupolov <fkupolov@google.com>2018-04-06 14:48:05 -0700
committerFyodor Kupolov <fkupolov@google.com>2018-05-07 16:13:08 -0700
commit6fe565e441e16ed42c0e6357464f9484631421ab (patch)
tree1aecd1d2505e6fb9f9f8b507fba2ce3af2982674 /core/java/android/database
parentd19291151134fc7104b99fd9e7755c97941881a4 (diff)
Make SQLiteDebug @TestApi
Test: CtsDatabaseTestCases Bug: 77543575 Change-Id: Ied9948e962fb7a81e56be0360cb94b0c318ad14d
Diffstat (limited to 'core/java/android/database')
-rw-r--r--core/java/android/database/sqlite/SQLiteDebug.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/database/sqlite/SQLiteDebug.java b/core/java/android/database/sqlite/SQLiteDebug.java
index a921aa34eb92..d39252130d4b 100644
--- a/core/java/android/database/sqlite/SQLiteDebug.java
+++ b/core/java/android/database/sqlite/SQLiteDebug.java
@@ -29,6 +29,7 @@ import java.util.ArrayList;
*
* {@hide}
*/
+@TestApi
public final class SQLiteDebug {
private static native void nativeGetPagerStats(PagerStats stats);