Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/src/android/telephony/cts/
DTelephonyManagerTest.java254 int phoneType = mTelephonyManager.getPhoneType(); in testGetPhoneCount() local
255 switch (phoneType) { in testGetPhoneCount()
264 throw new IllegalArgumentException("Did you add a new phone type? " + phoneType); in testGetPhoneCount()
601 int phoneType = mTelephonyManager.getPhoneType(); in testGetForbiddenPlmns() local
602 switch (phoneType) { in testGetForbiddenPlmns()
/cts/tests/app/src/android/app/cts/
DSystemFeaturesTest.java458 int phoneType = mTelephonyManager.getPhoneType(); in testTelephonyFeatures() local
459 switch (phoneType) { in testTelephonyFeatures()
473 throw new IllegalArgumentException("Did you add a new phone type? " + phoneType); in testTelephonyFeatures()