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 | |
Jin Seok Park | 4abc23e | 2020-07-30 22:28:50 +0900 | [diff] [blame] | 34 | package android.media { |
| 35 | |
| 36 | public class AudioManager { |
| 37 | field public static final int FLAG_FROM_KEY = 4096; // 0x1000 |
| 38 | } |
| 39 | |
| 40 | } |
| 41 | |
Kyunglyul Hyun | c9857cf | 2020-08-03 11:39:45 +0900 | [diff] [blame] | 42 | package android.media.session { |
| 43 | |
| 44 | public final class MediaSession { |
| 45 | field public static final int FLAG_EXCLUSIVE_GLOBAL_PRIORITY = 65536; // 0x10000 |
| 46 | } |
| 47 | |
| 48 | } |
| 49 | |
Anton Hansson | 76d3db4 | 2020-04-09 14:16:37 +0100 | [diff] [blame] | 50 | package android.os { |
| 51 | |
Steven Moreland | 95dd53b | 2020-07-23 21:22:18 +0000 | [diff] [blame] | 52 | public class Binder implements android.os.IBinder { |
| 53 | method public final void markVintfStability(); |
| 54 | } |
| 55 | |
Steven Moreland | e5bd46e | 2020-07-28 01:18:42 +0000 | [diff] [blame] | 56 | public interface Parcelable { |
Steven Moreland | 7542475 | 2020-08-05 19:42:15 +0000 | [diff] [blame] | 57 | method public default int getStability(); |
Steven Moreland | e5bd46e | 2020-07-28 01:18:42 +0000 | [diff] [blame] | 58 | field public static final int PARCELABLE_STABILITY_LOCAL = 0; // 0x0 |
| 59 | field public static final int PARCELABLE_STABILITY_VINTF = 1; // 0x1 |
| 60 | } |
| 61 | |
Anton Hansson | 76d3db4 | 2020-04-09 14:16:37 +0100 | [diff] [blame] | 62 | public class StatsServiceManager { |
| 63 | method @NonNull public android.os.StatsServiceManager.ServiceRegisterer getStatsCompanionServiceRegisterer(); |
| 64 | method @NonNull public android.os.StatsServiceManager.ServiceRegisterer getStatsManagerServiceRegisterer(); |
| 65 | method @NonNull public android.os.StatsServiceManager.ServiceRegisterer getStatsdServiceRegisterer(); |
| 66 | } |
| 67 | |
| 68 | public static class StatsServiceManager.ServiceNotFoundException extends java.lang.Exception { |
| 69 | ctor public StatsServiceManager.ServiceNotFoundException(@NonNull String); |
| 70 | } |
| 71 | |
| 72 | public static final class StatsServiceManager.ServiceRegisterer { |
| 73 | method @Nullable public android.os.IBinder get(); |
| 74 | method @Nullable public android.os.IBinder getOrThrow() throws android.os.StatsServiceManager.ServiceNotFoundException; |
| 75 | } |
| 76 | |
| 77 | } |
| 78 | |
| 79 | package android.util { |
| 80 | |
| 81 | public class AtomicFile { |
| 82 | ctor public AtomicFile(@NonNull java.io.File, @Nullable android.util.SystemConfigFileCommitEventLogger); |
| 83 | } |
| 84 | |
| 85 | public final class Log { |
| 86 | method public static int logToRadioBuffer(int, @Nullable String, @Nullable String); |
| 87 | } |
| 88 | |
| 89 | public class SystemConfigFileCommitEventLogger { |
| 90 | ctor public SystemConfigFileCommitEventLogger(@NonNull String); |
| 91 | method public void setStartTime(long); |
| 92 | } |
| 93 | |
| 94 | } |
| 95 | |