Home
last modified time | relevance | path

Searched refs:TYPE_SMS_INCOMING (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DEvent.java56 public static final int TYPE_SMS_INCOMING = 9; field in Event
75 TYPE_SMS_INCOMING,
99 SMS_EVENT_TYPES.add(TYPE_SMS_INCOMING);
H A DSmsQueryHelper.java39 SMS_TYPE_TO_EVENT_TYPE.put(TextBasedSmsColumns.MESSAGE_TYPE_INBOX, Event.TYPE_SMS_INCOMING); in SMS_TYPE_TO_EVENT_TYPE.put() argument
H A DMmsQueryHelper.java44 MSG_BOX_TO_EVENT_TYPE.put(BaseMmsColumns.MESSAGE_BOX_INBOX, Event.TYPE_SMS_INCOMING); in MSG_BOX_TO_EVENT_TYPE.put() argument
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DSmsQueryHelperTest.java94 assertEquals(Event.TYPE_SMS_INCOMING, events.get(0).getType()); in testQueryIncomingMessage()
129 assertEquals(Event.TYPE_SMS_INCOMING, events.get(1).getType()); in testQueryMultipleMessages()
H A DMmsQueryHelperTest.java103 assertEquals(Event.TYPE_SMS_INCOMING, events.get(0).getType()); in testQueryIncomingMessage()
147 assertEquals(Event.TYPE_SMS_INCOMING, events.get(1).getType()); in testQueryMultipleMessages()
H A DEventHistoryImplTest.java54 Event.TYPE_SMS_INCOMING);
56 Event.TYPE_SMS_INCOMING);
H A DAggregateEventHistoryImplTest.java48 Event.TYPE_SMS_INCOMING);
H A DEventListTest.java38 private static final Event E4 = new Event(109L, Event.TYPE_SMS_INCOMING);
H A DDataManagerTest.java1028 new Event(currentTimestamp - MILLIS_PER_MINUTE * 5L, Event.TYPE_SMS_INCOMING); in testMmsSmsContentObserver()