Home
last modified time | relevance | path

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

/aosp12/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/
H A DCellBroadcastHandlerTest.java179 assertTrue(mCellBroadcastHandler.isDuplicate(msg)); in testDuplicate()
186 assertFalse(mCellBroadcastHandler.isDuplicate(msg)); in testNotDuplicateSerialDifferent()
193 assertFalse(mCellBroadcastHandler.isDuplicate(msg)); in testNotDuplicateServiceCategoryDifferent()
201 assertFalse(mCellBroadcastHandler.isDuplicate(msg)); in testNotDuplicateMessageBodyDifferent()
211 assertFalse(mCellBroadcastHandler.isDuplicate(msg)); in testNotDuplicateCellLocationDifferent()
275 assertTrue(mCellBroadcastHandler.isDuplicate(msg)); in testDuplicateDetection()
284 assertFalse(mCellBroadcastHandler.isDuplicate(msg)); in testDuplicateDetection()
291 assertTrue(mCellBroadcastHandler.isDuplicate(msg)); in testDuplicateDetection()
/aosp12/art/tools/ahat/src/main/com/android/ahat/heapdump/
H A DInstances.java52 Predicate<T> isDuplicate = new Predicate<T>() { in Instances() local
64 mInstances.removeIf(isDuplicate); in Instances()
/aosp12/frameworks/base/services/people/java/com/android/server/people/data/
H A DEventList.java40 && isDuplicate(event, index)) { in add()
147 private boolean isDuplicate(Event event, int startIndex) { in isDuplicate() method in EventList
/aosp12/frameworks/ex/common/java/com/android/common/contacts/
H A 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
/aosp12/packages/apps/TV/src/com/android/tv/data/api/
H A DProgram.java22 static boolean isDuplicate(Program p1, Program p2) { in isDuplicate() method
/aosp12/packages/apps/TV/src/com/android/tv/data/
H A DProgramDataManager.java643 if (Program.isDuplicate(program, lastReadProgram)) { in doInBackground()
656 && Program.isDuplicate(program, currentProgramInfo)) { in doInBackground()
/aosp12/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
H A DCellBroadcastHandler.java307 if (!isDuplicate((SmsCbMessage) message.obj)) { in handleSmsMessage()
506 public boolean isDuplicate(SmsCbMessage message) { in isDuplicate() method in CellBroadcastHandler
H A DGsmCellBroadcastHandler.java461 if (isDuplicate(cbMessage)) { in handleSmsMessage()
/aosp12/packages/services/BuiltInPrintService/jni/ipphelper/
H A Dipphelper.c713 bool isDuplicate = false; in addMediaIfNotDuplicate() local
716 isDuplicate = true; in addMediaIfNotDuplicate()
721 if (!isDuplicate) { in addMediaIfNotDuplicate()
/aosp12/frameworks/base/services/
H A Dart-profile28809 HPLcom/android/server/people/data/EventList;->isDuplicate(Lcom/android/server/people/data/Event;I)Z