Searched refs:BIND_NOT_VISIBLE (Results 1 – 6 of 6) sorted by relevance
98 if ((flags&Context.BIND_NOT_VISIBLE) != 0) { in toString()
16822 } else if ((cr.flags&Context.BIND_NOT_VISIBLE) != 0
311 Context.BIND_AUTO_CREATE | Context.BIND_NOT_FOREGROUND | Context.BIND_NOT_VISIBLE); in bind()349 Context.BIND_AUTO_CREATE | Context.BIND_NOT_FOREGROUND | Context.BIND_NOT_VISIBLE); in bind()
245 | Context.BIND_NOT_VISIBLE, mIsMultiuser ? UserHandle.OWNER : UserHandle.CURRENT); in bindToPackageLocked()
1275 | Context.BIND_NOT_VISIBLE | Context.BIND_NOT_FOREGROUND in startInputInnerLocked()1895 | Context.BIND_NOT_VISIBLE); in showCurrentInputLocked()
283 public static final int BIND_NOT_VISIBLE = 0x40000000; field in Context