Searched refs:patternMatches (Results 1 – 3 of 3) sorted by relevance
182 .that(logcatReceiver.patternMatches(errorPattern)) in testReceiver_doesNotExecuteIfFlagDisabled()199 .that(logcatReceiver.patternMatches(errorPattern) in verifyReceiverExecuted()213 .that(logcatReceiver.patternMatches(errorPattern)) in verifyReceiverDidNotExecute()
61 .that(logcatReceiver.patternMatches(errorPattern)) in testLogcatDoesNotContainError()
153 public boolean patternMatches(Pattern pattern) { in patternMatches() method in BackgroundLogReceiver