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 | |
Anton Hansson | 33ea999 | 2020-04-09 14:16:37 +0100 | [diff] [blame] | 8 | public class StatsServiceManager { |
| 9 | method @NonNull public android.os.StatsServiceManager.ServiceRegisterer getStatsCompanionServiceRegisterer(); |
| 10 | method @NonNull public android.os.StatsServiceManager.ServiceRegisterer getStatsManagerServiceRegisterer(); |
| 11 | method @NonNull public android.os.StatsServiceManager.ServiceRegisterer getStatsdServiceRegisterer(); |
| 12 | } |
| 13 | |
| 14 | public static class StatsServiceManager.ServiceNotFoundException extends java.lang.Exception { |
| 15 | ctor public StatsServiceManager.ServiceNotFoundException(@NonNull String); |
| 16 | } |
| 17 | |
| 18 | public static final class StatsServiceManager.ServiceRegisterer { |
| 19 | method @Nullable public android.os.IBinder get(); |
| 20 | method @Nullable public android.os.IBinder getOrThrow() throws android.os.StatsServiceManager.ServiceNotFoundException; |
| 21 | } |
| 22 | |
| 23 | } |
| 24 | |
| 25 | package android.util { |
| 26 | |
| 27 | public final class Log { |
| 28 | method public static int logToRadioBuffer(int, @Nullable String, @Nullable String); |
| 29 | } |
| 30 | |
| 31 | } |
| 32 | |