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 | |
Jin Seok Park | e1f4d51 | 2020-07-14 21:15:44 +0900 | [diff] [blame] | 8 | public class NotificationManager { |
| 9 | method public boolean hasEnabledNotificationListener(@NonNull String, @NonNull android.os.UserHandle); |
| 10 | } |
| 11 | |
Nikita Ioffe | 89f7de1 | 2020-06-30 01:31:43 +0100 | [diff] [blame] | 12 | } |
| 13 | |
Anton Hansson | 76d3db4 | 2020-04-09 14:16:37 +0100 | [diff] [blame] | 14 | package android.content.rollback { |
| 15 | |
| 16 | public class RollbackManagerFrameworkInitializer { |
| 17 | method public static void initialize(); |
| 18 | } |
| 19 | |
| 20 | } |
| 21 | |
| 22 | package android.graphics { |
| 23 | |
| 24 | public final class Compatibility { |
| 25 | method public static void setTargetSdkVersion(int); |
| 26 | } |
| 27 | |
| 28 | public final class ImageDecoder implements java.lang.AutoCloseable { |
| 29 | method @AnyThread @NonNull public static android.graphics.ImageDecoder.Source createSource(@NonNull android.content.ContentResolver, @NonNull android.net.Uri, @Nullable android.content.res.Resources); |
| 30 | } |
| 31 | |
| 32 | } |
| 33 | |
| 34 | package android.os { |
| 35 | |
Steven Moreland | 95dd53b | 2020-07-23 21:22:18 +0000 | [diff] [blame] | 36 | public class Binder implements android.os.IBinder { |
| 37 | method public final void markVintfStability(); |
| 38 | } |
| 39 | |
Anton Hansson | 76d3db4 | 2020-04-09 14:16:37 +0100 | [diff] [blame] | 40 | public class StatsServiceManager { |
| 41 | method @NonNull public android.os.StatsServiceManager.ServiceRegisterer getStatsCompanionServiceRegisterer(); |
| 42 | method @NonNull public android.os.StatsServiceManager.ServiceRegisterer getStatsManagerServiceRegisterer(); |
| 43 | method @NonNull public android.os.StatsServiceManager.ServiceRegisterer getStatsdServiceRegisterer(); |
| 44 | } |
| 45 | |
| 46 | public static class StatsServiceManager.ServiceNotFoundException extends java.lang.Exception { |
| 47 | ctor public StatsServiceManager.ServiceNotFoundException(@NonNull String); |
| 48 | } |
| 49 | |
| 50 | public static final class StatsServiceManager.ServiceRegisterer { |
| 51 | method @Nullable public android.os.IBinder get(); |
| 52 | method @Nullable public android.os.IBinder getOrThrow() throws android.os.StatsServiceManager.ServiceNotFoundException; |
| 53 | } |
| 54 | |
| 55 | } |
| 56 | |
| 57 | package android.util { |
| 58 | |
| 59 | public class AtomicFile { |
| 60 | ctor public AtomicFile(@NonNull java.io.File, @Nullable android.util.SystemConfigFileCommitEventLogger); |
| 61 | } |
| 62 | |
| 63 | public final class Log { |
| 64 | method public static int logToRadioBuffer(int, @Nullable String, @Nullable String); |
| 65 | } |
| 66 | |
| 67 | public class SystemConfigFileCommitEventLogger { |
| 68 | ctor public SystemConfigFileCommitEventLogger(@NonNull String); |
| 69 | method public void setStartTime(long); |
| 70 | } |
| 71 | |
| 72 | } |
| 73 | |