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