Home
last modified time | relevance | path

Searched refs:AutofillCompatState (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerServiceImpl.java88 import com.android.server.autofill.AutofillManagerService.AutofillCompatState;
164 private final AutofillCompatState mAutofillCompatState;
199 AutofillCompatState autofillCompatState, in AutofillManagerServiceImpl()
DAutofillManagerService.java169 private final AutofillCompatState mAutofillCompatState = new AutofillCompatState();
1431 static final class AutofillCompatState { class in AutofillManagerService