Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accounts/
DOperationCanceledException.java18 public class OperationCanceledException extends AccountsException { class
19 public OperationCanceledException() { in OperationCanceledException() method in OperationCanceledException
22 public OperationCanceledException(String message) { in OperationCanceledException() method in OperationCanceledException
25 public OperationCanceledException(String message, Throwable cause) { in OperationCanceledException() method in OperationCanceledException
28 public OperationCanceledException(Throwable cause) { in OperationCanceledException() method in OperationCanceledException
/frameworks/base/lowpan/java/android/net/lowpan/
DOperationCanceledException.java26 public class OperationCanceledException extends LowpanException { class
28 public OperationCanceledException() {} in OperationCanceledException() method in OperationCanceledException
30 public OperationCanceledException(String message) { in OperationCanceledException() method in OperationCanceledException
34 public OperationCanceledException(String message, Throwable cause) { in OperationCanceledException() method in OperationCanceledException
38 protected OperationCanceledException(Exception cause) { in OperationCanceledException() method in OperationCanceledException
/frameworks/base/core/java/android/os/
DOperationCanceledException.java25 public class OperationCanceledException extends RuntimeException { class
26 public OperationCanceledException() { in OperationCanceledException() method in OperationCanceledException
30 public OperationCanceledException(String message) { in OperationCanceledException() method in OperationCanceledException