am a413a4ae: Fix the build. DO NOT MERGE

* commit 'a413a4ae3280be6c45e84e85d7be3379a5cb51e4':
  Fix the build.  DO NOT MERGE
This commit is contained in:
Jim Miller
2014-03-20 01:49:31 +00:00
committed by Android Git Automerger

View File

@ -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
}
/**