Searched defs:eventType (Results 1 - 17 of 17) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/logging/
H A DEditorEvent.java23 public int eventType; field in class:EditorEvent
36 .add("eventType", eventType)
H A DLogger.java99 public static void logEditorEvent(int eventType, int numberRawContacts) { argument
103 event.eventType = eventType;
/packages/apps/Messaging/src/android/support/v7/mms/
H A DMmsXmlResourceParser.java89 * @param eventType
94 protected int advanceToNextEvent(int eventType) throws XmlPullParserException, IOException { argument
97 if (nextEvent == eventType
111 final int eventType = mInputParser.getEventType();
112 mLogStringBuilder.append(xmlParserEventString(eventType));
113 if (eventType == XmlPullParser.START_TAG
114 || eventType == XmlPullParser.END_TAG
115 || eventType == XmlPullParser.TEXT) {
/packages/services/Car/car-lib/src/android/car/hardware/property/
H A DCarPropertyEvent.java71 public CarPropertyEvent(int eventType, CarPropertyValue<?> carPropertyValue) { argument
72 mEventType = eventType;
/packages/apps/Camera2/src/android/util/
H A DCameraPerformanceTracker.java60 * @param eventType type of a event to track
62 public static void onEvent(int eventType) { argument
67 switch (eventType) {
100 if (DEBUG && eventType == FIRST_PREVIEW_FRAME) {
/packages/apps/Settings/src/com/android/settings/dashboard/suggestions/
H A DEventStore.java53 * @param eventType: Type of event (one of {@link #EVENTS}).
55 public void writeEvent(String pkgName, String eventType) { argument
56 if (!EVENTS.contains(eventType)) {
57 Log.w(TAG, "Reported event type " + eventType + " is not a valid type!");
60 final String lastTimePrefKey = getPrefKey(pkgName, eventType, METRIC_LAST_EVENT_TIME);
61 final String countPrefKey = getPrefKey(pkgName, eventType, METRIC_COUNT);
69 * @param eventType: Type of event (one of {@link #EVENTS}).
73 public long readMetric(String pkgName, String eventType, String metricType) { argument
74 if (!EVENTS.contains(eventType)) {
75 Log.w(TAG, "Reported event type " + eventType
92 getPrefKey(String pkgName, String eventType, String statType) argument
[all...]
/packages/apps/Messaging/src/com/android/messaging/sms/
H A DApnsXmlProcessor.java110 * @param eventType
115 private int advanceToNextEvent(int eventType) throws XmlPullParserException, IOException { argument
118 if (nextEvent == eventType
202 final int eventType = mInputParser.getEventType();
203 mLogStringBuilder.append(xmlParserEventString(eventType));
204 if (eventType == XmlPullParser.START_TAG
205 || eventType == XmlPullParser.END_TAG
206 || eventType == XmlPullParser.TEXT) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
H A DKeyboardAccessibilityNodeProvider.java134 * @param eventType The event type to create.
138 public AccessibilityEvent createAccessibilityEvent(final Key key, final int eventType) { argument
141 final AccessibilityEvent event = AccessibilityEvent.obtain(eventType);
310 * @param eventType The type of event to send.
312 void sendAccessibilityEventForKey(final Key key, final int eventType) { argument
313 final AccessibilityEvent event = createAccessibilityEvent(key, eventType);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAttachmentTileGrid.java226 public void sendAccessibilityEvent(int eventType) { argument
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DDictionaryFacilitator.java157 final int eventType);
155 unlearnFromUserHistory(final String word, @Nonnull final NgramContext ngramContext, final long timeStampInSeconds, final int eventType) argument
H A DDictionaryFacilitatorImpl.java603 final int eventType) {
605 if (eventType != Constants.EVENT_BACKSPACE) {
601 unlearnFromUserHistory(final String word, @Nonnull final NgramContext ngramContext, final long timeStampInSeconds, final int eventType) argument
/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarController.java155 public long eventType; // one of the EventType field in class:CalendarController.EventInfo
196 if (eventType != EventType.VIEW_EVENT) {
197 Log.wtf(TAG, "illegal call to isAllDay , wrong event type " + eventType);
204 if (eventType != EventType.VIEW_EVENT) {
205 Log.wtf(TAG, "illegal call to getResponse , wrong event type " + eventType);
318 public void sendEventRelatedEvent(Object sender, long eventType, long eventId, long startMillis, argument
324 sendEventRelatedEventWithExtra(sender, eventType, eventId, startMillis, endMillis, x, y,
333 * @param eventType one of {@link EventType}
343 public void sendEventRelatedEventWithExtra(Object sender, long eventType, long eventId, argument
345 sendEventRelatedEventWithExtraWithTitleWithCalendarId(sender, eventType, eventI
365 sendEventRelatedEventWithExtraWithTitleWithCalendarId(Object sender, long eventType, long eventId, long startMillis, long endMillis, int x, int y, long extraLong, long selectedMillis, String title, long calendarId) argument
402 sendEvent(Object sender, long eventType, Time start, Time end, long eventId, int viewType) argument
411 sendEvent(Object sender, long eventType, Time start, Time end, long eventId, int viewType, long extraLong, String query, ComponentName componentName) argument
417 sendEvent(Object sender, long eventType, Time start, Time end, Time selected, long eventId, int viewType, long extraLong, String query, ComponentName componentName) argument
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
H A DInputLogic.java1229 void unlearnWord(final String word, final SettingsValues settingsValues, final int eventType) { argument
1235 word, ngramContext, timeStampInSeconds, eventType);
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContentObserver.java606 String eventType; field in class:BluetoothMapContentObserver.Event
638 public Event(String eventType, long handle, String folder, argument
640 this.eventType = eventType;
655 public Event(String eventType, long handle, String folder, TYPE msgType) { argument
656 this.eventType = eventType;
663 public Event(String eventType, long handle, String folder, TYPE msgType, argument
665 this.eventType = eventType;
680 Event(String eventType, long handle, String folder, TYPE msgType, String datetime, String subject, String senderName, String priority, long conversationID, String conversationName) argument
704 Event(String eventType, String uci, TYPE msgType, String name, String priority, String lastActivity, long conversationID, String conversationName, int presenceState, String presenceStatus, int chatState) argument
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedView.java2122 public void sendAccessibilityEvent(int eventType) { argument
2124 if (eventType != AccessibilityEvent.TYPE_VIEW_SCROLLED) {
2125 super.sendAccessibilityEvent(eventType);
/packages/apps/TV/libs/
H A Dexoplayer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 742 milliseconds