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

/frameworks/base/core/java/android/webkit/
H A DViewStateSerializer.java35 static final int VERSION = 1; field in class:ViewStateSerializer
44 dos.writeInt(VERSION);
55 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.java123 public static final String VERSION = "version"; field in interface:BrowserContract.SyncColumns
126 * Flag indicating that {@link #VERSION} has changed, and this row needs
H A DContactsContract.java788 public static final String VERSION = "version"; field in interface:ContactsContract.SyncColumns
791 * Flag indicating that {@link #VERSION} has changed, and this row needs
2520 * <td>{@link #VERSION}</td>
2530 * <td>Flag indicating that {@link #VERSION} has changed, and this row needs
2860 DatabaseUtils.cursorLongToContentValuesIfPresent(cursor, cv, VERSION);
7062 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.java88 private static final int VERSION = 61 + (USE_OLD_HISTORY ? 1000 : 0); field in class:BatteryStatsImpl
5043 if (version != VERSION) {
5045 + ", expected " + VERSION + "; erasing old stats");
5247 out.writeInt(VERSION);

Completed in 4295 milliseconds