HomeSort by relevance Sort by last modified time
    Searched refs:AutofillHandler (Results 1 - 2 of 2) sorted by null

  /packages/apps/Browser/src/com/android/browser/
AutofillHandler.java 34 public class AutofillHandler {
47 private static final String LOGTAG = "AutofillHandler";
49 public AutofillHandler(Context context) {
164 synchronized(AutofillHandler.this) {
260 synchronized (AutofillHandler.this) {
BrowserSettings.java 114 private AutofillHandler mAutofillHandler;
143 mAutofillHandler = new AutofillHandler(mContext);
    [all...]

Completed in 880 milliseconds