Searched refs:mAutofillProxies (Results 1 – 1 of 1) sorted by relevance
92 private SparseArray<AutofillProxy> mAutofillProxies; field in AugmentedAutofillService260 if (mAutofillProxies == null) { in handleOnFillRequest()261 mAutofillProxies = new SparseArray<>(); in handleOnFillRequest()266 AutofillProxy proxy = mAutofillProxies.get(sessionId); in handleOnFillRequest()271 mAutofillProxies.put(sessionId, proxy); in handleOnFillRequest()289 if (mAutofillProxies != null) { in handleOnDestroyAllFillWindowsRequest()290 final int size = mAutofillProxies.size(); in handleOnDestroyAllFillWindowsRequest()292 final int sessionId = mAutofillProxies.keyAt(i); in handleOnDestroyAllFillWindowsRequest()293 final AutofillProxy proxy = mAutofillProxies.valueAt(i); in handleOnDestroyAllFillWindowsRequest()310 mAutofillProxies.clear(); in handleOnDestroyAllFillWindowsRequest()[all …]