Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/management/
DControlsFavoritingActivityTest.kt128 val otherAppsButton = requireViewById<Button>(R.id.other_apps) in testButtons() constant
129 otherAppsButton.waitForPost() in testButtons()
130 assertThat(otherAppsButton.visibility).isEqualTo(View.GONE) in testButtons()