Searched defs:mGotPopupSelection (Results 1 - 1 of 1) sorted by path

/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/
H A DAutofillTest.java65 private final AtomicBoolean mGotPopupSelection = new AtomicBoolean(false); field in class:AutofillTest.MockAutofillCallback
72 mGotPopupSelection.set(true);
79 return mGotPopupSelection.get();

Completed in 264 milliseconds