Searched refs:AutofillOptions (Results 1 – 19 of 19) sorted by relevance
/frameworks/base/core/java/android/content/ |
D | AutofillOptions.java | 40 public final class AutofillOptions implements Parcelable { class 42 private static final String TAG = AutofillOptions.class.getSimpleName(); 65 public AutofillOptions(int loggingLevel, boolean compatModeEnabled) { in AutofillOptions() method in AutofillOptions 88 public static AutofillOptions forWhitelistingItself() { in forWhitelistingItself() 101 final AutofillOptions options = new AutofillOptions( in forWhitelistingItself() 140 public static final @android.annotation.NonNull Parcelable.Creator<AutofillOptions> CREATOR = 141 new Parcelable.Creator<AutofillOptions>() { 144 public AutofillOptions createFromParcel(Parcel parcel) { 147 final AutofillOptions options = new AutofillOptions(loggingLevel, compatMode); 155 public AutofillOptions[] newArray(int size) { [all …]
|
D | AutofillOptions.aidl | 19 parcelable AutofillOptions;
|
D | Context.java | 5703 final AutofillOptions options = getAutofillOptions(); in isAutofillCompatibilityEnabled() 5711 public AutofillOptions getAutofillOptions() { in getAutofillOptions() 5719 public void setAutofillOptions(@SuppressWarnings("unused") @Nullable AutofillOptions options) { in setAutofillOptions()
|
D | ContextWrapper.java | 1086 public AutofillOptions getAutofillOptions() { in getAutofillOptions() 1092 public void setAutofillOptions(AutofillOptions options) { in setAutofillOptions()
|
/frameworks/base/core/java/android/view/autofill/ |
D | AutofillManagerInternal.java | 21 import android.content.AutofillOptions; 46 public abstract AutofillOptions getAutofillOptions(@NonNull String packageName, in getAutofillOptions()
|
D | AutofillManager.java | 33 import android.content.AutofillOptions; 521 private final AutofillOptions mOptions;
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | DecorContext.java | 19 import android.content.AutofillOptions; 102 public AutofillOptions getAutofillOptions() { in getAutofillOptions()
|
/frameworks/base/core/java/android/app/ |
D | IApplicationThread.aidl | 24 import android.content.AutofillOptions; 75 in Bundle coreSettings, in String buildSerial, in AutofillOptions autofillOptions, in bindApplication()
|
D | ContextImpl.java | 24 import android.content.AutofillOptions; 236 private @Nullable AutofillOptions mAutofillOptions; 2453 public AutofillOptions getAutofillOptions() { in getAutofillOptions() 2459 public void setAutofillOptions(AutofillOptions options) { in setAutofillOptions()
|
D | ActivityThread.java | 49 import android.content.AutofillOptions; 791 AutofillOptions autofillOptions; 1013 String buildSerial, AutofillOptions autofillOptions, in bindApplication()
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | AutofillManagerService.java | 33 import android.content.AutofillOptions; 795 public AutofillOptions getAutofillOptions(@NonNull String packageName, in getAutofillOptions() 808 final AutofillOptions options = new AutofillOptions(loggingLevel, compatModeEnabled); in getAutofillOptions() 1001 public void injectAugmentedAutofillInfo(@NonNull AutofillOptions options, in injectAugmentedAutofillInfo()
|
/frameworks/base/core/tests/coretests/src/android/app/servertransaction/ |
D | TransactionParcelTests.java | 31 import android.content.AutofillOptions; 419 AutofillOptions ao, ContentCaptureOptions co, long[] disableCompatChanges) in bindApplication()
|
/frameworks/base/api/ |
D | test-lint-baseline.txt | 230 ConcreteCollection: android.content.AutofillOptions#whitelistedActivitiesForAugmentedAutofill: 698 MissingNullability: android.content.AutofillOptions#forWhitelistingItself(): 700 MissingNullability: android.content.AutofillOptions#writeToParcel(android.os.Parcel, int) parameter… 2216 MutableBareField: android.content.AutofillOptions#appDisabledExpiration: 2218 MutableBareField: android.content.AutofillOptions#augmentedAutofillEnabled: 2220 MutableBareField: android.content.AutofillOptions#disabledActivities: 2222 MutableBareField: android.content.AutofillOptions#whitelistedActivitiesForAugmentedAutofill: 2725 UserHandleName: android.content.AutofillOptions:
|
D | test-current.txt | 611 public final class AutofillOptions implements android.os.Parcelable { 612 ctor public AutofillOptions(int, boolean); 614 method public static android.content.AutofillOptions forWhitelistingItself(); 617 …NonNull public static final android.os.Parcelable.Creator<android.content.AutofillOptions> CREATOR; 655 method public void setAutofillOptions(@Nullable android.content.AutofillOptions);
|
/frameworks/base/core/java/android/view/ |
D | View.java | 47 import android.content.AutofillOptions; 9617 final AutofillOptions options = mContext.getAutofillOptions();
|
/frameworks/base/config/ |
D | preloaded-classes | 767 android.content.AutofillOptions$1 768 android.content.AutofillOptions
|
D | boot-image-profile.txt | 715 …Ljava/util/Map;Landroid/os/Bundle;Ljava/lang/String;Landroid/content/AutofillOptions;Landroid/cont… 1198 HSPLandroid/app/ContextImpl;->getAutofillOptions()Landroid/content/AutofillOptions; 1262 HSPLandroid/app/ContextImpl;->setAutofillOptions(Landroid/content/AutofillOptions;)V 1560 …Ljava/util/Map;Landroid/os/Bundle;Ljava/lang/String;Landroid/content/AutofillOptions;Landroid/cont… 3325 HSPLandroid/content/AutofillOptions$1;-><init>()V 3326 HSPLandroid/content/AutofillOptions$1;->createFromParcel(Landroid/os/Parcel;)Landroid/content/Autof… 3327 HSPLandroid/content/AutofillOptions$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object; 3328 HSPLandroid/content/AutofillOptions;->isAugmentedAutofillEnabled(Landroid/content/Context;)Z 3329 HSPLandroid/content/AutofillOptions;->writeToParcel(Landroid/os/Parcel;I)V 3578 HSPLandroid/content/ContextWrapper;->getAutofillOptions()Landroid/content/AutofillOptions; [all …]
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 194 import android.content.AutofillOptions; 5050 AutofillOptions autofillOptions = null; in attachApplicationLocked()
|
/frameworks/base/services/ |
D | art-profile | 4509 …gerService$LocalService;->getAutofillOptions(Ljava/lang/String;JI)Landroid/content/AutofillOptions;
|