Rename prefix from suw to sud
Bug: 120805516 Test: RunSettingsRoboTests Change-Id: I44a399b586671c100cb9d85c97effbfb1a379413
This commit is contained in:
@@ -135,7 +135,7 @@ public class ConfirmLockPassword extends ConfirmDeviceCredentialBaseActivity {
|
||||
|
||||
mHeaderTextView = (TextView) view.findViewById(R.id.headerText);
|
||||
if (mHeaderTextView == null) {
|
||||
mHeaderTextView = view.findViewById(R.id.suw_layout_title);
|
||||
mHeaderTextView = view.findViewById(R.id.suc_layout_title);
|
||||
}
|
||||
mDetailsTextView = (TextView) view.findViewById(R.id.detailsText);
|
||||
mErrorTextView = (TextView) view.findViewById(R.id.errorText);
|
||||
|
Reference in New Issue
Block a user