Home
last modified time | relevance | path

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

/cts/hostsidetests/rollback/app/src/com/android/cts/rollback/host/app/
DHostTestHelper.java66 private static final String APK_VERSION_SEPARATOR = ","; field in HostTestHelper
785 writer.write(apkInApexVersion + APK_VERSION_SEPARATOR + privApkInApexVersion); in recordApkInApexVersion()
804 String[] versions = reader.readLine().split(APK_VERSION_SEPARATOR); in retrieveApkInApexVersion()