Merge "Remove deprecated AudioManager.AudioRecordingCallback method" into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
3a91a8417a
@@ -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