Deprecate Volume panel and relevant objects
Bug: 328529042 Test: robotest Change-Id: I462ddb72b2f764a016d957cc4195fc8298c5f21d
This commit is contained in:
@@ -57,7 +57,10 @@ import java.util.concurrent.FutureTask;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Panel data class for Volume settings.
|
* Panel data class for Volume settings.
|
||||||
|
*
|
||||||
|
* @deprecated this is no longer used after V and will be removed.
|
||||||
*/
|
*/
|
||||||
|
@Deprecated(forRemoval = true)
|
||||||
public class VolumePanel implements PanelContent, LifecycleObserver {
|
public class VolumePanel implements PanelContent, LifecycleObserver {
|
||||||
private static final String TAG = "VolumePanel";
|
private static final String TAG = "VolumePanel";
|
||||||
|
|
||||||
|
|||||||
@@ -35,6 +35,7 @@ import org.robolectric.RuntimeEnvironment;
|
|||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
|
@Deprecated(forRemoval = true)
|
||||||
@RunWith(RobolectricTestRunner.class)
|
@RunWith(RobolectricTestRunner.class)
|
||||||
public class VolumePanelTest {
|
public class VolumePanelTest {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user