Merge "FRP bypass defense in App battery usage page" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
fbfacbb9e5
@@ -441,4 +441,9 @@ public class AdvancedPowerUsageDetailTest {
|
||||
TimeUnit.SECONDS.sleep(1);
|
||||
verifyNoInteractions(mMetricsFeatureProvider);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void shouldSkipForInitialSUW_returnTrue() {
|
||||
assertThat(mFragment.shouldSkipForInitialSUW()).isTrue();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user