summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jim Miller <jaggies@google.com> 2014-03-20 02:47:04 +0000
committer Android Git Automerger <android-git-automerger@android.com> 2014-03-20 02:47:04 +0000
commite0683de51e56d7a95c88c5c744f45c72a54a95bc (patch)
treeeeb14817d592218f90393cfd2b91f2442d84043a
parent69e58e446bc2a030ae423d650e60dbfe317331e6 (diff)
parent370501243685a39a52b6e389b97711b906d2d4f8 (diff)
am 37050124: am a413a4ae: Fix the build. DO NOT MERGE
* commit '370501243685a39a52b6e389b97711b906d2d4f8': Fix the build. DO NOT MERGE
-rw-r--r--packages/Keyguard/src/com/android/keyguard/KeyguardHostView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Keyguard/src/com/android/keyguard/KeyguardHostView.java b/packages/Keyguard/src/com/android/keyguard/KeyguardHostView.java
index 338888727477..247089f5bad1 100644
--- a/packages/Keyguard/src/com/android/keyguard/KeyguardHostView.java
+++ b/packages/Keyguard/src/com/android/keyguard/KeyguardHostView.java
@@ -1655,7 +1655,7 @@ public class KeyguardHostView extends KeyguardViewBase {
KeyguardWidgetFrame frame = mAppWidgetContainer.getWidgetPageAt(i);
frame.removeAllViews();
}
- getSecurityContainer().onPause(); // clean up any actions in progress
+ mSecurityViewContainer.onPause(); // clean up any actions in progress
}
/**