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.java1195 final String otherApn = "otherApnName"; in testQueryPreferredApn() local
1197 otherValues.put(Carriers.APN, otherApn); in testQueryPreferredApn()
1242 final String otherApn = "otherApnName"; in testApnSetId() local
1244 values2.put(Carriers.APN, otherApn); in testApnSetId()
1356 final String otherApn = "otherApnName"; in testRestoreDefaultApn() local
1360 otherValues.put(Carriers.APN, otherApn); in testRestoreDefaultApn()
1393 assertEquals(otherApn, cursor.getString(0)); in testRestoreDefaultApn()
1414 assertEquals(otherApn, cursor.getString(0)); in testRestoreDefaultApn()