Merge "Make part of KeyguardSecurityContainer protected" into nyc-dev am: 0418ea7

am: bbdc496

* commit 'bbdc4961987acba549a76272032cde78a4179634':
  Make part of KeyguardSecurityContainer protected

Change-Id: I7238d82c6134b57c4b7986997f90105bcd8e2b1a
This commit is contained in:
Evan Rosky
2016-03-30 23:21:24 +00:00
committed by android-build-merger

View File

@@ -464,7 +464,7 @@ public class KeyguardSecurityContainer extends FrameLayout implements KeyguardSe
return 0;
}
private int getLayoutIdFor(SecurityMode securityMode) {
protected int getLayoutIdFor(SecurityMode securityMode) {
switch (securityMode) {
case Pattern: return R.layout.keyguard_pattern_view;
case PIN: return R.layout.keyguard_pin_view;