Anton Hansson | 33ea999 | 2020-04-09 14:16:37 +0100 | [diff] [blame] | 1 | // Signature format: 2.0 |
| 2 | package android.os { |
| 3 | |
Steven Moreland | 95dd53b | 2020-07-23 21:22:18 +0000 | [diff] [blame] | 4 | public class Binder implements android.os.IBinder { |
| 5 | method public final void markVintfStability(); |
| 6 | } |
| 7 | |
Steven Moreland | e5bd46e | 2020-07-28 01:18:42 +0000 | [diff] [blame^] | 8 | public interface Parcelable { |
| 9 | field public static final int PARCELABLE_STABILITY_LOCAL = 0; // 0x0 |
| 10 | field public static final int PARCELABLE_STABILITY_VINTF = 1; // 0x1 |
| 11 | } |
| 12 | |
Anton Hansson | 33ea999 | 2020-04-09 14:16:37 +0100 | [diff] [blame] | 13 | public class StatsServiceManager { |
| 14 | method @NonNull public android.os.StatsServiceManager.ServiceRegisterer getStatsCompanionServiceRegisterer(); |
| 15 | method @NonNull public android.os.StatsServiceManager.ServiceRegisterer getStatsManagerServiceRegisterer(); |
| 16 | method @NonNull public android.os.StatsServiceManager.ServiceRegisterer getStatsdServiceRegisterer(); |
| 17 | } |
| 18 | |
| 19 | public static class StatsServiceManager.ServiceNotFoundException extends java.lang.Exception { |
| 20 | ctor public StatsServiceManager.ServiceNotFoundException(@NonNull String); |
| 21 | } |
| 22 | |
| 23 | public static final class StatsServiceManager.ServiceRegisterer { |
| 24 | method @Nullable public android.os.IBinder get(); |
| 25 | method @Nullable public android.os.IBinder getOrThrow() throws android.os.StatsServiceManager.ServiceNotFoundException; |
| 26 | } |
| 27 | |
| 28 | } |
| 29 | |
| 30 | package android.util { |
| 31 | |
| 32 | public final class Log { |
| 33 | method public static int logToRadioBuffer(int, @Nullable String, @Nullable String); |
| 34 | } |
| 35 | |
| 36 | } |
| 37 | |