Home
last modified time | relevance | path

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

/development/cmds/monkey/src/com/android/commands/monkey/
DMonkey.java179 private String mMatchDescription; field in Monkey
343 if (mMatchDescription == null in appCrashed()
344 || shortMsg.contains(mMatchDescription) in appCrashed()
345 || longMsg.contains(mMatchDescription) in appCrashed()
346 || stackTrace.contains(mMatchDescription)) { in appCrashed()
373 if (mMatchDescription == null || processStats.contains(mMatchDescription)) { in appNotResponding()
399 if (mMatchDescription == null || message.contains(mMatchDescription)) { in systemNotResponding()
825 mMatchDescription = nextOptionData(); in processOptions()