Searched refs:BIND_NOT_VISIBLE (Results 1 – 5 of 5) sorted by relevance
110 if ((flags&Context.BIND_NOT_VISIBLE) != 0) { in toString()
21158 } else if ((cr.flags&Context.BIND_NOT_VISIBLE) != 0
340 Context.BIND_AUTO_CREATE | Context.BIND_NOT_FOREGROUND | Context.BIND_NOT_VISIBLE); in bind()378 Context.BIND_AUTO_CREATE | Context.BIND_NOT_FOREGROUND | Context.BIND_NOT_VISIBLE); in bind()
297 Context.BIND_AUTO_CREATE | Context.BIND_NOT_FOREGROUND | Context.BIND_NOT_VISIBLE, in bindToPackageLocked()
388 public static final int BIND_NOT_VISIBLE = 0x40000000; field in Context