Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTelephonyManagerTest.java73 shadowTelephonyManager.setDeviceId(testId); in shouldGiveDeviceId()
80 shadowTelephonyManager.setDeviceId(1, "device in slot 1"); in shouldGiveDeviceIdForSlot()
81 shadowTelephonyManager.setDeviceId(2, "device in slot 2"); in shouldGiveDeviceIdForSlot()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTelephonyManager.java163 public void setDeviceId(String newDeviceId) { in setDeviceId() method in ShadowTelephonyManager
505 public void setDeviceId(int slot, String deviceId) {