Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/util/
H A DRecurrenceRule.java49 private static final int VERSION_INIT = 0; field in RecurrenceRule
103 case VERSION_INIT: in RecurrenceRule()
114 out.writeInt(VERSION_INIT); in writeToStream()
/aosp14/frameworks/base/core/java/android/net/netstats/
H A 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()
/aosp14/frameworks/base/core/java/android/net/
H A DNetworkPolicy.java57 private static final int VERSION_INIT = 1; field in NetworkPolicy
300 if (version < VERSION_INIT || version > VERSION_RAPID) { in getNetworkPolicyFromBackup()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java304 private static final int VERSION_INIT = 1; field in StorageManagerService
2120 final int version = in.getAttributeInt(null, ATTR_VERSION, VERSION_INIT); in readSettingsLocked()
/aosp14/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java337 private static final int VERSION_INIT = 1; field in NetworkPolicyManagerService
2505 int version = VERSION_INIT;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt58271 Landroid/util/RecurrenceRule;->VERSION_INIT:I