Searched refs:isDuplicate (Results 1 – 10 of 10) sorted by relevance
179 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()
52 Predicate<T> isDuplicate = new Predicate<T>() { in Instances() local64 mInstances.removeIf(isDuplicate); in Instances()
40 && isDuplicate(event, index)) { in add()147 private boolean isDuplicate(Event event, int startIndex) { in isDuplicate() method in EventList
544 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
22 static boolean isDuplicate(Program p1, Program p2) { in isDuplicate() method
643 if (Program.isDuplicate(program, lastReadProgram)) { in doInBackground()656 && Program.isDuplicate(program, currentProgramInfo)) { in doInBackground()
307 if (!isDuplicate((SmsCbMessage) message.obj)) { in handleSmsMessage()506 public boolean isDuplicate(SmsCbMessage message) { in isDuplicate() method in CellBroadcastHandler
461 if (isDuplicate(cbMessage)) { in handleSmsMessage()
713 bool isDuplicate = false; in addMediaIfNotDuplicate() local716 isDuplicate = true; in addMediaIfNotDuplicate()721 if (!isDuplicate) { in addMediaIfNotDuplicate()
28809 HPLcom/android/server/people/data/EventList;->isDuplicate(Lcom/android/server/people/data/Event;I)Z