/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 | 1500 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 …]
|
D | GrantCredentialsPermissionActivity.java | 104 } catch (OperationCanceledException e) { in onCreate()
|
D | ChooseTypeAndAccountActivity.java | 412 } catch (OperationCanceledException e) { in run()
|
/frameworks/base/lowpan/java/android/net/lowpan/ |
D | OperationCanceledException.java | 26 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
|
D | LowpanException.java | 61 throw new OperationCanceledException(e); in rethrowFromServiceSpecificException()
|
/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/base/test-mock/src/android/test/mock/ |
D | MockAccountManager.java | 24 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/ |
D | PrintFileDocumentAdapter.java | 25 import android.os.OperationCanceledException; 122 } catch (OperationCanceledException e) { 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/content/ |
D | CursorLoader.java | 23 import android.os.OperationCanceledException; 66 throw new OperationCanceledException(); in loadInBackground()
|
D | AsyncTaskLoader.java | 22 import android.os.OperationCanceledException; 77 } catch (OperationCanceledException ex) { in doInBackground()
|
D | ContentResolver.java | 55 import android.os.OperationCanceledException;
|
/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteQuery.java | 21 import android.os.OperationCanceledException;
|
D | SQLiteSession.java | 23 import android.os.OperationCanceledException;
|
D | SQLiteConnectionPool.java | 24 import android.os.OperationCanceledException; 816 waiter.mException = new OperationCanceledException(); in cancelConnectionWaiterLocked()
|
D | SQLiteQueryBuilder.java | 27 import android.os.OperationCanceledException;
|
D | SQLiteDatabase.java | 36 import android.os.OperationCanceledException;
|
D | SQLiteConnection.java | 25 import android.os.OperationCanceledException;
|
/frameworks/base/core/java/android/database/ |
D | DatabaseUtils.java | 34 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/ |
D | DocumentsContract.java | 43 import android.os.OperationCanceledException; 1302 if (!(e instanceof OperationCanceledException)) { in getDocumentThumbnail()
|
D | MediaStore.java | 55 import android.os.OperationCanceledException;
|
/frameworks/base/config/ |
D | preloaded-classes | 56 android.accounts.OperationCanceledException 2832 android.os.OperationCanceledException
|