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.java173 int phoneType = mTelephonyManager.getPhoneType(); in testGetPhoneCount() local
174 switch (phoneType) { in testGetPhoneCount()
183 throw new IllegalArgumentException("Did you add a new phone type? " + phoneType); in testGetPhoneCount()
212 int phoneType = mTelephonyManager.getPhoneType(); in verifyDeviceId() local
213 switch (phoneType) { in verifyDeviceId()
240 throw new IllegalArgumentException("Did you add a new phone type? " + phoneType); in verifyDeviceId()
/cts/tests/tests/app/src/android/app/cts/
DSystemFeaturesTest.java423 int phoneType = mTelephonyManager.getPhoneType(); in testTelephonyFeatures() local
424 switch (phoneType) { in testTelephonyFeatures()
442 throw new IllegalArgumentException("Did you add a new phone type? " + phoneType); in testTelephonyFeatures()