/frameworks/base/core/java/android/accounts/ |
D | OperationCanceledException.java | 18 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
|
D | AccountManagerFuture.java | 94 V getResult() throws OperationCanceledException, IOException, AuthenticatorException; in getResult() 114 throws OperationCanceledException, IOException, AuthenticatorException; in getResult()
|
D | AccountManager.java | 1492 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 …]
|
D | GrantCredentialsPermissionActivity.java | 104 } catch (OperationCanceledException e) { in onCreate()
|
D | ChooseTypeAndAccountActivity.java | 411 } catch (OperationCanceledException e) { in run()
|
/frameworks/base/core/java/android/os/ |
D | OperationCanceledException.java | 25 public class OperationCanceledException extends RuntimeException { class 26 public OperationCanceledException() { in OperationCanceledException() method in OperationCanceledException 30 public OperationCanceledException(String message) { in OperationCanceledException() method in OperationCanceledException
|
D | CancellationSignal.java | 54 throw new OperationCanceledException(); in throwIfCanceled()
|
/frameworks/support/compat/java/android/support/v4/os/ |
D | OperationCanceledException.java | 23 public class OperationCanceledException extends RuntimeException { class 24 public OperationCanceledException() { in OperationCanceledException() method in OperationCanceledException 28 public OperationCanceledException(String message) { in OperationCanceledException() method in OperationCanceledException
|
D | CancellationSignal.java | 56 throw new OperationCanceledException(); in throwIfCanceled()
|
/frameworks/support/compat/java/android/support/v4/content/ |
D | ContentResolverCompat.java | 25 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/ |
D | IsolatedContext.java | 26 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/ |
D | ActivityView.java | 29 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/ |
D | CursorLoader.java | 22 import android.os.OperationCanceledException; 59 throw new OperationCanceledException(); in loadInBackground()
|
D | AsyncTaskLoader.java | 21 import android.os.OperationCanceledException; 72 } catch (OperationCanceledException ex) { in doInBackground()
|
/frameworks/support/core-utils/java/android/support/v4/content/ |
D | CursorLoader.java | 24 import android.support.v4.os.OperationCanceledException; 54 throw new OperationCanceledException(); in loadInBackground()
|
D | AsyncTaskLoader.java | 25 import android.support.v4.os.OperationCanceledException; 60 } catch (OperationCanceledException ex) { in doInBackground()
|
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/ |
D | MtpManagerTest.java | 26 import android.os.OperationCanceledException; 71 } catch (OperationCanceledException exception) { in testCancelEvent()
|
/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteQuery.java | 21 import android.os.OperationCanceledException;
|
D | SQLiteConnectionPool.java | 23 import android.os.OperationCanceledException; 729 waiter.mException = new OperationCanceledException(); in cancelConnectionWaiterLocked()
|
D | SQLiteQueryBuilder.java | 22 import android.os.OperationCanceledException;
|
D | SQLiteSession.java | 22 import android.os.OperationCanceledException;
|
D | SQLiteDatabase.java | 30 import android.os.OperationCanceledException;
|
/frameworks/base/core/java/android/database/ |
D | DatabaseUtils.java | 31 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/ |
D | DocumentsContract.java | 44 import android.os.OperationCanceledException; 1041 if (!(e instanceof OperationCanceledException)) { in getDocumentThumbnail()
|
D | DocumentsProvider.java | 58 import android.os.OperationCanceledException;
|