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…361 ((long) RECEIVER_FLAG_SESSION_FOR_AUGMENTED_AUTOFILL_ONLY) << 32; in startSessionLocked()
236 /** @hide */ public static final int RECEIVER_FLAG_SESSION_FOR_AUGMENTED_AUTOFILL_ONLY = 0x1; field in AutofillManager1759 if ((extraFlags & RECEIVER_FLAG_SESSION_FOR_AUGMENTED_AUTOFILL_ONLY) != 0) { in startSessionLocked()