Anton Hansson | 76d3db4 | 2020-04-09 14:16:37 +0100 | [diff] [blame] | 1 | // Signature format: 2.0 |
| 2 | package android.annotation { |
| 3 | |
| 4 | @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.SOURCE) @java.lang.annotation.Target({java.lang.annotation.ElementType.METHOD, java.lang.annotation.ElementType.PARAMETER, java.lang.annotation.ElementType.FIELD}) public @interface NonNull { |
| 5 | } |
| 6 | |
| 7 | @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.SOURCE) @java.lang.annotation.Target({java.lang.annotation.ElementType.METHOD, java.lang.annotation.ElementType.PARAMETER, java.lang.annotation.ElementType.FIELD}) public @interface Nullable { |
| 8 | } |
| 9 | |
| 10 | } |
| 11 | |
| 12 | package android.content.rollback { |
| 13 | |
| 14 | public class RollbackManagerFrameworkInitializer { |
| 15 | method public static void initialize(); |
| 16 | } |
| 17 | |
| 18 | } |
| 19 | |
| 20 | package android.graphics { |
| 21 | |
| 22 | public final class Compatibility { |
| 23 | method public static void setTargetSdkVersion(int); |
| 24 | } |
| 25 | |
| 26 | public final class ImageDecoder implements java.lang.AutoCloseable { |
| 27 | method @AnyThread @NonNull public static android.graphics.ImageDecoder.Source createSource(@NonNull android.content.ContentResolver, @NonNull android.net.Uri, @Nullable android.content.res.Resources); |
| 28 | } |
| 29 | |
| 30 | } |
| 31 | |
| 32 | package android.os { |
| 33 | |
| 34 | public class StatsServiceManager { |
| 35 | method @NonNull public android.os.StatsServiceManager.ServiceRegisterer getStatsCompanionServiceRegisterer(); |
| 36 | method @NonNull public android.os.StatsServiceManager.ServiceRegisterer getStatsManagerServiceRegisterer(); |
| 37 | method @NonNull public android.os.StatsServiceManager.ServiceRegisterer getStatsdServiceRegisterer(); |
| 38 | } |
| 39 | |
| 40 | public static class StatsServiceManager.ServiceNotFoundException extends java.lang.Exception { |
| 41 | ctor public StatsServiceManager.ServiceNotFoundException(@NonNull String); |
| 42 | } |
| 43 | |
| 44 | public static final class StatsServiceManager.ServiceRegisterer { |
| 45 | method @Nullable public android.os.IBinder get(); |
| 46 | method @Nullable public android.os.IBinder getOrThrow() throws android.os.StatsServiceManager.ServiceNotFoundException; |
| 47 | } |
| 48 | |
| 49 | } |
| 50 | |
| 51 | package android.util { |
| 52 | |
| 53 | public class AtomicFile { |
| 54 | ctor public AtomicFile(@NonNull java.io.File, @Nullable android.util.SystemConfigFileCommitEventLogger); |
| 55 | } |
| 56 | |
| 57 | public final class Log { |
| 58 | method public static int logToRadioBuffer(int, @Nullable String, @Nullable String); |
| 59 | } |
| 60 | |
| 61 | public class SystemConfigFileCommitEventLogger { |
| 62 | ctor public SystemConfigFileCommitEventLogger(@NonNull String); |
| 63 | method public void setStartTime(long); |
| 64 | } |
| 65 | |
| 66 | } |
| 67 | |