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

  /frameworks/base/core/java/android/net/
NetworkPolicy.java 35 public static final long LIMIT_DISABLED = -1;
116 return limitBytes != LIMIT_DISABLED && totalBytes >= limitBytes;
136 if (another == null || another.limitBytes == LIMIT_DISABLED) {
140 if (limitBytes == LIMIT_DISABLED || another.limitBytes < limitBytes) {
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 39 milliseconds