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

/frameworks/base/services/core/java/com/android/server/am/
H A DConnectionRecord.java107 if ((flags&Context.BIND_NOT_VISIBLE) != 0) {
H A DActivityManagerService.java19414 } else if ((cr.flags&Context.BIND_NOT_VISIBLE) != 0
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DPacManager.java306 Context.BIND_AUTO_CREATE | Context.BIND_NOT_FOREGROUND | Context.BIND_NOT_VISIBLE);
344 Context.BIND_AUTO_CREATE | Context.BIND_NOT_FOREGROUND | Context.BIND_NOT_VISIBLE);
/frameworks/base/services/core/java/com/android/server/
H A DServiceWatcher.java282 Context.BIND_AUTO_CREATE | Context.BIND_NOT_FOREGROUND | Context.BIND_NOT_VISIBLE,
H A DInputMethodManagerService.java1472 | Context.BIND_NOT_VISIBLE | Context.BIND_NOT_FOREGROUND
2140 | Context.BIND_NOT_VISIBLE);
/frameworks/base/core/java/android/content/
H A DContext.java344 public static final int BIND_NOT_VISIBLE = 0x40000000; field in class:Context

Completed in 186 milliseconds