Home
last modified time | relevance | path

Searched refs:TileRequestDialogEvent (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DTileRequestDialogEventLogger.kt48 TileRequestDialogEvent.TILE_REQUEST_DIALOG_SHOWN, in newInstanceId()
69 TileRequestDialogEvent.TILE_REQUEST_DIALOG_DISMISSED in logUserResponse()
72 TileRequestDialogEvent.TILE_REQUEST_DIALOG_TILE_NOT_ADDED in logUserResponse()
75 TileRequestDialogEvent.TILE_REQUEST_DIALOG_TILE_ADDED in logUserResponse()
90 TileRequestDialogEvent.TILE_REQUEST_DIALOG_TILE_ALREADY_ADDED, in logTileAlreadyAdded()
98 enum class TileRequestDialogEvent(private val _id: Int) : UiEventLogger.UiEventEnum { class
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
DTileRequestDialogEventLoggerTest.kt68 TileRequestDialogEvent.TILE_REQUEST_DIALOG_TILE_ALREADY_ADDED, in testLogTileAlreadyAdded()
79 uiEventLogger[0].match(TileRequestDialogEvent.TILE_REQUEST_DIALOG_SHOWN, instanceId) in testLogDialogShown()
92 uiEventLogger[0].match(TileRequestDialogEvent.TILE_REQUEST_DIALOG_DISMISSED, instanceId) in testLogDialogDismissed()
106 .match(TileRequestDialogEvent.TILE_REQUEST_DIALOG_TILE_NOT_ADDED, instanceId) in testLogDialogTileNotAdded()
119 uiEventLogger[0].match(TileRequestDialogEvent.TILE_REQUEST_DIALOG_TILE_ADDED, instanceId) in testLogDialogTileAdded()