Searched refs:phoneType (Results 1 – 2 of 2) sorted by relevance
531 int phoneType = mTelephonyManager.getPhoneType(); in testTelephonyFeatures() local532 switch (phoneType) { in testTelephonyFeatures()546 throw new IllegalArgumentException("Did you add a new phone type? " + phoneType); in testTelephonyFeatures()
1506 int phoneType = mTelephonyManager.getPhoneType(); in testGetPhoneCount() local1507 switch (phoneType) { in testGetPhoneCount()1516 throw new IllegalArgumentException("Did you add a new phone type? " + phoneType); in testGetPhoneCount()2714 int phoneType = mTelephonyManager.getPhoneType(); in testGetForbiddenPlmns() local2715 switch (phoneType) { in testGetForbiddenPlmns()4799 int phoneType = mTelephonyManager.getPhoneType(); in testGetCdmaEnhancedRoamingIndicatorDisplayNumber() local4800 if (phoneType == TelephonyManager.PHONE_TYPE_CDMA) { in testGetCdmaEnhancedRoamingIndicatorDisplayNumber()