Home
last modified time | relevance | path

Searched refs:ShadowDeviceInfoUtils (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/simstatus/
DSimStatusDialogControllerTest.java68 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()
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowDeviceInfoUtils.java26 public class ShadowDeviceInfoUtils { class