Home
last modified time | relevance | path

Searched refs:UiEvent (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/logging/
DStatsLogManager.java100 @UiEvent(doc = "App launched from workspace, hotseat or folder in launcher") enumConstant
103 @UiEvent(doc = "Task launched from overview using TAP") enumConstant
106 @UiEvent(doc = "User tapped on notification inside popup context menu.") enumConstant
109 @UiEvent(doc = "Task launched from overview using SWIPE DOWN") enumConstant
112 @UiEvent(doc = "TASK dismissed from overview using SWIPE UP") enumConstant
115 @UiEvent(doc = "User dragged a launcher item") enumConstant
118 @UiEvent(doc = "A dragged launcher item is successfully dropped") enumConstant
121 @UiEvent(doc = "A dragged launcher item is successfully dropped on another item " enumConstant
125 @UiEvent(doc = "Folder's label is automatically assigned.") enumConstant
128 @UiEvent(doc = "Could not auto-label a folder because primary suggestion is null or empty.") enumConstant
[all …]
DUiEvent.java28 public @interface UiEvent { annotation
/packages/apps/Settings/src/com/android/settings/notification/history/
DNotificationHistoryActivity.java54 import com.android.internal.logging.UiEvent;
89 @UiEvent(doc = "User turned on notification history") enumConstant
92 @UiEvent(doc = "User turned off notification history") enumConstant
95 @UiEvent(doc = "User opened notification history page") enumConstant
98 @UiEvent(doc = "User closed notification history page") enumConstant
101 @UiEvent(doc = "User clicked on a notification history item in recently dismissed section") enumConstant
104 @UiEvent(doc = "User clicked on a notification history item in snoozed section") enumConstant
107 @UiEvent(doc = "User clicked to expand the notification history of a package (app)") enumConstant
110 @UiEvent(doc = "User clicked to close the notification history of a package (app)") enumConstant
113 @UiEvent(doc = "User clicked on a notification history item in an expanded by-app section") enumConstant
[all …]