Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DConnectionRecord.java110 if ((flags&Context.BIND_NOT_VISIBLE) != 0) { in toString()
DActivityManagerService.java21158 } else if ((cr.flags&Context.BIND_NOT_VISIBLE) != 0
/frameworks/base/services/core/java/com/android/server/connectivity/
DPacManager.java340 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()
/frameworks/base/services/core/java/com/android/server/
DServiceWatcher.java297 Context.BIND_AUTO_CREATE | Context.BIND_NOT_FOREGROUND | Context.BIND_NOT_VISIBLE, in bindToPackageLocked()
/frameworks/base/core/java/android/content/
DContext.java388 public static final int BIND_NOT_VISIBLE = 0x40000000; field in Context