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 73202dde5e
commit 5d70399de0
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);