Searched refs:ShadowSecure (Results 1 – 2 of 2) sorted by relevance
49 @Config(shadows = {ShadowSettings.ShadowSecure.class})86 ShadowSettings.ShadowSecure.reset(); in tearDown()
66 @Config(shadows = {UtilsTest.ShadowSecure.class, UtilsTest.ShadowLocationManager.class})97 ShadowSecure.reset(); in setUp()167 public static class ShadowSecure extends ShadowSettings.ShadowSecure { class in UtilsTest