Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/reardisplay/
H A DRearDisplayDialogControllerTest.java65 TextView deviceClosedTitleTextView = controller.mRearDisplayEducationDialog.findViewById( in testClosedDialogIsShown() local
67 assertEquals(deviceClosedTitleTextView.getText().toString(), in testClosedDialogIsShown()
82 TextView deviceClosedTitleTextView = controller.mRearDisplayEducationDialog.findViewById( in testClosedDialogIsRefreshedOnConfigurationChange() local
90 assertNotSame(deviceClosedTitleTextView, deviceClosedTitleTextView2); in testClosedDialogIsRefreshedOnConfigurationChange()
104 TextView deviceClosedTitleTextView = controller.mRearDisplayEducationDialog.findViewById( in testOpenDialogIsShown() local
106 assertEquals(deviceClosedTitleTextView.getText().toString(), in testOpenDialogIsShown()