Home
last modified time | relevance | path

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

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DTelephonyManagerTest.java85 shadowTelephonyManager.setPhoneType( TelephonyManager.PHONE_TYPE_CDMA ); in shouldGivePhoneType()
87 shadowTelephonyManager.setPhoneType( TelephonyManager.PHONE_TYPE_GSM ); in shouldGivePhoneType()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowTelephonyManager.java107 public void setPhoneType(int phoneType) { in setPhoneType() method in ShadowTelephonyManager