Searched defs:TYPE_SAVE_SHOWN (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/service/autofill/
H A DFillEventHistory.java174 public static final int TYPE_SAVE_SHOWN = 3; field in class:FillEventHistory.Event
181 TYPE_SAVE_SHOWN})
216 mEventType = Preconditions.checkArgumentInRange(eventType, 0, TYPE_SAVE_SHOWN,

Completed in 57 milliseconds