Add button for Huawei's power manager to setup wizard

This commit is contained in:
Torsten Grote
2017-11-30 12:17:40 -02:00
parent 4b88f0d9f1
commit f199105f6c
17 changed files with 437 additions and 50 deletions

View File

@@ -61,7 +61,7 @@ public class PasswordFragmentTest {
String safePass = "really.safe.password";
passwordFragment.setupController = setupController;
when(setupController.needsDozeWhitelisting()).thenReturn(false);
when(setupController.needToShowDozeFragment()).thenReturn(false);
when(setupController.estimatePasswordStrength(safePass))
.thenReturn(STRONG);