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.java338 failWithException(e); in setCurrent()
360 return failWithException(e); in add()
489 return failWithException(new IllegalArgumentException(joiner.toString())); in failure()
495 private boolean failWithException(RuntimeException e) { in failWithException() method in WifiCandidates