Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DKeyButtonViewTest.java28 …com.android.systemui.statusbar.policy.KeyButtonView.NavBarButtonEvent.NAVBAR_HOME_BUTTON_LONGPRESS;
118 checkmetrics(KEYCODE_HOME, ACTION_DOWN, FLAG_LONG_PRESS, NAVBAR_HOME_BUTTON_LONGPRESS); in testLogHomeLongPress()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyButtonView.java102 NAVBAR_HOME_BUTTON_LONGPRESS(536), enumConstant
390 ? NavBarButtonEvent.NAVBAR_HOME_BUTTON_LONGPRESS in logSomePresses()