HomeSort by relevance Sort by last modified time
    Searched refs:BIND_NOT_VISIBLE (Results 1 - 6 of 6) sorted by null

  /frameworks/base/services/core/java/com/android/server/am/
ConnectionRecord.java 107 if ((flags&Context.BIND_NOT_VISIBLE) != 0) {
ActivityManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
PacManager.java 306 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/
ServiceWatcher.java 245 | Context.BIND_NOT_VISIBLE, mIsMultiuser ? UserHandle.OWNER : UserHandle.CURRENT);
InputMethodManagerService.java     [all...]
  /frameworks/base/core/java/android/content/
Context.java 313 public static final int BIND_NOT_VISIBLE = 0x40000000;
    [all...]

Completed in 228 milliseconds