Merge "Remove deprecated AudioManager.AudioRecordingCallback method" into nyc-dev
am: 3a91a8417a
* commit '3a91a8417a9de03a2f8f276fcd2d67dc43315464':
Remove deprecated AudioManager.AudioRecordingCallback method
Change-Id: I5842a7067c383d30f610c72c3511a4dfeb90540c
This commit is contained in:
@@ -196,10 +196,6 @@ package android.media {
|
||||
ctor public AudioFormat();
|
||||
}
|
||||
|
||||
public static abstract class AudioManager.AudioRecordingCallback {
|
||||
method public deprecated void onRecordingConfigChanged(android.media.AudioRecordingConfiguration[]);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
package android.media.tv {
|
||||
|
||||
@@ -194,10 +194,6 @@ package android.media {
|
||||
ctor public AudioFormat();
|
||||
}
|
||||
|
||||
public static abstract class AudioManager.AudioRecordingCallback {
|
||||
method public deprecated void onRecordingConfigChanged(android.media.AudioRecordingConfiguration[]);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
package android.media.tv {
|
||||
|
||||
@@ -196,10 +196,6 @@ package android.media {
|
||||
ctor public AudioFormat();
|
||||
}
|
||||
|
||||
public static abstract class AudioManager.AudioRecordingCallback {
|
||||
method public deprecated void onRecordingConfigChanged(android.media.AudioRecordingConfiguration[]);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
package android.media.tv {
|
||||
|
||||
@@ -2746,13 +2746,6 @@ public class AudioManager {
|
||||
* configuration.
|
||||
*/
|
||||
public static abstract class AudioRecordingCallback {
|
||||
/**
|
||||
* This method is deprecated, override {@link #onRecordingConfigChanged(List)} instead.
|
||||
* @param configs
|
||||
* @removed
|
||||
*/
|
||||
@Deprecated
|
||||
public void onRecordingConfigChanged(AudioRecordingConfiguration[] configs) {}
|
||||
/**
|
||||
* Called whenever the device recording configuration has changed.
|
||||
* @param configs list containing the results of
|
||||
|
||||
Reference in New Issue
Block a user