Home | History | Annotate | Download | only in browser

Lines Matching refs:AutoFillProfile

30 import android.webkit.WebSettingsClassic.AutoFillProfile;
36 private AutoFillProfile mAutoFillProfile;
72 Log.w(LOGTAG, "Caught exception while waiting for AutofillProfile to load.");
123 mAutoFillProfile = new AutoFillProfile(mAutoFillActiveProfileId,
168 setAutoFillProfile(new AutoFillProfile(1, name, email, company,
198 public synchronized void setAutoFillProfile(AutoFillProfile profile, Message msg) {
218 public synchronized AutoFillProfile getAutoFillProfile() {
252 private class SaveProfileToDbTask extends AutoFillProfileDbTask<AutoFillProfile> {
258 protected Void doInBackground(AutoFillProfile... values) {
262 AutoFillProfile newProfile = values[0];