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