Home
last modified time | relevance | path

Searched refs:OperationCanceledException (Results 1 – 25 of 28) sorted by relevance

12

/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
DAccountManagerFuture.java94 V getResult() throws OperationCanceledException, IOException, AuthenticatorException; in getResult()
114 throws OperationCanceledException, IOException, AuthenticatorException; in getResult()
DAccountManager.java1500 throws OperationCanceledException, IOException, AuthenticatorException {
2273 throws OperationCanceledException, IOException, AuthenticatorException {
2284 throw new OperationCanceledException();
2307 throw new OperationCanceledException();
2312 throws OperationCanceledException, IOException, AuthenticatorException {
2318 throws OperationCanceledException, IOException, AuthenticatorException {
2459 throws OperationCanceledException, IOException, AuthenticatorException {
2493 throw new OperationCanceledException();
2498 throws OperationCanceledException, IOException, AuthenticatorException {
2504 throws OperationCanceledException, IOException, AuthenticatorException {
[all …]
DGrantCredentialsPermissionActivity.java104 } catch (OperationCanceledException e) { in onCreate()
DChooseTypeAndAccountActivity.java412 } catch (OperationCanceledException e) { in run()
/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
DLowpanException.java61 throw new OperationCanceledException(e); in rethrowFromServiceSpecificException()
/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
DCancellationSignal.java54 throw new OperationCanceledException(); in throwIfCanceled()
/frameworks/base/test-mock/src/android/test/mock/
DMockAccountManager.java24 import android.accounts.OperationCanceledException;
79 throws OperationCanceledException, IOException, AuthenticatorException { in blockingGetAuthToken()
110 throws OperationCanceledException, IOException, AuthenticatorException { in getResult()
115 throws OperationCanceledException, IOException, AuthenticatorException { in getResult()
/frameworks/base/core/java/android/print/
DPrintFileDocumentAdapter.java25 import android.os.OperationCanceledException;
122 } catch (OperationCanceledException e) { in doInBackground()
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
DMtpManagerTest.java26 import android.os.OperationCanceledException;
71 } catch (OperationCanceledException exception) { in testCancelEvent()
/frameworks/base/core/java/android/content/
DCursorLoader.java23 import android.os.OperationCanceledException;
66 throw new OperationCanceledException(); in loadInBackground()
DAsyncTaskLoader.java22 import android.os.OperationCanceledException;
77 } catch (OperationCanceledException ex) { in doInBackground()
DContentResolver.java55 import android.os.OperationCanceledException;
/frameworks/base/core/java/android/database/sqlite/
DSQLiteQuery.java21 import android.os.OperationCanceledException;
DSQLiteSession.java23 import android.os.OperationCanceledException;
DSQLiteConnectionPool.java24 import android.os.OperationCanceledException;
816 waiter.mException = new OperationCanceledException(); in cancelConnectionWaiterLocked()
DSQLiteQueryBuilder.java27 import android.os.OperationCanceledException;
DSQLiteDatabase.java36 import android.os.OperationCanceledException;
DSQLiteConnection.java25 import android.os.OperationCanceledException;
/frameworks/base/core/java/android/database/
DDatabaseUtils.java34 import android.os.OperationCanceledException;
111 } else if (e instanceof OperationCanceledException) { in writeExceptionToParcel()
186 throw new OperationCanceledException(msg); in readExceptionFromParcel()
/frameworks/base/core/java/android/provider/
DDocumentsContract.java43 import android.os.OperationCanceledException;
1302 if (!(e instanceof OperationCanceledException)) { in getDocumentThumbnail()
DMediaStore.java55 import android.os.OperationCanceledException;
/frameworks/base/config/
Dpreloaded-classes56 android.accounts.OperationCanceledException
2832 android.os.OperationCanceledException

12