Searched refs:ShadowDeviceInfoUtils (Results 1 – 2 of 2) sorted by relevance
68 import com.android.settings.testutils.shadow.ShadowDeviceInfoUtils;93 @Config(shadows = {ShadowDeviceInfoUtils.class})151 ShadowDeviceInfoUtils.setPhoneNumber(""); in setup()195 ShadowDeviceInfoUtils.reset(); in tearDown()210 ShadowDeviceInfoUtils.setPhoneNumber("1111111111"); in initialize_updatePhoneNumberWith1111111111_shouldUpdatePhoneNumber()
26 public class ShadowDeviceInfoUtils { class