Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 68f37263 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Autofill settings: Fix search" into sc-dev

parents 8c8b79da 239b58e6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@
        <com.android.settings.widget.GearPreference
            android:fragment="com.android.settings.applications.defaultapps.DefaultAutofillPicker"
            android:key="default_autofill_main"
            android:title="@string/autofill_app"
            settings:keywords="@string/autofill_keywords">
            <extra
                android:name="for_work"
+1 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@
        <com.android.settings.widget.GearPreference
            android:fragment="com.android.settings.applications.defaultapps.DefaultAutofillPicker"
            android:key="default_autofill_main"
            android:title="@string/autofill_app"
            settings:keywords="@string/autofill_keywords">
            <extra
                android:name="for_work"
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@
        <com.android.settings.widget.GearPreference
            android:fragment="com.android.settings.applications.defaultapps.DefaultAutofillPicker"
            android:key="default_autofill_work"
            android:title="@string/autofill_app"
            settings:searchable="false">
            <extra
                android:name="for_work"
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ public class DefaultAutofillPreferenceControllerTest {
        final Preference pref = mock(Preference.class);

        mController.updateState(pref);
        verify(pref).setSummary(R.string.app_list_preference_none);
        verify(pref).setTitle(R.string.app_list_preference_none);
    }

    @Test