Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DBootReceiver.java262 final String corruptionRegex = "Detected corrupted memory at 0x[0-9a-f]+"; in stripSensitiveData() local
263 final Pattern corruptionPattern = Pattern.compile(corruptionRegex); in stripSensitiveData()