Searched defs:OperationCanceledException (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/os/
H A DOperationCanceledException.java25 public class OperationCanceledException extends RuntimeException { class in inherits:RuntimeException
26 public OperationCanceledException() { method in class:OperationCanceledException
30 public OperationCanceledException(String message) { method in class:OperationCanceledException
/frameworks/base/core/java/android/accounts/
H A DOperationCanceledException.java18 public class OperationCanceledException extends AccountsException { class in inherits:AccountsException
19 public OperationCanceledException() { method in class:OperationCanceledException
22 public OperationCanceledException(String message) { method in class:OperationCanceledException
25 public OperationCanceledException(String message, Throwable cause) { method in class:OperationCanceledException
28 public OperationCanceledException(Throwable cause) { method in class:OperationCanceledException
/frameworks/support/v4/java/android/support/v4/os/
H A DOperationCanceledException.java23 public class OperationCanceledException extends RuntimeException { class in inherits:RuntimeException
24 public OperationCanceledException() { method in class:OperationCanceledException
28 public OperationCanceledException(String message) { method in class:OperationCanceledException

Completed in 2247 milliseconds