Home
last modified time | relevance | path

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

/cts/libs/install/src/android/cts/install/lib/host/
DInstallUtilsHost.java50 private static final String APEX_INFO_EXTRACT_REGEX = field in InstallUtilsHost
126 Pattern p = Pattern.compile(APEX_INFO_EXTRACT_REGEX); in getApexInfo()