Home
last modified time | relevance | path

Searched refs:DEFAULT_PACKAGE_VERSION (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/
DDeviceConfigUtils.java66 public static final long DEFAULT_PACKAGE_VERSION = 1000; field in DeviceConfigUtils
92 return DEFAULT_PACKAGE_VERSION; in getPackageVersion()
287 return DEFAULT_PACKAGE_VERSION; in getTetheringModuleVersion()
305 return DEFAULT_PACKAGE_VERSION; in getNetworkStackModuleVersion()
349 return moduleVersion == DEFAULT_PACKAGE_VERSION in isFeatureSupported()
/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/
DDeviceConfigUtilsTest.java443 assertEquals(DeviceConfigUtils.DEFAULT_PACKAGE_VERSION, in testGetNetworkStackModuleVersionOnNonMainline()