Home
last modified time | relevance | path

Searched refs:BIND_NOT_VISIBLE (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DConnectionRecord.java98 if ((flags&Context.BIND_NOT_VISIBLE) != 0) { in toString()
DActivityManagerService.java16822 } else if ((cr.flags&Context.BIND_NOT_VISIBLE) != 0
/frameworks/base/services/core/java/com/android/server/connectivity/
DPacManager.java311 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()
/frameworks/base/services/core/java/com/android/server/
DServiceWatcher.java245 | Context.BIND_NOT_VISIBLE, mIsMultiuser ? UserHandle.OWNER : UserHandle.CURRENT); in bindToPackageLocked()
DInputMethodManagerService.java1275 | Context.BIND_NOT_VISIBLE | Context.BIND_NOT_FOREGROUND in startInputInnerLocked()
1895 | Context.BIND_NOT_VISIBLE); in showCurrentInputLocked()
/frameworks/base/core/java/android/content/
DContext.java283 public static final int BIND_NOT_VISIBLE = 0x40000000; field in Context