Home
last modified time | relevance | path

Searched defs:buttonLabel (Results 1 – 2 of 2) sorted by relevance

/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/settings/
DSettingsActivity.kt147 val buttonLabel = buttonLabelView.text.toString() in <lambda>() constant
/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/widget/
DNavigationItem.java76 TextView buttonLabel = rootView.findViewById(R.id.buttonLabel); in NavigationItem() local