Searched refs:VERSION_INIT (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkIdentitySet.java34 private static final int VERSION_INIT = 1; field in class:NetworkIdentitySet
45 if (version <= VERSION_INIT) {
H A DNetworkPolicyManagerService.java193 private static final int VERSION_INIT = 1; field in class:NetworkPolicyManagerService
1337 int version = VERSION_INIT;
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
H A DDocumentStack.java37 private static final int VERSION_INIT = 1; field in class:DocumentStack
105 case VERSION_INIT:
H A DDocumentInfo.java47 private static final int VERSION_INIT = 1; field in class:DocumentInfo
93 case VERSION_INIT:
H A DRootInfo.java44 private static final int VERSION_INIT = 1; field in class:RootInfo
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRecentsProvider.java119 private static final int VERSION_INIT = 1; field in class:RecentsProvider.DatabaseHelper
/frameworks/base/core/java/android/net/
H A DNetworkStatsHistory.java59 private static final int VERSION_INIT = 1; field in class:NetworkStatsHistory
151 case VERSION_INIT: {
/frameworks/base/services/core/java/com/android/server/
H A DMountService.java257 private static final int VERSION_INIT = 1; field in class:MountService
1462 final int version = readIntAttribute(in, ATTR_VERSION, VERSION_INIT);

Completed in 2984 milliseconds