Home
last modified time | relevance | path

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

123

/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.java1492 throws OperationCanceledException, IOException, AuthenticatorException {
2261 throws OperationCanceledException, IOException, AuthenticatorException {
2272 throw new OperationCanceledException();
2295 throw new OperationCanceledException();
2300 throws OperationCanceledException, IOException, AuthenticatorException {
2306 throws OperationCanceledException, IOException, AuthenticatorException {
2443 throws OperationCanceledException, IOException, AuthenticatorException {
2477 throw new OperationCanceledException();
2482 throws OperationCanceledException, IOException, AuthenticatorException {
2488 throws OperationCanceledException, IOException, AuthenticatorException {
[all …]
DGrantCredentialsPermissionActivity.java104 } catch (OperationCanceledException e) { in onCreate()
DChooseTypeAndAccountActivity.java411 } catch (OperationCanceledException e) { in run()
/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/compat/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/support/compat/java/android/support/v4/content/
DContentResolverCompat.java25 import android.support.v4.os.OperationCanceledException;
83 if (e instanceof android.os.OperationCanceledException) { in query()
86 throw new OperationCanceledException(); in query()
/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/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/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/support/core-utils/java/android/support/v4/content/
DCursorLoader.java24 import android.support.v4.os.OperationCanceledException;
54 throw new OperationCanceledException(); in loadInBackground()
DAsyncTaskLoader.java25 import android.support.v4.os.OperationCanceledException;
60 } catch (OperationCanceledException ex) { 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/database/sqlite/
DSQLiteQuery.java21 import android.os.OperationCanceledException;
DSQLiteConnectionPool.java23 import android.os.OperationCanceledException;
729 waiter.mException = new OperationCanceledException(); in cancelConnectionWaiterLocked()
DSQLiteQueryBuilder.java22 import android.os.OperationCanceledException;
DSQLiteSession.java22 import android.os.OperationCanceledException;
DSQLiteDatabase.java30 import android.os.OperationCanceledException;
/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.java44 import android.os.OperationCanceledException;
1041 if (!(e instanceof OperationCanceledException)) { in getDocumentThumbnail()
DDocumentsProvider.java58 import android.os.OperationCanceledException;

123