summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/keyguard/KeyguardViewController.java
diff options
context:
space:
mode:
Diffstat (limited to 'packages/SystemUI/src/com/android/keyguard/KeyguardViewController.java')
-rw-r--r--packages/SystemUI/src/com/android/keyguard/KeyguardViewController.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/SystemUI/src/com/android/keyguard/KeyguardViewController.java b/packages/SystemUI/src/com/android/keyguard/KeyguardViewController.java
index 9766ee128f7c..015c4e44185b 100644
--- a/packages/SystemUI/src/com/android/keyguard/KeyguardViewController.java
+++ b/packages/SystemUI/src/com/android/keyguard/KeyguardViewController.java
@@ -182,7 +182,6 @@ public interface KeyguardViewController {
* @param container
* @param notificationPanelViewController
* @param biometricUnlockController
- * @param lockIconContainer
* @param notificationContainer
* @param bypassController
*/
@@ -190,6 +189,6 @@ public interface KeyguardViewController {
ViewGroup container,
NotificationPanelViewController notificationPanelViewController,
BiometricUnlockController biometricUnlockController,
- ViewGroup lockIconContainer, View notificationContainer,
+ View notificationContainer,
KeyguardBypassController bypassController);
}