Searched refs:FLAG_INTERACTIVE (Results 1 – 2 of 2) sorted by relevance
139 public final static int FLAG_INTERACTIVE = 0x20000000; field
5863 final boolean interactive = (policyFlags & FLAG_INTERACTIVE) != 0; in interceptKeyBeforeQueueing()