Home
last modified time | relevance | path

Searched refs:otherName (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
H A DContact.java684 private int compareNames(String name, String otherName, String label, String otherLabel) { in compareNames() argument
695 return mCollator.compare(name == null ? "" : name, otherName == null ? "" : otherName); in compareNames()
/aosp12/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
H A DTelephonyProviderTest.java1590 final String otherName = "otherName"; in testQueryPreferredApn() local
1592 otherValues.put(Carriers.NAME, otherName); in testQueryPreferredApn()
1639 final String otherName = "otherName"; in testApnSetId() local
1641 values2.put(Carriers.NAME, otherName); in testApnSetId()
1664 assertEquals(otherName, cursor.getString(0)); in testApnSetId()
1774 final String otherName = "otherName"; in testRestoreDefaultApn() local
1778 otherValues.put(Carriers.NAME, otherName); in testRestoreDefaultApn()
1811 assertEquals(otherName, cursor.getString(1)); in testRestoreDefaultApn()
1832 assertEquals(otherName, cursor.getString(1)); in testRestoreDefaultApn()
/aosp12/build/soong/java/
H A Ddroiddoc.go355 otherName := ctx.OtherModuleName(module)
368 panic(fmt.Errorf("unknown dependency %q for %q", otherName, ctx.ModuleName()))
381 ctx.ModuleErrorf("depends on non-java module %q", otherName)
388 ctx.ModuleErrorf("depends on non-java module %q", otherName)
H A Dapp.go746 otherName := ctx.OtherModuleName(module)
764 otherName)
776 ctx.ModuleErrorf("dependency %q missing output file", otherName)
779 ctx.ModuleErrorf("jni_libs dependency %q must be a cc library", otherName)
789 … ctx.ModuleErrorf("certificate dependency %q must be an android_app_certificate module", otherName)
H A Dbase.go1639 otherName := ctx.OtherModuleName(module)
1656 ctx.ModuleErrorf("dependency on java_sdk_library %q can only be in libs", otherName)
1701 ctx.PropertyErrorf("plugins", "%q is not a java_plugin module", otherName)
1707 ctx.PropertyErrorf("plugins", "%q is not a java_plugin module", otherName)
1720 ctx.PropertyErrorf("exported_plugins", "%q is not a java_plugin module", otherName)
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
H A DServiceProviderVerifierTest.java172 makeAltNames(new GeneralName(GeneralName.otherName, new DERSequence(v)), "DER")); in testValidEntryFromGetSubjectAlternativeNamesShouldReturnList()