Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DLaunchParamsPersister.java70 private static final char ESCAPED_COMPONENT_SEPARATOR = '_'; field in LaunchParamsPersister
147 .replace(ESCAPED_COMPONENT_SEPARATOR, ORIGINAL_COMPONENT_SEPARATOR); in loadLaunchParams()
298 .replace(ORIGINAL_COMPONENT_SEPARATOR, ESCAPED_COMPONENT_SEPARATOR); in getParamFile()