Home
last modified time | relevance | path

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

/development/tools/bugreport/src/com/android/bugreport/inspector/
DInspector.java441 if (isProcessInteresting(process)) { in makeInterestingProcesses()
450 private boolean isProcessInteresting(ProcessSnapshot process) { in isProcessInteresting() method in Inspector