Searched refs:phoneType (Results 1 – 2 of 2) sorted by relevance
515 int phoneType = mTelephonyManager.getPhoneType(); in testTelephonyFeatures() local516 switch (phoneType) { in testTelephonyFeatures()530 throw new IllegalArgumentException("Did you add a new phone type? " + phoneType); in testTelephonyFeatures()
1031 int phoneType = mTelephonyManager.getPhoneType(); in testGetPhoneCount() local1032 switch (phoneType) { in testGetPhoneCount()1041 throw new IllegalArgumentException("Did you add a new phone type? " + phoneType); in testGetPhoneCount()1942 int phoneType = mTelephonyManager.getPhoneType(); in testGetForbiddenPlmns() local1943 switch (phoneType) { in testGetForbiddenPlmns()3553 int phoneType = mTelephonyManager.getPhoneType(); in testGetCdmaEnhancedRoamingIndicatorDisplayNumber() local3554 if (phoneType == TelephonyManager.PHONE_TYPE_CDMA) { in testGetCdmaEnhancedRoamingIndicatorDisplayNumber()