Home
last modified time | relevance | path

Searched refs:switchLabel (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.kt136 val switchLabel = switchLabelView.text.toString() in <lambda>() constant
138 contentDescription = switchLabel in <lambda>()
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/settings/
DSettingsActivity.java298 String switchLabel = ((TextView) container.findViewById(labelId)).getText().toString();
300 switchView.setContentDescription(switchLabel);