Searched refs:getOptionalIds (Results 1 – 4 of 4) sorted by relevance
284 numIds += info.getOptionalIds() == null ? 0 : info.getOptionalIds().length; in showSaveUi()
321 public @Nullable AutofillId[] getOptionalIds() { in getOptionalIds() method in SaveInfo
1740 final AutofillId[] optionalIds = saveInfo.getOptionalIds(); in showSaveLocked()2238 if (ArrayUtils.contains(saveInfo.getOptionalIds(), id) in shouldStartNewPartitionLocked()2591 if (saveInfo.getOptionalIds() != null) { in updateTrackedIdsLocked()2592 Collections.addAll(trackedViews, saveInfo.getOptionalIds()); in updateTrackedIdsLocked()2895 final AutofillId[] optionalIds = saveInfo.getOptionalIds(); in setViewStatesLocked()
62895 Landroid/service/autofill/SaveInfo;->getOptionalIds()[Landroid/view/autofill/AutofillId;