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.java180 private String mMatchDescription; field in Monkey
344 if (mMatchDescription == null in appCrashed()
345 || shortMsg.contains(mMatchDescription) in appCrashed()
346 || longMsg.contains(mMatchDescription) in appCrashed()
347 || stackTrace.contains(mMatchDescription)) { in appCrashed()
374 if (mMatchDescription == null || processStats.contains(mMatchDescription)) { in appNotResponding()
400 if (mMatchDescription == null || message.contains(mMatchDescription)) { in systemNotResponding()
829 mMatchDescription = nextOptionData(); in processOptions()