summaryrefslogtreecommitdiffstats
path: root/packages/Keyguard/src/com/android
diff options
context:
space:
mode:
authorJim Miller <jaggies@google.com>2014-03-20 02:47:04 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-20 02:47:04 +0000
commite0683de51e56d7a95c88c5c744f45c72a54a95bc (patch)
treeeeb14817d592218f90393cfd2b91f2442d84043a /packages/Keyguard/src/com/android
parent69e58e446bc2a030ae423d650e60dbfe317331e6 (diff)
parent370501243685a39a52b6e389b97711b906d2d4f8 (diff)
downloadframeworks_base-e0683de51e56d7a95c88c5c744f45c72a54a95bc.zip
frameworks_base-e0683de51e56d7a95c88c5c744f45c72a54a95bc.tar.gz
frameworks_base-e0683de51e56d7a95c88c5c744f45c72a54a95bc.tar.bz2
am 37050124: am a413a4ae: Fix the build. DO NOT MERGE
* commit '370501243685a39a52b6e389b97711b906d2d4f8': Fix the build. DO NOT MERGE
Diffstat (limited to 'packages/Keyguard/src/com/android')
-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 3388887..247089f 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
}
/**