Searched refs:mAutofillProxies (Results 1 – 1 of 1) sorted by relevance
260 if (mAutofillProxies == null) { in handleOnFillRequest()261 mAutofillProxies = new SparseArray<>(); in handleOnFillRequest()271 mAutofillProxies.put(sessionId, proxy); in handleOnFillRequest()289 if (mAutofillProxies != null) { in handleOnDestroyAllFillWindowsRequest()290 final int size = mAutofillProxies.size(); in handleOnDestroyAllFillWindowsRequest()310 mAutofillProxies.clear(); in handleOnDestroyAllFillWindowsRequest()316 if (mAutofillProxies == null) { in handleOnUnbind()320 final int size = mAutofillProxies.size(); in handleOnUnbind()330 mAutofillProxies = null; in handleOnUnbind()338 if (mAutofillProxies != null) { in dump()[all …]