Searched refs:TYPE_SMS_INCOMING (Results 1 – 9 of 9) sorted by relevance
56 public static final int TYPE_SMS_INCOMING = 9; field in Event75 TYPE_SMS_INCOMING,99 SMS_EVENT_TYPES.add(TYPE_SMS_INCOMING);
39 SMS_TYPE_TO_EVENT_TYPE.put(TextBasedSmsColumns.MESSAGE_TYPE_INBOX, Event.TYPE_SMS_INCOMING); in SMS_TYPE_TO_EVENT_TYPE.put() argument
44 MSG_BOX_TO_EVENT_TYPE.put(BaseMmsColumns.MESSAGE_BOX_INBOX, Event.TYPE_SMS_INCOMING); in MSG_BOX_TO_EVENT_TYPE.put() argument
94 assertEquals(Event.TYPE_SMS_INCOMING, events.get(0).getType()); in testQueryIncomingMessage()129 assertEquals(Event.TYPE_SMS_INCOMING, events.get(1).getType()); in testQueryMultipleMessages()
103 assertEquals(Event.TYPE_SMS_INCOMING, events.get(0).getType()); in testQueryIncomingMessage()147 assertEquals(Event.TYPE_SMS_INCOMING, events.get(1).getType()); in testQueryMultipleMessages()
54 Event.TYPE_SMS_INCOMING);56 Event.TYPE_SMS_INCOMING);
48 Event.TYPE_SMS_INCOMING);
38 private static final Event E4 = new Event(109L, Event.TYPE_SMS_INCOMING);
1028 new Event(currentTimestamp - MILLIS_PER_MINUTE * 5L, Event.TYPE_SMS_INCOMING); in testMmsSmsContentObserver()