Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/reardisplay/
DRearDisplayDialogControllerTest.java104 TextView deviceClosedTitleTextView = container.findViewById( in testClosedDialogIsShown() local
106 assertEquals(deviceClosedTitleTextView.getText().toString(), in testClosedDialogIsShown()
126 TextView deviceClosedTitleTextView = container.findViewById( in testClosedDialogIsRefreshedOnConfigurationChange() local
137 assertNotSame(deviceClosedTitleTextView, deviceClosedTitleTextView2); in testClosedDialogIsRefreshedOnConfigurationChange()
156 TextView deviceClosedTitleTextView = container.findViewById( in testOpenDialogIsShown() local
158 assertEquals(deviceClosedTitleTextView.getText().toString(), in testOpenDialogIsShown()