OSDN Git Service

Replaced auto-fill by autofill to keep it consistent with API style.
authorFelipe Leme <felipeal@google.com>
Tue, 7 Mar 2017 16:58:15 +0000 (08:58 -0800)
committerFelipe Leme <felipeal@google.com>
Wed, 8 Mar 2017 21:45:27 +0000 (13:45 -0800)
commit4fa4a2e3f5383dfa0f82470188ba2ea12601f689
tree8adaaebb4979e03c65e628ee8c76509e3966e6f6
parent9a8bae083819c9166a06e98255598fe95950c167
Replaced auto-fill by autofill to keep it consistent with API style.

To keep backward compatibility, it looks for the new service (AutofillService),
then falls back to the old one (AutoFillService) if not found.

Bug: 35956626
Bug: 36024626
Test: manual verification with a custom service
Test: RunSettingsRoboTests passes

Change-Id: I64112ac5d796e94866e632ec8ea79a3fb13e3d9b
res/xml/app_default_settings.xml
src/com/android/settings/applications/AdvancedAppSettings.java
src/com/android/settings/applications/defaultapps/DefaultAutofillPicker.java [moved from src/com/android/settings/applications/defaultapps/DefaultAutoFillPicker.java with 62% similarity]
src/com/android/settings/applications/defaultapps/DefaultAutofillPreferenceController.java [moved from src/com/android/settings/applications/defaultapps/DefaultAutoFillPreferenceController.java with 85% similarity]
tests/robotests/src/com/android/settings/applications/defaultapps/DefaultAutofillPickerTest.java [moved from tests/robotests/src/com/android/settings/applications/defaultapps/DefaultAutoFillPickerTest.java with 95% similarity]
tests/robotests/src/com/android/settings/applications/defaultapps/DefaultAutofillPreferenceControllerTest.java [moved from tests/robotests/src/com/android/settings/applications/defaultapps/DefaultAutoFillPreferenceControllerTest.java with 90% similarity]