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

/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

Completed in 52 milliseconds