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

  /frameworks/base/services/java/com/android/server/am/
ConnectionRecord.java 98 if ((flags&Context.BIND_NOT_VISIBLE) != 0) {
ActivityManagerService.java     [all...]
  /frameworks/base/services/java/com/android/server/connectivity/
PacManager.java 314 Context.BIND_AUTO_CREATE | Context.BIND_NOT_FOREGROUND | Context.BIND_NOT_VISIBLE);
352 Context.BIND_AUTO_CREATE | Context.BIND_NOT_FOREGROUND | Context.BIND_NOT_VISIBLE);
  /frameworks/base/services/java/com/android/server/
ServiceWatcher.java 246 | Context.BIND_NOT_VISIBLE, mIsMultiuser ? UserHandle.OWNER : UserHandle.CURRENT);
InputMethodManagerService.java     [all...]
  /frameworks/base/core/java/android/content/
Context.java 250 public static final int BIND_NOT_VISIBLE = 0x40000000;
    [all...]

Completed in 116 milliseconds