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

  /frameworks/base/core/java/android/provider/
Downloads.java 595 public static final int STATUS_WAITING_FOR_NETWORK = 195;
726 * {@link #STATUS_WAITING_FOR_NETWORK}
738 case STATUS_WAITING_FOR_NETWORK: return "WAITING_FOR_NETWORK";
  /packages/apps/Messaging/src/com/android/messaging/mmslib/
Downloads.java 586 public static final int STATUS_WAITING_FOR_NETWORK = 195;
717 * {@link #STATUS_WAITING_FOR_NETWORK}
729 case STATUS_WAITING_FOR_NETWORK: return "WAITING_FOR_NETWORK";

Completed in 211 milliseconds