Home
last modified time | relevance | path

Searched refs:SaveInfo (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/autofill/java/com/android/server/autofill/
DHintsHelper.java19 import static android.service.autofill.SaveInfo.SAVE_DATA_TYPE_ADDRESS;
20 import static android.service.autofill.SaveInfo.SAVE_DATA_TYPE_CREDIT_CARD;
21 import static android.service.autofill.SaveInfo.SAVE_DATA_TYPE_DEBIT_CARD;
22 import static android.service.autofill.SaveInfo.SAVE_DATA_TYPE_EMAIL_ADDRESS;
23 import static android.service.autofill.SaveInfo.SAVE_DATA_TYPE_GENERIC_CARD;
24 import static android.service.autofill.SaveInfo.SAVE_DATA_TYPE_PASSWORD;
25 import static android.service.autofill.SaveInfo.SAVE_DATA_TYPE_PAYMENT_CARD;
26 import static android.service.autofill.SaveInfo.SAVE_DATA_TYPE_USERNAME;
DHelper.java35 import android.service.autofill.SaveInfo;
296 static ArrayMap<AutofillId, InternalSanitizer> createSanitizers(@Nullable SaveInfo saveInfo) { in createSanitizers()
DSession.java163 import android.service.autofill.SaveInfo;
1845 SaveInfo saveInfo = response.getSaveInfo(); in isEmptyResponse()
1852 && ((saveInfo.getFlags() & SaveInfo.FLAG_DELAY_SAVE) == 0))) in isEmptyResponse()
1982 private SaveInfo getEligibleSaveInfo(FillResponse response) { in getEligibleSaveInfo()
1983 SaveInfo saveInfo = response.getSaveInfo(); in getEligibleSaveInfo()
1986 || (saveInfo.getFlags() & SaveInfo.FLAG_DELAY_SAVE) != 0)) { in getEligibleSaveInfo()
1998 if (saveType == SaveInfo.SAVE_DATA_TYPE_GENERIC) { in getEligibleSaveInfo()
2015 return SaveInfo.copy(saveInfo, autofillIds); in getEligibleSaveInfo()
3195 private SaveInfo getSaveInfoLocked() { in getSaveInfoLocked()
3202 final SaveInfo saveInfo = getSaveInfoLocked(); in getSaveInfoFlagsLocked()
[all …]
DAutofillManagerServiceImpl.java66 import android.service.autofill.SaveInfo;
708 && (previousSession.getSaveInfoFlagsLocked() & SaveInfo.FLAG_DELAY_SAVE) != 0) { in getPreviousSessionsLocked()
/frameworks/base/core/java/android/service/autofill/
DSaveInfo.java150 public final class SaveInfo implements Parcelable { class
342 public static SaveInfo copy(SaveInfo s, AutofillId[] optionalIds) { in copy()
343 return new SaveInfo(s.mType, s.mNegativeButtonStyle, s.mPositiveButtonStyle, in copy()
349 private SaveInfo(@SaveDataType int type, @NegativeButtonStyle int negativeButtonStyle, in SaveInfo() method in SaveInfo
370 private SaveInfo(Builder builder) { in SaveInfo() method in SaveInfo
818 public SaveInfo build() { in build()
821 return new SaveInfo(this); in build()
839 .append(DebugUtils.flagsToString(SaveInfo.class, "SAVE_DATA_TYPE_", mType)) in toString()
841 .append(", negative style=").append(DebugUtils.flagsToString(SaveInfo.class, in toString()
843 .append(", positive style=").append(DebugUtils.flagsToString(SaveInfo.class, in toString()
[all …]
DFillResponse.java102 private final @Nullable SaveInfo mSaveInfo;
135 FillResponse r, List<Dataset> datasets, SaveInfo saveInfo) { in shallowCopy()
166 private FillResponse(ParceledListSlice<Dataset> datasets, SaveInfo saveInfo, Bundle clientState, in FillResponse()
254 public @Nullable SaveInfo getSaveInfo() { in getSaveInfo()
389 private SaveInfo mSaveInfo;
778 public @NonNull Builder setSaveInfo(@NonNull SaveInfo saveInfo) { in setSaveInfo()
1303 … builder.setSaveInfo(parcel.readParcelable(null, android.service.autofill.SaveInfo.class));
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DSaveUi.java44 import android.service.autofill.SaveInfo;
182 @NonNull SaveInfo info, @NonNull ValueFinder valueFinder, in SaveUi()
246 if ((mType & SaveInfo.SAVE_DATA_TYPE_PASSWORD) != 0) { in SaveUi()
249 if ((mType & SaveInfo.SAVE_DATA_TYPE_ADDRESS) != 0) { in SaveUi()
254 final int cardTypeMask = SaveInfo.SAVE_DATA_TYPE_CREDIT_CARD in SaveUi()
255 | SaveInfo.SAVE_DATA_TYPE_DEBIT_CARD in SaveUi()
256 | SaveInfo.SAVE_DATA_TYPE_PAYMENT_CARD; in SaveUi()
258 if (count > 1 || (mType & SaveInfo.SAVE_DATA_TYPE_GENERIC_CARD) != 0) { in SaveUi()
260 } else if ((mType & SaveInfo.SAVE_DATA_TYPE_PAYMENT_CARD) != 0) { in SaveUi()
262 } else if ((mType & SaveInfo.SAVE_DATA_TYPE_CREDIT_CARD) != 0) { in SaveUi()
[all …]
DAutoFillUI.java39 import android.service.autofill.SaveInfo;
338 @Nullable String servicePackageName, @NonNull SaveInfo info, in showSaveUi()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt48210 Landroid/service/autofill/FillResponse$Builder;->mSaveInfo:Landroid/service/autofill/SaveInfo;
48226 Landroid/service/autofill/FillResponse;->getSaveInfo()Landroid/service/autofill/SaveInfo;
48239 Landroid/service/autofill/FillResponse;->mSaveInfo:Landroid/service/autofill/SaveInfo;
48320 Landroid/service/autofill/SaveInfo$Builder;->mCustomDescription:Landroid/service/autofill/CustomDes…
48321 Landroid/service/autofill/SaveInfo$Builder;->mDescription:Ljava/lang/CharSequence;
48322 Landroid/service/autofill/SaveInfo$Builder;->mDestroyed:Z
48323 Landroid/service/autofill/SaveInfo$Builder;->mFlags:I
48324 Landroid/service/autofill/SaveInfo$Builder;->mNegativeActionListener:Landroid/content/IntentSender;
48325 Landroid/service/autofill/SaveInfo$Builder;->mNegativeButtonStyle:I
48326 Landroid/service/autofill/SaveInfo$Builder;->mOptionalIds:[Landroid/view/autofill/AutofillId;
[all …]
/frameworks/base/core/api/
Dcurrent.txt40195 …roid.service.autofill.FillResponse.Builder setSaveInfo(@NonNull android.service.autofill.SaveInfo);
40269 public final class SaveInfo implements android.os.Parcelable {
40272 …nNull public static final android.os.Parcelable.Creator<android.service.autofill.SaveInfo> CREATOR;
40292 public static final class SaveInfo.Builder {
40293 ctor public SaveInfo.Builder(int, @NonNull android.view.autofill.AutofillId[]);
40294 ctor public SaveInfo.Builder(int);
40295 …method @NonNull public android.service.autofill.SaveInfo.Builder addSanitizer(@NonNull android.ser…
40296 method public android.service.autofill.SaveInfo build();
40297 …method @NonNull public android.service.autofill.SaveInfo.Builder setCustomDescription(@NonNull and…
40298 …method @NonNull public android.service.autofill.SaveInfo.Builder setDescription(@Nullable CharSequ…
[all …]
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...