Home
last modified time | relevance | path

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

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DNavigationBar.java84 private Button moreButton; field in NavigationBar
109 moreButton = (Button) findViewById(R.id.suw_navbar_more); in init()
121 return moreButton; in getMoreButton()
/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/
DPrivacyDialogV2.kt111 val moreButton = requireViewById<Button>(R.id.privacy_dialog_more_button) in <lambda>() constant
112 moreButton.setOnClickListener { openPrivacyDashboard() } in <lambda>()