Home
last modified time | relevance | path

Searched refs:getPhoneType (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTelephonyManagerTest.java189 assertEquals(TelephonyManager.PHONE_TYPE_CDMA, telephonyManager.getPhoneType()); in shouldGivePhoneType()
191 assertEquals(TelephonyManager.PHONE_TYPE_GSM, telephonyManager.getPhoneType()); in shouldGivePhoneType()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTelephonyManager.java308 protected int getPhoneType() { in getPhoneType() method in ShadowTelephonyManager
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyManagerFacade.java737 mTelephonyManager.getPhoneType()); in telephonyGetPhoneType()