Searched refs:RECEIVER_FLAG_SESSION_FOR_AUGMENTED_AUTOFILL_ONLY (Results 1 – 2 of 2) sorted by relevance
24 import static android.view.autofill.AutofillManager.RECEIVER_FLAG_SESSION_FOR_AUGMENTED_AUTOFILL_ON…383 ((long) RECEIVER_FLAG_SESSION_FOR_AUGMENTED_AUTOFILL_ONLY) << 32; in startSessionLocked()
297 /** @hide */ public static final int RECEIVER_FLAG_SESSION_FOR_AUGMENTED_AUTOFILL_ONLY = 0x1; field in AutofillManager1908 if ((extraFlags & RECEIVER_FLAG_SESSION_FOR_AUGMENTED_AUTOFILL_ONLY) != 0) { in startSessionLocked()