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

  /frameworks/base/services/core/java/com/android/server/connectivity/
NetworkMonitor.java 169 public static final int CMD_FORCE_REEVALUATION = BASE + 8;
332 case CMD_FORCE_REEVALUATION:
366 sendMessageDelayed(CMD_FORCE_REEVALUATION, 0 /* no UID */,
375 case CMD_FORCE_REEVALUATION:
388 // remove any other CMD_FORCE_REEVALUATION in the message queue. At the moment this
391 removeMessages(CMD_FORCE_REEVALUATION);
493 case CMD_FORCE_REEVALUATION:
617 case CMD_FORCE_REEVALUATION:
    [all...]
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java     [all...]

Completed in 70 milliseconds