diff --git a/src/com/android/settings/password/PasswordUtils.java b/src/com/android/settings/password/PasswordUtils.java index 8c8afc2e9ef..da2ad6331e4 100644 --- a/src/com/android/settings/password/PasswordUtils.java +++ b/src/com/android/settings/password/PasswordUtils.java @@ -109,7 +109,8 @@ public final class PasswordUtils extends com.android.settingslib.Utils { public static void setupScreenLockOptionsButton(Context context, View view, Button optButton) { final LinearLayout headerLayout = view.findViewById( com.google.android.setupdesign.R.id.sud_layout_header); - final TextView sucTitleView = headerLayout.findViewById(R.id.suc_layout_title); + final TextView sucTitleView = headerLayout.findViewById( + com.google.android.setupdesign.R.id.suc_layout_title); if (headerLayout != null && sucTitleView != null) { final ViewGroup.MarginLayoutParams layoutTitleParams = (ViewGroup.MarginLayoutParams) sucTitleView.getLayoutParams();