Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiCandidates.java439 failWithException(e); in setCurrent()
532 return failWithException(e); in validConfigAndScanDetail()
641 return failWithException(new IllegalArgumentException(joiner.toString())); in failure()
647 private boolean failWithException(RuntimeException e) { in failWithException() method in WifiCandidates