| Anton Hansson | 7f6823e | 2020-06-04 15:09:36 +0100 | [diff] [blame] | 1 | // Signature format: 2.0 |
| paulhu | 030fd23 | 2020-11-04 00:41:34 +0800 | [diff] [blame] | 2 | package android.app { |
| 3 | |
| 4 | public class BroadcastOptions { |
| 5 | method public int getMaxManifestReceiverApiLevel(); |
| 6 | method public void setMaxManifestReceiverApiLevel(int); |
| 7 | } |
| 8 | |
| 9 | } |
| 10 | |
| paulhu | 81bbd3c1 | 2020-12-08 17:24:21 +0800 | [diff] [blame^] | 11 | package android.net { |
| 12 | |
| 13 | public final class TcpRepairWindow { |
| 14 | ctor public TcpRepairWindow(int, int, int, int, int, int); |
| 15 | field public final int maxWindow; |
| 16 | field public final int rcvWnd; |
| 17 | field public final int rcvWndScale; |
| 18 | field public final int rcvWup; |
| 19 | field public final int sndWl1; |
| 20 | field public final int sndWnd; |
| 21 | } |
| 22 | |
| 23 | } |
| 24 | |
| Steven Moreland | a7fb8cb | 2020-07-23 21:22:18 +0000 | [diff] [blame] | 25 | package android.os { |
| 26 | |
| 27 | public class Binder implements android.os.IBinder { |
| 28 | method public final void markVintfStability(); |
| 29 | } |
| 30 | |
| Steven Moreland | 2913487 | 2020-07-28 01:23:33 +0000 | [diff] [blame] | 31 | public interface Parcelable { |
| Steven Moreland | 7542475 | 2020-08-05 19:42:15 +0000 | [diff] [blame] | 32 | method public default int getStability(); |
| Steven Moreland | 2913487 | 2020-07-28 01:23:33 +0000 | [diff] [blame] | 33 | } |
| 34 | |
| Anton Hansson | 33ea999 | 2020-04-09 14:16:37 +0100 | [diff] [blame] | 35 | public class StatsServiceManager { |
| 36 | method @NonNull public android.os.StatsServiceManager.ServiceRegisterer getStatsCompanionServiceRegisterer(); |
| 37 | method @NonNull public android.os.StatsServiceManager.ServiceRegisterer getStatsManagerServiceRegisterer(); |
| 38 | method @NonNull public android.os.StatsServiceManager.ServiceRegisterer getStatsdServiceRegisterer(); |
| 39 | } |
| 40 | |
| 41 | public static class StatsServiceManager.ServiceNotFoundException extends java.lang.Exception { |
| 42 | ctor public StatsServiceManager.ServiceNotFoundException(@NonNull String); |
| 43 | } |
| 44 | |
| 45 | public static final class StatsServiceManager.ServiceRegisterer { |
| 46 | method @Nullable public android.os.IBinder get(); |
| 47 | method @Nullable public android.os.IBinder getOrThrow() throws android.os.StatsServiceManager.ServiceNotFoundException; |
| 48 | } |
| 49 | |
| 50 | } |
| 51 | |
| Hall Liu | 644532e | 2020-10-13 19:19:12 -0700 | [diff] [blame] | 52 | package android.telephony { |
| 53 | |
| 54 | public abstract class CellSignalStrength { |
| 55 | method public static int getNumSignalStrengthLevels(); |
| 56 | } |
| 57 | |
| 58 | public class TelephonyManager { |
| 59 | method @NonNull public static int[] getAllNetworkTypes(); |
| 60 | } |
| 61 | |
| 62 | } |
| 63 | |
| Anton Hansson | 33ea999 | 2020-04-09 14:16:37 +0100 | [diff] [blame] | 64 | package android.util { |
| 65 | |
| 66 | public final class Log { |
| 67 | method public static int logToRadioBuffer(int, @Nullable String, @Nullable String); |
| 68 | } |
| 69 | |
| Steven Moreland | a7fb8cb | 2020-07-23 21:22:18 +0000 | [diff] [blame] | 70 | } |
| 71 | |