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.java17308 } else if ((cr.flags&Context.BIND_NOT_VISIBLE) != 0 in computeOomAdjLocked()
/frameworks/base/services/core/java/com/android/server/connectivity/
DPacManager.java306 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()
/frameworks/base/services/core/java/com/android/server/
DServiceWatcher.java245 | Context.BIND_NOT_VISIBLE, mIsMultiuser ? UserHandle.OWNER : UserHandle.CURRENT); in bindToPackageLocked()
DInputMethodManagerService.java1280 | Context.BIND_NOT_VISIBLE | Context.BIND_NOT_FOREGROUND in startInputInnerLocked()
1900 | Context.BIND_NOT_VISIBLE); in showCurrentInputLocked()
/frameworks/base/core/java/android/content/
DContext.java284 public static final int BIND_NOT_VISIBLE = 0x40000000; field in Context