Home
last modified time | relevance | path

Searched defs:otherName (Results 1 – 2 of 2) sorted by relevance

/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyProviderTest.java1232 final String otherName = "otherName"; in testQueryPreferredApn() local
1281 final String otherName = "otherName"; in testApnSetId() local
1415 final String otherName = "otherName"; in testRestoreDefaultApn() local
/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
DContact.java662 private int compareNames(String name, String otherName, String label, String otherLabel) { in compareNames()