Home
last modified time | relevance | path

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

/frameworks/base/tests/FlickerTests/test-apps/app-helpers/src/com/android/server/wm/flicker/helpers/
DLetterboxAppHelper.kt44 val restartButton = in clickRestart() constant
49 restartButton?.run { restartButton.click() } ?: error("Restart button not found") in clickRestart()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
DCompatUILayout.java119 final ImageButton restartButton = findViewById(R.id.size_compat_restart_button); in onFinishInflate() local
120 restartButton.setOnClickListener(view -> mWindowManager.onRestartButtonClicked()); in onFinishInflate()
121 restartButton.setOnLongClickListener(view -> { in onFinishInflate()