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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIccIoResult.java56 public IccException getException() { method in class:IccIoResult
H A DIccFileHandler.java310 iccException = result.getException();
320 iccException = result.getException();
336 iccException = result.getException();
368 iccException = result.getException();
414 iccException = result.getException();
454 iccException = result.getException();
491 iccException = result.getException();
/frameworks/base/awt/java/awt/event/
H A DInvocationEvent.java108 public Exception getException() { method in class:InvocationEvent
/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());
/frameworks/base/awt/java/awt/
H A DEventQueue.java128 Exception exception = event.getException();

Completed in 834 milliseconds