diff options
| author | Fyodor Kupolov <fkupolov@google.com> | 2017-09-08 00:26:49 +0000 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2017-09-08 00:26:49 +0000 |
| commit | ac6d9d317343b50810bcebe7aa554d60461e3907 (patch) | |
| tree | f59f663ac1c5aad136dec76e6ba177accc4f3efa /core/java | |
| parent | b3c9ef86d79a7f0c039f1860615635005b547ee6 (diff) | |
| parent | 347eaf21fa66b1b9097b30d50404169f1d8ce2b6 (diff) | |
Merge "Allow using SQLiteGlobal for testing" into oc-mr1-dev
am: 347eaf21fa
Change-Id: I664b887cced9b328227c6ad053463e426c316fd8
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/database/sqlite/SQLiteGlobal.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/java/android/database/sqlite/SQLiteGlobal.java b/core/java/android/database/sqlite/SQLiteGlobal.java index 571656a22240..94d5555c4c24 100644 --- a/core/java/android/database/sqlite/SQLiteGlobal.java +++ b/core/java/android/database/sqlite/SQLiteGlobal.java @@ -16,6 +16,7 @@ package android.database.sqlite; +import android.annotation.TestApi; import android.content.res.Resources; import android.os.StatFs; import android.os.SystemProperties; @@ -34,6 +35,7 @@ import android.os.SystemProperties; * * @hide */ +@TestApi public final class SQLiteGlobal { private static final String TAG = "SQLiteGlobal"; |
