Searched refs:getException (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccIoResult.java56 public IccException getException() { method in class:IccIoResult
H A DIccFileHandler.java331 iccException = result.getException();
341 iccException = result.getException();
357 iccException = result.getException();
389 iccException = result.getException();
435 iccException = result.getException();
475 iccException = result.getException();
512 iccException = result.getException();
/frameworks/base/tests/CoreTests/android/core/
H A DSSLSocketTest.java691 public Exception getException() { method in class:SSLSocketTest.TestServer
753 public Exception getException() { method in class:SSLSocketTest.TestClient
803 if (server.getException() != null) {
804 throw new RuntimeException(server.getException());
808 if (client.getException() != null) {
809 throw new RuntimeException(client.getException());

Completed in 57 milliseconds