Loading api/current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -13749,7 +13749,6 @@ package android.media { } public class AudioFormat { ctor public AudioFormat(); field public static final deprecated int CHANNEL_CONFIGURATION_DEFAULT = 1; // 0x1 field public static final deprecated int CHANNEL_CONFIGURATION_INVALID = 0; // 0x0 field public static final deprecated int CHANNEL_CONFIGURATION_MONO = 2; // 0x2 api/removed.txt +8 −0 Original line number Diff line number Diff line package android.media { public class AudioFormat { ctor public AudioFormat(); } } media/java/android/media/AudioFormat.java +6 −0 Original line number Diff line number Diff line Loading @@ -156,4 +156,10 @@ public class AudioFormat { } } /** @removed */ public AudioFormat() { throw new UnsupportedOperationException("There is no valid usage of this constructor"); } } Loading
api/current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -13749,7 +13749,6 @@ package android.media { } public class AudioFormat { ctor public AudioFormat(); field public static final deprecated int CHANNEL_CONFIGURATION_DEFAULT = 1; // 0x1 field public static final deprecated int CHANNEL_CONFIGURATION_INVALID = 0; // 0x0 field public static final deprecated int CHANNEL_CONFIGURATION_MONO = 2; // 0x2
api/removed.txt +8 −0 Original line number Diff line number Diff line package android.media { public class AudioFormat { ctor public AudioFormat(); } }
media/java/android/media/AudioFormat.java +6 −0 Original line number Diff line number Diff line Loading @@ -156,4 +156,10 @@ public class AudioFormat { } } /** @removed */ public AudioFormat() { throw new UnsupportedOperationException("There is no valid usage of this constructor"); } }