Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DRotationButtonController.java328 mUiEventLogger.log(RotationButtonEvent.ROTATION_SUGGESTION_ACCEPTED); in onRotateSuggestionClick()
350 mUiEventLogger.log(RotationButtonEvent.ROTATION_SUGGESTION_SHOWN); in showAndLogRotationSuggestion()
493 enum RotationButtonEvent implements UiEventLogger.UiEventEnum { enum in RotationButtonController
500 RotationButtonEvent(int id) { in RotationButtonEvent() method in RotationButtonController.RotationButtonEvent