Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DRootProcessScanner.java81 throws DeviceNotAvailableException, MalformedStatMException { in getRootProcesses()
91 throws DeviceNotAvailableException, MalformedStatMException { in getRootProcessDirs()
111 throws DeviceNotAvailableException, MalformedStatMException { in isRootProcessDir()
123 throws DeviceNotAvailableException, MalformedStatMException { in isKernelProcess()
134 throw new MalformedStatMException(processDir in isKernelProcess()
146 public static class MalformedStatMException extends Exception { class in RootProcessScanner
147 MalformedStatMException(String detailMessage) { in MalformedStatMException() method in RootProcessScanner.MalformedStatMException