Home
last modified time | relevance | path

Searched refs:mEventType (Results 1 – 5 of 5) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
DEvent.java78 final private int mEventType; // The type of event - one of the constants above field in Event
117 mEventType = type; in Event()
128 if (EVENT_TYPE_SUGGESTION_PICKED == mEventType) { in Event()
258 return new Event(source.mEventType, source.mText, source.mCodePoint, source.mKeyCode, in createConsumedEvent()
288 public boolean isGesture() { return EVENT_TYPE_GESTURE == mEventType; } in isGesture()
293 return EVENT_TYPE_SUGGESTION_PICKED == mEventType; in isSuggestionStripPress()
297 return EVENT_TYPE_NOT_HANDLED != mEventType; in isHandled()
304 switch (mEventType) { in getTextToCommit()
317 throw new RuntimeException("Unknown event type: " + mEventType); in getTextToCommit()
/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyEvent.java32 private final int mEventType; field in CarPropertyEvent
41 public int getEventType() { return mEventType; } in getEventType()
55 dest.writeInt(mEventType); in writeToParcel()
74 mEventType = eventType; in CarPropertyEvent()
92 mEventType = in.readInt(); in CarPropertyEvent()
99 "mEventType=" + mEventType + in toString()
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DRecentNotifyingAppsPreferenceControllerTest.java173 app.mEventType = Event.NOTIFICATION_INTERRUPTION; in display_showRecents()
178 app1.mEventType = Event.NOTIFICATION_INTERRUPTION; in display_showRecents()
183 app2.mEventType = Event.NOTIFICATION_INTERRUPTION; in display_showRecents()
221 app.mEventType = Event.NOTIFICATION_INTERRUPTION; in display_showRecentsWithInstantApp()
226 app1.mEventType = Event.NOTIFICATION_INTERRUPTION; in display_showRecentsWithInstantApp()
276 app.mEventType = Event.NOTIFICATION_INTERRUPTION; in display_showRecents_formatSummary()
305 app.mEventType = Event.NOTIFICATION_INTERRUPTION; in reloadData()
310 app1.mEventType = Event.MAX_EVENT_TYPE; in reloadData()
321 app10.mEventType = Event.NOTIFICATION_INTERRUPTION; in reloadData()
326 app10a.mEventType = Event.NOTIFICATION_INTERRUPTION; in reloadData()
DNotificationBackendTest.java99 good.mEventType = UsageEvents.Event.NOTIFICATION_INTERRUPTION; in testGetAggregatedUsageEvents_multipleEventsAgg()
105 good2.mEventType = UsageEvents.Event.NOTIFICATION_INTERRUPTION; in testGetAggregatedUsageEvents_multipleEventsAgg()
111 good1.mEventType = UsageEvents.Event.NOTIFICATION_INTERRUPTION; in testGetAggregatedUsageEvents_multipleEventsAgg()
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
DAppStateNotificationBridgeTest.java138 good.mEventType = Event.NOTIFICATION_INTERRUPTION; in testGetAggregatedUsageEvents_onlyNotificationEvents()
143 bad.mEventType = Event.CHOOSER_ACTION; in testGetAggregatedUsageEvents_onlyNotificationEvents()
160 good.mEventType = Event.NOTIFICATION_INTERRUPTION; in testGetAggregatedUsageEvents_multipleEventsAgg()
165 good1.mEventType = Event.NOTIFICATION_INTERRUPTION; in testGetAggregatedUsageEvents_multipleEventsAgg()
183 good.mEventType = Event.NOTIFICATION_INTERRUPTION; in testGetAggregatedUsageEvents_multiplePkgs()
188 good1.mEventType = Event.NOTIFICATION_INTERRUPTION; in testGetAggregatedUsageEvents_multiplePkgs()
222 good.mEventType = Event.NOTIFICATION_INTERRUPTION; in testLoadAllExtraInfo_multipleEventsAgg()
251 good.mEventType = Event.NOTIFICATION_INTERRUPTION; in testLoadAllExtraInfo_multiplePkgs()
257 good1.mEventType = Event.NOTIFICATION_INTERRUPTION; in testLoadAllExtraInfo_multiplePkgs()
293 good.mEventType = Event.NOTIFICATION_INTERRUPTION; in testLoadAllExtraInfo_multipleUsers()
[all …]