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

  /frameworks/base/core/java/android/content/
SyncStats.java 54 public long numParseExceptions;
99 numParseExceptions = 0;
111 numParseExceptions = in.readLong();
126 if (numParseExceptions > 0) sb.append(" numParseExceptions: ").append(numParseExceptions);
144 numParseExceptions = 0;
160 dest.writeLong(numParseExceptions);
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 28 milliseconds