Home
last modified time | relevance | path

Searched refs:OperationCanceledException (Results 1 – 25 of 42) 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.java1201 throws OperationCanceledException, IOException, AuthenticatorException {
1951 throws OperationCanceledException, IOException, AuthenticatorException {
1962 throw new OperationCanceledException();
1985 throw new OperationCanceledException();
1990 throws OperationCanceledException, IOException, AuthenticatorException {
1996 throws OperationCanceledException, IOException, AuthenticatorException {
2133 throws OperationCanceledException, IOException, AuthenticatorException {
2167 throw new OperationCanceledException();
2172 throws OperationCanceledException, IOException, AuthenticatorException {
2178 throws OperationCanceledException, IOException, AuthenticatorException {
[all …]
DGrantCredentialsPermissionActivity.java106 } catch (OperationCanceledException e) { in onCreate()
/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/support/v4/java/android/support/v4/os/
DOperationCanceledException.java23 public class OperationCanceledException extends RuntimeException { class
24 public OperationCanceledException() { in OperationCanceledException() method in OperationCanceledException
28 public OperationCanceledException(String message) { in OperationCanceledException() method in OperationCanceledException
DCancellationSignal.java56 throw new OperationCanceledException(); in throwIfCanceled()
/frameworks/base/test-runner/src/android/test/
DIsolatedContext.java26 import android.accounts.OperationCanceledException;
149 throws OperationCanceledException, IOException, AuthenticatorException { in blockingGetAuthToken()
180 throws OperationCanceledException, IOException, AuthenticatorException { in getResult()
185 throws OperationCanceledException, IOException, AuthenticatorException { in getResult()
/frameworks/support/v4/jellybean/android/support/v4/content/
DContentResolverCompatJellybean.java22 import android.os.OperationCanceledException;
34 return e instanceof OperationCanceledException; in isFrameworkOperationCanceledException()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DUriDerivativeLoader.java23 import android.os.OperationCanceledException;
42 throw new OperationCanceledException(); in loadInBackground()
DDirectoryLoader.java32 import android.os.OperationCanceledException;
77 throw new OperationCanceledException(); in loadInBackground()
/frameworks/support/v4/java/android/support/v4/content/
DContentResolverCompat.java24 import android.support.v4.os.OperationCanceledException;
65 throw new OperationCanceledException(); in query()
DCursorLoader.java24 import android.support.v4.os.OperationCanceledException;
54 throw new OperationCanceledException(); in loadInBackground()
DAsyncTaskLoader.java22 import android.support.v4.os.OperationCanceledException;
57 } catch (OperationCanceledException ex) { in doInBackground()
/frameworks/base/core/java/android/app/
DActivityView.java29 import android.os.OperationCanceledException;
238 throw new OperationCanceledException(); in startActivity()
253 throw new OperationCanceledException(); in startActivity()
268 throw new OperationCanceledException(); in startActivity()
/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.java22 import android.os.OperationCanceledException;
59 throw new OperationCanceledException(); in loadInBackground()
DAsyncTaskLoader.java21 import android.os.OperationCanceledException;
72 } catch (OperationCanceledException ex) { in doInBackground()
/frameworks/base/core/java/android/database/sqlite/
DSQLiteQuery.java21 import android.os.OperationCanceledException;
DSQLiteConnectionPool.java23 import android.os.OperationCanceledException;
729 waiter.mException = new OperationCanceledException(); in cancelConnectionWaiterLocked()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DIconHelper.java32 import android.os.OperationCanceledException;
171 if (!(e instanceof OperationCanceledException)) { in doInBackground()
/frameworks/support/documents-archive/src/android/support/provider/
DDocumentArchive.java28 import android.os.OperationCanceledException;
417 } catch (OperationCanceledException e) { in openDocument()
/frameworks/base/core/java/android/database/
DDatabaseUtils.java31 import android.os.OperationCanceledException;
106 } else if (e instanceof OperationCanceledException) { in writeExceptionToParcel()
181 throw new OperationCanceledException(msg); in readExceptionFromParcel()
/frameworks/base/core/java/android/provider/
DDocumentsContract.java38 import android.os.OperationCanceledException;
971 if (!(e instanceof OperationCanceledException)) { in getDocumentThumbnail()

12