diff options
| author | 2020-07-28 19:04:01 +0000 | |
|---|---|---|
| committer | 2020-07-28 19:04:01 +0000 | |
| commit | fd06eb7beea797dfa871fb1171e54fb82f1f8f2d (patch) | |
| tree | b5e71bc1d7dccbf1587fa63f957202586cc15f07 /api | |
| parent | 77d48e794c4fe9678f968e7d0a11a2095a5790ab (diff) | |
| parent | f846f3e206d8fad4ed66e248abd638b67b853b58 (diff) | |
Merge "Allow module libs to use VINTF AIDL (part II)" into rvc-dev-plus-aosp am: 31457aebae am: 93bdd4451a am: f846f3e206
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12244505
Change-Id: I0234084ef9535c9dec8cc1265b43cff953438ff6
Diffstat (limited to 'api')
| -rw-r--r-- | api/module-lib-current.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/api/module-lib-current.txt b/api/module-lib-current.txt index c91c39a4293d..696e02972c23 100644 --- a/api/module-lib-current.txt +++ b/api/module-lib-current.txt @@ -77,6 +77,11 @@ package android.os { method public final void markVintfStability(); } + public interface Parcelable { + field public static final int PARCELABLE_STABILITY_LOCAL = 0; // 0x0 + field public static final int PARCELABLE_STABILITY_VINTF = 1; // 0x1 + } + public class StatsFrameworkInitializer { method public static void registerServiceWrappers(); method public static void setStatsServiceManager(@NonNull android.os.StatsServiceManager); |