Home
last modified time | relevance | path

Searched refs:doc (Results 1 – 25 of 306) sorted by relevance

12345678910>>...13

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotEvent.java31 @UiEvent(doc = "screenshot requested from global actions")
33 @UiEvent(doc = "screenshot requested from key chord")
35 @UiEvent(doc = "screenshot requested from other key press (e.g. ctrl-s)")
37 @UiEvent(doc = "screenshot requested from overview")
39 @UiEvent(doc = "screenshot requested from accessibility actions")
41 @UiEvent(doc = "screenshot requested from vendor gesture")
43 @UiEvent(doc = "screenshot requested (other)")
45 @UiEvent(doc = "screenshot was saved")
47 @UiEvent(doc = "screenshot failed to save")
49 @UiEvent(doc = "failed to capture screenshot")
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSEvents.kt41 @UiEvent(doc = "Tile clicked. It has an instance id and a spec (or packageName)")
44 @UiEvent(doc = "Tile secondary button clicked. " +
48 @UiEvent(doc = "Tile long clicked. It has an instance id and a spec (or packageName)")
51 @UiEvent(doc = "Quick Settings panel expanded")
54 @UiEvent(doc = "Quick Settings panel collapsed")
57 @UiEvent(doc = "Tile visible in Quick Settings panel. The tile may be in a different page. " +
61 @UiEvent(doc = "Quick Quick Settings panel expanded")
64 @UiEvent(doc = "Quick Quick Settings panel collapsed")
67 @UiEvent(doc = "Tile visible in Quick Quick Settings panel. " +
76 @UiEvent(doc = "Tile removed from current tiles") in getId()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/ui/
DVolumePanelUiEvent.kt24 @UiEvent(doc = "The volume panel is shown") VOLUME_PANEL_SHOWN(1634),
25 @UiEvent(doc = "The volume panel is gone") VOLUME_PANEL_GONE(1635),
26 @UiEvent(doc = "Media output is clicked") VOLUME_PANEL_MEDIA_OUTPUT_CLICKED(1636),
27 @UiEvent(doc = "Audio mode changed to normal") VOLUME_PANEL_AUDIO_MODE_CHANGE_TO_NORMAL(1680),
28 @UiEvent(doc = "Audio mode changed to calling") VOLUME_PANEL_AUDIO_MODE_CHANGE_TO_CALLING(1681),
29 @UiEvent(doc = "Sound settings is clicked") VOLUME_PANEL_SOUND_SETTINGS_CLICKED(1638),
30 @UiEvent(doc = "The music volume slider is touched") VOLUME_PANEL_MUSIC_SLIDER_TOUCHED(1639),
31 @UiEvent(doc = "The voice call volume slider is touched")
33 @UiEvent(doc = "The ring volume slider is touched") VOLUME_PANEL_RING_SLIDER_TOUCHED(1641),
34 @UiEvent(doc = "The notification volume slider is touched")
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/shared/log/
DCommunalUiEvent.kt24 @UiEvent(doc = "Communal Hub is fully shown") COMMUNAL_HUB_SHOWN(1566),
25 @UiEvent(doc = "Communal Hub is fully gone") COMMUNAL_HUB_GONE(1577),
26 @UiEvent(doc = "Communal Hub times out") COMMUNAL_HUB_TIMEOUT(1578),
27 @UiEvent(doc = "The visible content in the Communal Hub is fully loaded and rendered")
29 @UiEvent(doc = "User starts the swipe gesture to enter the Communal Hub")
31 @UiEvent(doc = "User finishes the swipe gesture to enter the Communal Hub")
33 @UiEvent(doc = "User cancels the swipe gesture to enter the Communal Hub")
35 @UiEvent(doc = "User starts the swipe gesture to exit the Communal Hub")
37 @UiEvent(doc = "User finishes the swipe gesture to exit the Communal Hub")
39 @UiEvent(doc = "User cancels the swipe gesture to exit the Communal Hub")
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/
DBluetoothTileDialogUiEvent.kt24 @UiEvent(doc = "The bluetooth tile dialog is shown") BLUETOOTH_TILE_DIALOG_SHOWN(1493),
25 @UiEvent(doc = "The master toggle is clicked") BLUETOOTH_TOGGLE_CLICKED(1494),
26 @UiEvent(doc = "Pair new device is clicked") PAIR_NEW_DEVICE_CLICKED(1495),
27 @UiEvent(doc = "See all is clicked") SEE_ALL_CLICKED(1496),
28 @UiEvent(doc = "Gear icon clicked") DEVICE_GEAR_CLICKED(1497),
29 @UiEvent(doc = "Device clicked") DEVICE_CLICKED(1498),
30 @UiEvent(doc = "Connected device clicked to active") CONNECTED_DEVICE_SET_ACTIVE(1499),
31 @UiEvent(doc = "Saved clicked to connect") SAVED_DEVICE_CONNECT(1500),
32 @UiEvent(doc = "Active device clicked to disconnect") ACTIVE_DEVICE_DISCONNECT(1507),
33 @UiEvent(doc = "Audio sharing device clicked, do nothing") AUDIO_SHARING_DEVICE_CLICKED(1699),
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
DClipboardOverlayEvent.java23 @UiEvent(doc = "clipboard overlay entered")
25 @UiEvent(doc = "clipboard overlay updated")
27 @UiEvent(doc = "clipboard edit tapped")
29 @UiEvent(doc = "clipboard share tapped")
31 @UiEvent(doc = "clipboard smart action shown")
33 @UiEvent(doc = "clipboard action tapped")
35 @UiEvent(doc = "clipboard remote copy tapped")
37 @UiEvent(doc = "clipboard overlay timed out")
39 @UiEvent(doc = "clipboard overlay dismiss tapped")
41 @UiEvent(doc = "clipboard overlay swipe dismissed")
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/shared/
DFaceAuthReason.kt145 @UiEvent(doc = OCCLUDING_APP_REQUESTED)
147 @UiEvent(doc = UDFPS_POINTER_DOWN)
149 @UiEvent(doc = SWIPE_UP_ON_BOUNCER)
151 @UiEvent(doc = DEVICE_WOKEN_UP_ON_REACH_GESTURE)
153 @UiEvent(doc = FACE_LOCKOUT_RESET)
155 @UiEvent(doc = QS_EXPANDED) FACE_AUTH_TRIGGERED_QS_EXPANDED(1151, QS_EXPANDED),
156 @UiEvent(doc = NOTIFICATION_PANEL_CLICKED)
158 @UiEvent(doc = PICK_UP_GESTURE_TRIGGERED)
160 @UiEvent(doc = ALTERNATE_BIOMETRIC_BOUNCER_SHOWN)
162 @UiEvent(doc = PRIMARY_BOUNCER_SHOWN)
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecordLogger.java138 @UiEvent(doc = "New notification enqueued to post")
140 @UiEvent(doc = "Notification substantially updated, or alerted again.")
142 @UiEvent(doc = "Notification adjusted by assistant.")
161 @UiEvent(doc = "Notification was canceled due to a notification click.")
163 @UiEvent(doc = "Notification was canceled due to a user dismissal, surface not specified.")
165 @UiEvent(doc = "Notification was canceled due to a user dismiss-all (from the notification"
168 @UiEvent(doc = "Notification was canceled due to an inflation error.")
170 @UiEvent(doc = "Notification was canceled by the package manager modifying the package.")
172 @UiEvent(doc = "Notification was canceled by the owning user context being stopped.")
174 @UiEvent(doc = "Notification was canceled by the user banning the package.")
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
DOneHandedUiEventLogger.java93 @UiEvent(doc = "One-Handed trigger in via NavigationBar area")
96 @UiEvent(doc = "One-Handed trigger out via NavigationBar area")
99 @UiEvent(doc = "One-Handed trigger out via Overspace area")
102 @UiEvent(doc = "One-Handed trigger out while IME pop up")
105 @UiEvent(doc = "One-Handed trigger out while device rotation to landscape")
108 @UiEvent(doc = "One-Handed trigger out when an Activity is launching")
111 @UiEvent(doc = "One-Handed trigger out when one-handed mode times up")
114 @UiEvent(doc = "One-Handed trigger out when screen off")
135 @UiEvent(doc = "One-Handed mode enabled toggle on")
138 @UiEvent(doc = "One-Handed mode enabled toggle off")
[all …]
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/logging/
DCreateCredentialEvent.kt23 @UiEvent(doc = "The create credential bottomsheet became visible on the screen.")
26 @UiEvent(doc = "The provider activity is launched on the screen.")
29 @UiEvent(doc = "The provider activity is launched and we are waiting for its result. " +
33 @UiEvent(doc = "The provider activity is not active or ready launched on the screen.")
36 @UiEvent(doc = "The passkey introduction card is visible on screen.")
39 @UiEvent(doc = "The provider selection card is visible on screen.")
42 @UiEvent(doc = "The creation option selection card is visible on screen.")
45 @UiEvent(doc = "The more option selection card is visible on screen.")
48 @UiEvent(doc = "The more options row intro card is visible on screen.")
51 @UiEvent(doc = "The external only selection card is visible on screen.")
[all …]
DGetCredentialEvent.kt23 @UiEvent(doc = "The The snackbar only page when there's no account but only a remoteEntry " +
27 @UiEvent(doc = "The snackbar when there are only auth entries and all of them are empty.")
30 @UiEvent(doc = "The primary credential selection page is displayed on screen.")
33 @UiEvent(doc = "The secondary credential selection page, where all sign-in options are " +
37 @UiEvent(doc = "The provider activity is not active nor is any ready for launch on the screen.")
40 @UiEvent(doc = "The provider activity is ready to be launched on the screen.")
43 @UiEvent(doc = "The provider activity is launched and we are waiting for its result. " +
47 @UiEvent(doc = "The remote credential snackbar screen is visible.")
50 @UiEvent(doc = "The empty auth snackbar screen is visible.")
53 @UiEvent(doc = "The primary selection card is visible on screen.")
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/util/
DMediaUiEventLogger.kt239 @UiEvent(doc = "A new media control was added for media playing locally on the device")
241 @UiEvent(doc = "A new media control was added for media cast from the device")
243 @UiEvent(doc = "A new media control was added for media playing remotely")
245 @UiEvent(doc = "The media for an existing control was transferred to local playback")
247 @UiEvent(doc = "The media for an existing control was transferred to a cast device")
249 @UiEvent(doc = "The media for an existing control was transferred to a remote device")
251 @UiEvent(doc = "A new resumable media control was added") RESUME_MEDIA_ADDED(1013),
252 @UiEvent(doc = "An existing active media control was converted into resumable media")
254 @UiEvent(doc = "A media control timed out") MEDIA_TIMEOUT(1015),
255 @UiEvent(doc = "A media control was removed from the carousel") MEDIA_REMOVED(1016),
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DPipUiEventLogger.kt69 @UiEvent(doc = "Activity enters picture-in-picture mode")
72 @UiEvent(doc = "Activity enters picture-in-picture mode with auto-enter-pip API")
75 @UiEvent(doc = "Activity enters picture-in-picture mode from content-pip API")
78 @UiEvent(doc = "Expands from picture-in-picture to fullscreen")
81 @UiEvent(doc = "Removes picture-in-picture by tap close button")
84 @UiEvent(doc = "Removes picture-in-picture by drag to dismiss area")
87 @UiEvent(doc = "Shows picture-in-picture menu")
90 @UiEvent(doc = "Hides picture-in-picture menu")
94 doc = "Changes the aspect ratio of picture-in-picture window. This is inherited" +
99 @UiEvent(doc = "User resize of the picture-in-picture window")
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/stylus/
DStylusUiEvent.kt23 @UiEvent(doc = "UiEvent for USI low battery notification shown")
25 @UiEvent(doc = "UiEvent for USI low battery notification clicked")
27 @UiEvent(doc = "UiEvent for USI low battery notification dismissed")
29 @UiEvent(doc = "UIEvent for Toast shown when stylus started charging")
31 @UiEvent(doc = "UIEvent for Toast shown when stylus stopped charging")
33 @UiEvent(doc = "UIEvent for bluetooth stylus connected") BLUETOOTH_STYLUS_CONNECTED(1304),
34 @UiEvent(doc = "UIEvent for bluetooth stylus disconnected") BLUETOOTH_STYLUS_DISCONNECTED(1305),
35 @UiEvent(doc = "UIEvent for start of a USI session via battery presence")
37 @UiEvent(doc = "UIEvent for end of a USI session via battery absence")
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/taptotransfer/sender/
DMediaTttSenderUiEventLogger.kt57 @UiEvent(doc = "The undo button on the media ttt chip on the sender device was clicked " +
60 @UiEvent(doc = "The undo button on the media ttt chip on the sender device was clicked " +
64 @UiEvent(doc = "See android.app.StatusBarManager.MEDIA_TRANSFER_SENDER_* docs")
66 @UiEvent(doc = "See android.app.StatusBarManager.MEDIA_TRANSFER_SENDER_* docs")
68 @UiEvent(doc = "See android.app.StatusBarManager.MEDIA_TRANSFER_SENDER_* docs")
70 @UiEvent(doc = "See android.app.StatusBarManager.MEDIA_TRANSFER_SENDER_* docs")
72 @UiEvent(doc = "See android.app.StatusBarManager.MEDIA_TRANSFER_SENDER_* docs")
74 @UiEvent(doc = "See android.app.StatusBarManager.MEDIA_TRANSFER_SENDER_* docs")
76 @UiEvent(doc = "See android.app.StatusBarManager.MEDIA_TRANSFER_SENDER_* docs")
78 @UiEvent(doc = "See android.app.StatusBarManager.MEDIA_TRANSFER_SENDER_* docs")
[all …]
/frameworks/base/core/java/com/android/internal/app/
DChooserActivityLogger.java109 @UiEvent(doc = "Basic system Sharesheet has started and is visible.")
127 @UiEvent(doc = "User selected a service target.")
129 @UiEvent(doc = "User selected an app target.")
131 @UiEvent(doc = "User selected a standard target.")
133 @UiEvent(doc = "User selected the copy target.")
135 @UiEvent(doc = "User selected the nearby target.")
137 @UiEvent(doc = "User selected the edit target.")
173 @UiEvent(doc = "User clicked share.")
175 @UiEvent(doc = "User changed from work to personal profile or vice versa.")
177 @UiEvent(doc = "User expanded target list.")
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DEvents.java140 @UiEvent(doc = "The volume dialog was shown because the volume changed")
142 @UiEvent(doc = "The volume dialog was shown because the volume changed remotely")
144 @UiEvent(doc = "The volume dialog was shown because the usb high temperature alarm changed")
170 @UiEvent(doc = "The volume dialog was dismissed because of a touch outside the dialog")
172 @UiEvent(doc = "The system asked the volume dialog to close, e.g. for a navigation bar "
175 @UiEvent(doc = "The volume dialog was dismissed because it timed out")
177 @UiEvent(doc = "The volume dialog was dismissed because the screen turned off")
179 @UiEvent(doc = "The volume dialog was dismissed because the settings icon was clicked")
182 @UiEvent(doc = "The volume dialog was dismissed because the stream no longer exists")
185 @UiEvent(doc = "The volume dialog was dismissed because the usb high temperature alarm "
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/user/utils/
DMultiUserActionsEvent.kt23 @UiEvent(doc = "Add User tap from User Switcher.") CREATE_USER_FROM_USER_SWITCHER(1257),
24 @UiEvent(doc = "Add Guest tap from User Switcher.") CREATE_GUEST_FROM_USER_SWITCHER(1258),
25 @UiEvent(doc = "Add Restricted User tap from User Switcher.")
27 @UiEvent(doc = "Switch to User tap from User Switcher.")
29 @UiEvent(doc = "Switch to Guest User tap from User Switcher.")
31 @UiEvent(doc = "Switch to Restricted User tap from User Switcher.")
33 @UiEvent(doc = "Grant admin privileges to user on creation from User Switcher.")
35 @UiEvent(doc = "Not grant admin privileges to user on creation from User Switcher")
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DBatteryWarningEvents.java29 @UiEvent(doc = "Low battery warning notification displayed")
32 @UiEvent(doc = "Low battery warning notification positive button clicked")
35 @UiEvent(doc = "Low battery warning notification negative button clicked")
38 @UiEvent(doc = "Low battery warning notification content clicked")
41 @UiEvent(doc = "Battery saver confirm dialog displayed")
44 @UiEvent(doc = "Battery saver confirm dialog positive button clicked")
47 @UiEvent(doc = "Battery saver confirm dialog negative button clicked")
50 @UiEvent(doc = "Battery saver confirm dialog dismissed")
/frameworks/base/tools/app_metadata_bundles/src/lib/java/com/android/asllib/marshallable/
DDataLabels.java60 public List<Element> toOdDomElements(Document doc) { in toOdDomElements() argument
62 XmlUtils.createPbundleEleWithName(doc, XmlUtils.OD_NAME_DATA_LABELS); in toOdDomElements()
64 maybeAppendDataUsages(doc, dataLabelsEle, mDataCollected, XmlUtils.OD_NAME_DATA_COLLECTED); in toOdDomElements()
65 maybeAppendDataUsages(doc, dataLabelsEle, mDataShared, XmlUtils.OD_NAME_DATA_SHARED); in toOdDomElements()
72 public List<Element> toHrDomElements(Document doc) { in toHrDomElements() argument
73 Element dataLabelsEle = doc.createElement(XmlUtils.HR_TAG_DATA_LABELS); in toHrDomElements()
75 doc, dataLabelsEle, mDataCollected, XmlUtils.HR_TAG_DATA_COLLECTED, false); in toHrDomElements()
77 doc, dataLabelsEle, mDataCollected, XmlUtils.HR_TAG_DATA_COLLECTED_EPHEMERAL, true); in toHrDomElements()
79 doc, dataLabelsEle, mDataShared, XmlUtils.HR_TAG_DATA_SHARED, false); in toHrDomElements()
84 Document doc, in maybeAppendDataUsages() argument
[all …]
DAndroidSafetyLabel.java50 public List<Element> toOdDomElements(Document doc) { in toOdDomElements() argument
51 Element aslEle = doc.createElement(XmlUtils.OD_TAG_BUNDLE); in toOdDomElements()
52 aslEle.appendChild(XmlUtils.createOdLongEle(doc, XmlUtils.OD_NAME_VERSION, mVersion)); in toOdDomElements()
54 XmlUtils.appendChildren(aslEle, mSafetyLabels.toOdDomElements(doc)); in toOdDomElements()
57 XmlUtils.appendChildren(aslEle, mSystemAppSafetyLabel.toOdDomElements(doc)); in toOdDomElements()
60 XmlUtils.appendChildren(aslEle, mTransparencyInfo.toOdDomElements(doc)); in toOdDomElements()
67 public List<Element> toHrDomElements(Document doc) { in toHrDomElements() argument
68 Element aslEle = doc.createElement(XmlUtils.HR_TAG_APP_METADATA_BUNDLES); in toHrDomElements()
71 XmlUtils.appendChildren(aslEle, mSafetyLabels.toHrDomElements(doc)); in toHrDomElements()
74 XmlUtils.appendChildren(aslEle, mSystemAppSafetyLabel.toHrDomElements(doc)); in toHrDomElements()
[all …]
DSafetyLabels.java57 public List<Element> toOdDomElements(Document doc) { in toOdDomElements() argument
59 XmlUtils.createPbundleEleWithName(doc, XmlUtils.OD_NAME_SAFETY_LABELS); in toOdDomElements()
61 XmlUtils.createOdLongEle(doc, XmlUtils.OD_NAME_VERSION, mVersion)); in toOdDomElements()
63 XmlUtils.appendChildren(safetyLabelsEle, mDataLabels.toOdDomElements(doc)); in toOdDomElements()
66 XmlUtils.appendChildren(safetyLabelsEle, mSecurityLabels.toOdDomElements(doc)); in toOdDomElements()
69 XmlUtils.appendChildren(safetyLabelsEle, mThirdPartyVerification.toOdDomElements(doc)); in toOdDomElements()
76 public List<Element> toHrDomElements(Document doc) { in toHrDomElements() argument
77 Element safetyLabelsEle = doc.createElement(XmlUtils.HR_TAG_SAFETY_LABELS); in toHrDomElements()
81 XmlUtils.appendChildren(safetyLabelsEle, mDataLabels.toHrDomElements(doc)); in toHrDomElements()
84 XmlUtils.appendChildren(safetyLabelsEle, mSecurityLabels.toHrDomElements(doc)); in toHrDomElements()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLockscreenGestureLogger.java44 @UiEvent(doc = "Lockscreen > Pull shade open")
47 @UiEvent(doc = "Lockscreen > Tap on lock, locks phone")
50 @UiEvent(doc = "Lockscreen > Swipe down to open quick settings")
53 @UiEvent(doc = "Swipe down to open quick settings when unlocked")
56 @UiEvent(doc = "Lockscreen > Tap on lock, shows hint")
59 @UiEvent(doc = "Notification shade > Tap to open quick settings")
62 @UiEvent(doc = "Lockscreen > Dialer")
65 @UiEvent(doc = "Lockscreen > Camera")
68 @UiEvent(doc = "Lockscreen > Unlock gesture")
71 @UiEvent(doc = "Lockscreen > Tap on notification, false touch rejection")
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DAssistantSessionEvent.kt23 @UiEvent(doc = "Unknown assistant session event")
26 @UiEvent(doc = "Assistant session dismissed due to timeout")
29 @UiEvent(doc = "User began a gesture for invoking the Assistant")
32 @UiEvent(doc =
36 @UiEvent(doc = "User manually dismissed the Assistant session")
39 @UiEvent(doc = "The Assistant session has changed modes")
42 @UiEvent(doc = "The Assistant session completed")
DAssistantInvocationEvent.kt34 @UiEvent(doc = "Assistant invoked by unknown method")
37 @UiEvent(doc = "Assistant invoked by touch gesture")
40 @UiEvent(doc = "Assistant invoked by alternate touch gesture")
43 @UiEvent(doc = "Assistant invoked by hotword")
46 @UiEvent(doc = "Assistant invoked by tapping quick search bar icon")
49 @UiEvent(doc = "Assistant invoked by home button long press")
52 @UiEvent(doc = "Assistant invoked by physical gesture")
55 @UiEvent(doc = "Assistant invocation started by unknown method")
58 @UiEvent(doc = "Assistant invocation started by touch gesture")
61 @UiEvent(doc = "Assistant invocation started by physical gesture")
[all …]

12345678910>>...13