summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/keyguard/KeyguardAbsKeyInputViewController.java
diff options
context:
space:
mode:
authorDave Mankoff <mankoff@google.com>2020-10-23 09:14:58 -0400
committerDave Mankoff <mankoff@google.com>2020-10-23 09:14:58 -0400
commita2d4ed196c22caab79c5ffa7833a4e2316ac70ba (patch)
tree9e60228161b6a838da699216e45d28208f6895b8 /packages/SystemUI/src/com/android/keyguard/KeyguardAbsKeyInputViewController.java
parent51b7fea904213e0d8eea6671f88c079e0e2de71d (diff)
Change ViewController#initInternal to #onInit
Bug: 171472009 Test: manual Change-Id: Iddc6c0240486b0d3005216bba0c40bfb481b94b3
Diffstat (limited to 'packages/SystemUI/src/com/android/keyguard/KeyguardAbsKeyInputViewController.java')
-rw-r--r--packages/SystemUI/src/com/android/keyguard/KeyguardAbsKeyInputViewController.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/keyguard/KeyguardAbsKeyInputViewController.java b/packages/SystemUI/src/com/android/keyguard/KeyguardAbsKeyInputViewController.java
index 89911e01cde9..217cf701b265 100644
--- a/packages/SystemUI/src/com/android/keyguard/KeyguardAbsKeyInputViewController.java
+++ b/packages/SystemUI/src/com/android/keyguard/KeyguardAbsKeyInputViewController.java
@@ -81,7 +81,7 @@ public abstract class KeyguardAbsKeyInputViewController<T extends KeyguardAbsKey
abstract void resetState();
@Override
- public void initInternal() {
+ public void onInit() {
mMessageAreaController.init();
}