Home
last modified time | relevance | path

Searched refs:isDuplicate (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/hoststubgen/hoststubgen/src/com/android/hoststubgen/dumper/
DApiDumper.kt87 private fun isDuplicate(methodName: String, methodDesc: String): Boolean { in <lambda>() method in com.android.hoststubgen.dumper.ApiDumper
115 if (isDuplicate(method.name, method.desc)) { in <lambda>()
191 if (isDuplicate(methodName, methodDesc)) { in <lambda>()
/frameworks/base/services/people/java/com/android/server/people/data/
DEventList.java40 && isDuplicate(event, index)) { in add()
147 private boolean isDuplicate(Event event, int startIndex) { in isDuplicate() method in EventList
/frameworks/ex/common/java/com/android/common/contacts/
DBaseEmailAddressAdapter.java544 if (!isDuplicate(emailAddress, partition)) { in removeDuplicatesAndTruncate()
558 if (isDuplicate(emailAddress, partition)) { in hasDuplicates()
569 private boolean isDuplicate(String emailAddress, int excludePartition) { in isDuplicate() method in BaseEmailAddressAdapter