Searched refs:BIND_NOT_VISIBLE (Results 1 – 6 of 6) sorted by relevance
98 if ((flags&Context.BIND_NOT_VISIBLE) != 0) { in toString()
17308 } else if ((cr.flags&Context.BIND_NOT_VISIBLE) != 0 in computeOomAdjLocked()
306 Context.BIND_AUTO_CREATE | Context.BIND_NOT_FOREGROUND | Context.BIND_NOT_VISIBLE); in bind()344 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()
1280 | Context.BIND_NOT_VISIBLE | Context.BIND_NOT_FOREGROUND in startInputInnerLocked()1900 | Context.BIND_NOT_VISIBLE); in showCurrentInputLocked()
284 public static final int BIND_NOT_VISIBLE = 0x40000000; field in Context