Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DSystemFeaturesTest.java515 int phoneType = mTelephonyManager.getPhoneType(); in testTelephonyFeatures() local
516 switch (phoneType) { in testTelephonyFeatures()
530 throw new IllegalArgumentException("Did you add a new phone type? " + phoneType); in testTelephonyFeatures()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTest.java1032 int phoneType = mTelephonyManager.getPhoneType(); in testGetPhoneCount() local
1033 switch (phoneType) { in testGetPhoneCount()
1042 throw new IllegalArgumentException("Did you add a new phone type? " + phoneType); in testGetPhoneCount()
1950 int phoneType = mTelephonyManager.getPhoneType(); in testGetForbiddenPlmns() local
1951 switch (phoneType) { in testGetForbiddenPlmns()
3583 int phoneType = mTelephonyManager.getPhoneType(); in testGetCdmaEnhancedRoamingIndicatorDisplayNumber() local
3584 if (phoneType == TelephonyManager.PHONE_TYPE_CDMA) { in testGetCdmaEnhancedRoamingIndicatorDisplayNumber()