Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyProviderTest.java1231 final String otherApn = "otherApnName"; in testQueryPreferredApn() local
1233 otherValues.put(Carriers.APN, otherApn); in testQueryPreferredApn()
1280 final String otherApn = "otherApnName"; in testApnSetId() local
1282 values2.put(Carriers.APN, otherApn); in testApnSetId()
1414 final String otherApn = "otherApnName"; in testRestoreDefaultApn() local
1418 otherValues.put(Carriers.APN, otherApn); in testRestoreDefaultApn()
1451 assertEquals(otherApn, cursor.getString(0)); in testRestoreDefaultApn()
1472 assertEquals(otherApn, cursor.getString(0)); in testRestoreDefaultApn()