Loading res/xml/accounts_dashboard_settings.xml +1 −0 Original line number Diff line number Diff line Loading @@ -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" Loading res/xml/accounts_personal_dashboard_settings.xml +1 −0 Original line number Diff line number Diff line Loading @@ -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" Loading res/xml/accounts_work_dashboard_settings.xml +1 −0 Original line number Diff line number Diff line Loading @@ -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" Loading tests/robotests/src/com/android/settings/applications/defaultapps/DefaultAutofillPreferenceControllerTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
res/xml/accounts_dashboard_settings.xml +1 −0 Original line number Diff line number Diff line Loading @@ -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" Loading
res/xml/accounts_personal_dashboard_settings.xml +1 −0 Original line number Diff line number Diff line Loading @@ -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" Loading
res/xml/accounts_work_dashboard_settings.xml +1 −0 Original line number Diff line number Diff line Loading @@ -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" Loading
tests/robotests/src/com/android/settings/applications/defaultapps/DefaultAutofillPreferenceControllerTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading