Home
last modified time | relevance | path

Searched refs:AutofillServiceInfo (Results 1 – 14 of 14) sorted by relevance

/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/applications/autofill/
H A DPasswordsPreferenceControllerTest.java37 import android.service.autofill.AutofillServiceInfo;
95 AutofillServiceInfo service = new AutofillServiceInfo.TestDataBuilder().build(); in getAvailabilityStatus_noPasswords_returnsUnavailable()
118 AutofillServiceInfo service = new AutofillServiceInfo.TestDataBuilder().build(); in displayPreference_noPasswords_noPreferencesAdded()
128 AutofillServiceInfo service = createServiceWithPasswords(); in displayPreference_withPasswords_addsPreference()
152 List<AutofillServiceInfo> availableServices) { in createControllerWithServices()
159 private AutofillServiceInfo createServiceWithPasswords() { in createServiceWithPasswords()
160 return new AutofillServiceInfo.TestDataBuilder() in createServiceWithPasswords()
/aosp12/frameworks/base/core/java/android/service/autofill/
H A DAutofillServiceInfo.java60 public final class AutofillServiceInfo { class
94 public AutofillServiceInfo(Context context, ComponentName comp, int userHandle) in AutofillServiceInfo() method in AutofillServiceInfo
99 public AutofillServiceInfo(Context context, ServiceInfo si) { in AutofillServiceInfo() method in AutofillServiceInfo
241 private AutofillServiceInfo(String passwordsActivity) { in AutofillServiceInfo() method in AutofillServiceInfo
266 public AutofillServiceInfo build() { in build()
267 return new AutofillServiceInfo(mPasswordsActivity); in build()
298 public static List<AutofillServiceInfo> getAvailableServices( in getAvailableServices()
300 final List<AutofillServiceInfo> services = new ArrayList<>(); in getAvailableServices()
310 services.add(new AutofillServiceInfo(context, serviceInfo)); in getAvailableServices()
/aosp12/packages/apps/Settings/src/com/android/settings/applications/autofill/
H A DPasswordsPreferenceController.java38 import android.service.autofill.AutofillServiceInfo;
76 private final List<AutofillServiceInfo> mServices;
89 init(lifecycleOwner, AutofillServiceInfo.getAvailableServices(mContext, getUser())); in onCreate()
93 void init(LifecycleOwner lifecycleOwner, List<AutofillServiceInfo> availableServices) { in init()
122 final AutofillServiceInfo service = mServices.get(i); in addPasswordPreferences()
163 AutofillServiceInfo service, @UserIdInt int user, MutableLiveData<Integer> data) { in requestSavedPasswordCount()
/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
H A DShadowAutofillServiceInfo.java21 import android.service.autofill.AutofillServiceInfo;
27 @Implements(AutofillServiceInfo.class)
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/applications/defaultapps/
H A DDefaultAutofillPickerEntryPreferenceController.java28 import android.service.autofill.AutofillServiceInfo;
94 settingsActivity = new AutofillServiceInfo(getContext(), serviceInfo) in getSettingIntent()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/autofill/
H A DAutofillHelper.java28 import android.service.autofill.AutofillServiceInfo;
124 settingsActivity = new AutofillServiceInfo(context, serviceInfo) in getAutofillSettingsIntent()
/aosp12/packages/apps/Settings/src/com/android/settings/applications/defaultapps/
H A DDefaultAutofillPicker.java34 import android.service.autofill.AutofillServiceInfo;
297 settingsActivity = new AutofillServiceInfo(mContext, serviceInfo) in getIntent()
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerServiceImpl.java51 import android.service.autofill.AutofillServiceInfo;
115 private AutofillServiceInfo mInfo;
239 mInfo = new AutofillServiceInfo(getContext(), serviceComponent, mUserId); in newServiceInfoLocked()
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes6168 android.service.autofill.AutofillServiceInfo
H A Dboot-image-profile.txt29566 Landroid/service/autofill/AutofillServiceInfo;
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt52042 Landroid/service/autofill/AutofillServiceInfo;-><init>(Landroid/content/Context;Landroid/content/Co…
52044 Landroid/service/autofill/AutofillServiceInfo;->dump(Ljava/lang/String;Ljava/io/PrintWriter;)V
52045 Landroid/service/autofill/AutofillServiceInfo;->getCompatibilityPackages()Landroid/util/ArrayMap;
52046 Landroid/service/autofill/AutofillServiceInfo;->getServiceInfo()Landroid/content/pm/ServiceInfo;
52048 Landroid/service/autofill/AutofillServiceInfo;->getSettingsActivity()Ljava/lang/String;
52049 Landroid/service/autofill/AutofillServiceInfo;->mCompatibilityPackages:Landroid/util/ArrayMap;
52050 Landroid/service/autofill/AutofillServiceInfo;->mServiceInfo:Landroid/content/pm/ServiceInfo;
52051 Landroid/service/autofill/AutofillServiceInfo;->mSettingsActivity:Ljava/lang/String;
52053 Landroid/service/autofill/AutofillServiceInfo;->TAG:Ljava/lang/String;
52054 Landroid/service/autofill/AutofillServiceInfo;->TAG_AUTOFILL_SERVICE:Ljava/lang/String;
[all …]
/aosp12/frameworks/base/config/
H A Dpreloaded-classes6166 android.service.autofill.AutofillServiceInfo
H A Dboot-image-profile.txt39203 Landroid/service/autofill/AutofillServiceInfo;
/aosp12/frameworks/base/services/
H A Dart-profile12022 …util/SparseArray;]Landroid/service/autofill/AutofillServiceInfo;Landroid/service/autofill/Autofill…
12049 …EnabledLocked()Z+]Landroid/service/autofill/AutofillServiceInfo;Landroid/service/autofill/Autofill…
12080 …nt/ComponentName;]Landroid/service/autofill/AutofillServiceInfo;Landroid/service/autofill/Autofill…