Searched refs:newApn (Results 1 – 2 of 2) sorted by relevance
174 final String newApn = "newapn"; in testPermissionCheckForApnUpdate_success() local175 contentValues.put(Carriers.APN, newApn); in testPermissionCheckForApnUpdate_success()193 .isEqualTo(newApn); in testPermissionCheckForApnUpdate_success()
145 final String newApn = "newapn"; in testValidCase() local146 Log.d(TAG, "Update the APN field to: " + newApn); in testValidCase()147 contentValues.put(Carriers.APN, newApn); in testValidCase()161 .isEqualTo(newApn); in testValidCase()