Home
last modified time | relevance | path

Searched refs:VERSION_INIT (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/util/
DRecurrenceRule.java50 private static final int VERSION_INIT = 0; field in RecurrenceRule
104 case VERSION_INIT: in RecurrenceRule()
115 out.writeInt(VERSION_INIT); in writeToStream()
/frameworks/base/core/java/android/net/netstats/
DNetworkStatsDataMigrationUtils.java111 static final int VERSION_INIT = 1; field in NetworkStatsDataMigrationUtils.HistoryVersion
117 static final int VERSION_INIT = 1; field in NetworkStatsDataMigrationUtils.IdentitySetVersion
374 case HistoryVersion.VERSION_INIT: { in readPlatformHistory()
424 if (version <= IdentitySetVersion.VERSION_INIT) { in readPlatformNetworkIdentitySet()
/frameworks/base/core/java/android/net/
DNetworkPolicy.java57 private static final int VERSION_INIT = 1; field in NetworkPolicy
300 if (version < VERSION_INIT || version > VERSION_RAPID) { in getNetworkPolicyFromBackup()
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java314 private static final int VERSION_INIT = 1; field in StorageManagerService
2214 final int version = in.getAttributeInt(null, ATTR_VERSION, VERSION_INIT); in readSettingsLocked()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java353 private static final int VERSION_INIT = 1; field in NetworkPolicyManagerService
2733 int version = VERSION_INIT;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt57628 Landroid/util/RecurrenceRule;->VERSION_INIT:I