Searched refs:AutofillServiceInfo (Results 1 – 7 of 7) sorted by relevance
60 public final class AutofillServiceInfo { class98 public AutofillServiceInfo(Context context, ComponentName comp, int userHandle) in AutofillServiceInfo() method in AutofillServiceInfo103 public AutofillServiceInfo(Context context, ServiceInfo si) { in AutofillServiceInfo() method in AutofillServiceInfo245 private AutofillServiceInfo(String passwordsActivity) { in AutofillServiceInfo() method in AutofillServiceInfo270 public AutofillServiceInfo build() { in build()271 return new AutofillServiceInfo(mPasswordsActivity); in build()302 public static List<AutofillServiceInfo> getAvailableServices( in getAvailableServices()304 final List<AutofillServiceInfo> services = new ArrayList<>(); in getAvailableServices()320 services.add(new AutofillServiceInfo(context, serviceInfo)); in getAvailableServices()
57 import android.service.autofill.AutofillServiceInfo;123 private AutofillServiceInfo mInfo;283 mInfo = new AutofillServiceInfo(getContext(), serviceComponent, mUserId); in newServiceInfoLocked()
48076 Landroid/service/autofill/AutofillServiceInfo;-><init>(Landroid/content/Context;Landroid/content/Co…48077 Landroid/service/autofill/AutofillServiceInfo;-><init>(Landroid/content/Context;Landroid/content/pm…48078 Landroid/service/autofill/AutofillServiceInfo;->dump(Ljava/lang/String;Ljava/io/PrintWriter;)V48079 Landroid/service/autofill/AutofillServiceInfo;->getCompatibilityPackages()Landroid/util/ArrayMap;48080 Landroid/service/autofill/AutofillServiceInfo;->getServiceInfo()Landroid/content/pm/ServiceInfo;48081 Landroid/service/autofill/AutofillServiceInfo;->getServiceInfoOrThrow(Landroid/content/ComponentNam…48082 Landroid/service/autofill/AutofillServiceInfo;->getSettingsActivity()Ljava/lang/String;48083 Landroid/service/autofill/AutofillServiceInfo;->mCompatibilityPackages:Landroid/util/ArrayMap;48084 Landroid/service/autofill/AutofillServiceInfo;->mServiceInfo:Landroid/content/pm/ServiceInfo;48085 Landroid/service/autofill/AutofillServiceInfo;->mSettingsActivity:Ljava/lang/String;[all …]
6917 android.service.autofill.AutofillServiceInfo
29321 Landroid/service/autofill/AutofillServiceInfo;
6921 android.service.autofill.AutofillServiceInfo
39455 Landroid/service/autofill/AutofillServiceInfo;