Searched refs:isDuplicate (Results 1 – 6 of 6) 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()
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()
713 bool isDuplicate = false; in addMediaIfNotDuplicate() local716 isDuplicate = true; in addMediaIfNotDuplicate()721 if (!isDuplicate) { in addMediaIfNotDuplicate()
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()