Home
last modified time | relevance | path

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

/cts/tests/tests/telephonyprovider/src/android/telephonyprovider/cts/
DApnTest.java174 final String newApn = "newapn"; in testPermissionCheckForApnUpdate_success() local
175 contentValues.put(Carriers.APN, newApn); in testPermissionCheckForApnUpdate_success()
193 .isEqualTo(newApn); in testPermissionCheckForApnUpdate_success()
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DApnDatabaseTest.java145 final String newApn = "newapn"; in testValidCase() local
146 Log.d(TAG, "Update the APN field to: " + newApn); in testValidCase()
147 contentValues.put(Carriers.APN, newApn); in testValidCase()
161 .isEqualTo(newApn); in testValidCase()