Searched refs:otherName (Results 1 – 2 of 2) sorted by relevance
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ |
D | TelephonyProviderTest.java | 1232 final String otherName = "otherName"; in testQueryPreferredApn() local 1234 otherValues.put(Carriers.NAME, otherName); in testQueryPreferredApn() 1281 final String otherName = "otherName"; in testApnSetId() local 1283 values2.put(Carriers.NAME, otherName); in testApnSetId() 1306 assertEquals(otherName, cursor.getString(0)); in testApnSetId() 1415 final String otherName = "otherName"; in testRestoreDefaultApn() local 1419 otherValues.put(Carriers.NAME, otherName); in testRestoreDefaultApn() 1452 assertEquals(otherName, cursor.getString(1)); in testRestoreDefaultApn() 1473 assertEquals(otherName, cursor.getString(1)); in testRestoreDefaultApn()
|
/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/ |
D | Contact.java | 662 private int compareNames(String name, String otherName, String label, String otherLabel) { in compareNames() argument 669 return collator.compare(name == null ? "" : name, otherName == null ? "" : otherName); in compareNames()
|