/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 | 1201 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 …]
|
D | GrantCredentialsPermissionActivity.java | 106 } catch (OperationCanceledException e) { in onCreate()
|
/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/v4/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/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/support/v4/jellybean/android/support/v4/content/ |
D | ContentResolverCompatJellybean.java | 22 import android.os.OperationCanceledException; 34 return e instanceof OperationCanceledException; in isFrameworkOperationCanceledException()
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
D | UriDerivativeLoader.java | 23 import android.os.OperationCanceledException; 42 throw new OperationCanceledException(); in loadInBackground()
|
D | DirectoryLoader.java | 32 import android.os.OperationCanceledException; 77 throw new OperationCanceledException(); in loadInBackground()
|
/frameworks/support/v4/java/android/support/v4/content/ |
D | ContentResolverCompat.java | 24 import android.support.v4.os.OperationCanceledException; 65 throw new OperationCanceledException(); in query()
|
D | CursorLoader.java | 24 import android.support.v4.os.OperationCanceledException; 54 throw new OperationCanceledException(); in loadInBackground()
|
D | AsyncTaskLoader.java | 22 import android.support.v4.os.OperationCanceledException; 57 } catch (OperationCanceledException ex) { in doInBackground()
|
/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/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/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/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()
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/ |
D | IconHelper.java | 32 import android.os.OperationCanceledException; 171 if (!(e instanceof OperationCanceledException)) { in doInBackground()
|
/frameworks/support/documents-archive/src/android/support/provider/ |
D | DocumentArchive.java | 28 import android.os.OperationCanceledException; 417 } catch (OperationCanceledException e) { in openDocument()
|
/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 | 38 import android.os.OperationCanceledException; 971 if (!(e instanceof OperationCanceledException)) { in getDocumentThumbnail()
|