Remove KeyguardStateController.Callback from LockIcon.

It is not used.

Bug: 150393918
Test: atest SystemUITests && manual
Change-Id: I002d1be1f9d40d8e800629866854c3d095ad910d
This commit is contained in:
Dave Mankoff
2020-03-04 14:43:18 -05:00
parent 2c2b5a7a0c
commit 90f81b417a

View File

@@ -61,7 +61,7 @@ import javax.inject.Named;
* Manages the different states and animations of the unlock icon.
*/
public class LockIcon extends KeyguardAffordanceView implements
KeyguardStateController.Callback, NotificationWakeUpCoordinator.WakeUpListener,
NotificationWakeUpCoordinator.WakeUpListener,
ViewTreeObserver.OnPreDrawListener, OnHeadsUpChangedListener {
private static final int STATE_LOCKED = 0;