Searched defs:VERSION (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DViewStateSerializer.java34 static final int VERSION = 1; field in class:ViewStateSerializer
43 dos.writeInt(VERSION);
54 if (version > VERSION) {
/frameworks/base/core/java/android/content/
H A DSyncStatusInfo.java27 static final int VERSION = 2; field in class:SyncStatusInfo
69 parcel.writeInt(VERSION);
97 if (version != VERSION && version != 1) {
/frameworks/base/core/java/android/os/
H A DBuild.java79 public static class VERSION { class in class:Build
126 * values that can be found in {@link VERSION#SDK}. Version numbers
/frameworks/base/core/java/android/provider/
H A DBrowserContract.java138 public static final String VERSION = "version"; field in interface:BrowserContract.SyncColumns
141 * Flag indicating that {@link #VERSION} has changed, and this row needs
H A DContactsContract.java790 public static final String VERSION = "version"; field in interface:ContactsContract.SyncColumns
793 * Flag indicating that {@link #VERSION} has changed, and this row needs
2526 * <td>{@link #VERSION}</td>
2536 * <td>Flag indicating that {@link #VERSION} has changed, and this row needs
2866 DatabaseUtils.cursorLongToContentValuesIfPresent(cursor, cv, VERSION);
7147 DatabaseUtils.cursorLongToContentValuesIfPresent(cursor, values, VERSION);
/frameworks/base/services/java/com/android/server/am/
H A DUsageStatsService.java76 private static final int VERSION = 1007; field in class:UsageStatsService
335 if (vers != VERSION) {
580 out.writeInt(VERSION);
900 if (vers != VERSION) {
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java90 private static final int VERSION = 62 + (USE_OLD_HISTORY ? 1000 : 0); field in class:BatteryStatsImpl
5078 if (version != VERSION) {
5080 + ", expected " + VERSION + "; erasing old stats");
5282 out.writeInt(VERSION);

Completed in 80 milliseconds