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