Searched refs:stripSensitiveData (Results 1 – 2 of 2) sorted by relevance
61 assertEquals(BootReceiver.stripSensitiveData(becomeNull[i]), null); in testLogLinePotentiallySensitive()65 assertEquals(BootReceiver.stripSensitiveData(leftAsIs[i]), leftAsIs[i]); in testLogLinePotentiallySensitive()69 assertEquals(BootReceiver.stripSensitiveData(stripped[i][0]), stripped[i][1]); in testLogLinePotentiallySensitive()
253 public static String stripSensitiveData(String line) { in stripSensitiveData() method in BootReceiver344 if ((line = stripSensitiveData(line)) == null) continue; in processDmesg()