HomeSort by relevance Sort by last modified time
    Searched refs:OperationCanceledException (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /frameworks/base/core/java/android/accounts/
OperationCanceledException.java 18 public class OperationCanceledException extends AccountsException {
19 public OperationCanceledException() {
22 public OperationCanceledException(String message) {
25 public OperationCanceledException(String message, Throwable cause) {
28 public OperationCanceledException(Throwable cause) {
AccountManagerFuture.java 86 * @throws android.accounts.OperationCanceledException if the request was canceled for any
94 V getResult() throws OperationCanceledException, IOException, AuthenticatorException;
106 * @throws android.accounts.OperationCanceledException if the request was canceled for any
114 throws OperationCanceledException, IOException, AuthenticatorException;
  /frameworks/base/core/java/android/os/
OperationCanceledException.java 25 public class OperationCanceledException extends RuntimeException {
26 public OperationCanceledException() {
30 public OperationCanceledException(String message) {
CancellationSignal.java 48 * Throws {@link OperationCanceledException} if the operation has been canceled.
50 * @throws OperationCanceledException if the operation has been canceled.
54 throw new OperationCanceledException();
  /cts/tests/tests/accounts/src/android/accounts/cts/
AccountManagerTest.java 26 import android.accounts.OperationCanceledException;
121 public void tearDown() throws Exception, AuthenticatorException, OperationCanceledException {
191 IOException, AuthenticatorException, OperationCanceledException {
210 throws OperationCanceledException, AuthenticatorException, IOException {
221 OperationCanceledException {
237 throws IOException, AuthenticatorException, OperationCanceledException {
283 OperationCanceledException {
311 AuthenticatorException, OperationCanceledException {
318 AuthenticatorException, OperationCanceledException {
327 } catch (OperationCanceledException e)
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteQuery.java 21 import android.os.OperationCanceledException;
55 * @throws OperationCanceledException if the operation was canceled.
  /frameworks/base/test-runner/src/android/test/
IsolatedContext.java 26 import android.accounts.OperationCanceledException;
145 throws OperationCanceledException, IOException, AuthenticatorException {
176 throws OperationCanceledException, IOException, AuthenticatorException {
181 throws OperationCanceledException, IOException, AuthenticatorException {
  /external/chromium_org/sync/android/java/src/org/chromium/sync/signin/
AccountManagerDelegate.java 12 import android.accounts.OperationCanceledException;
34 throws OperationCanceledException, IOException, AuthenticatorException;
SystemAccountManagerDelegate.java 13 import android.accounts.OperationCanceledException;
61 throws OperationCanceledException, IOException, AuthenticatorException {
AccountManagerHelper.java 13 import android.accounts.OperationCanceledException;
237 } catch (OperationCanceledException e) {
321 } catch (OperationCanceledException e) {
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
UriDerivativeLoader.java 23 import android.os.OperationCanceledException;
42 throw new OperationCanceledException();
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAccountManager.java 8 import android.accounts.OperationCanceledException;
68 public Bundle getResult(long timeout, TimeUnit unit) throws OperationCanceledException,
79 public Bundle getResult() throws OperationCanceledException,
126 public Bundle getResult(long timeout, TimeUnit unit) throws OperationCanceledException,
137 public Bundle getResult() throws OperationCanceledException,
  /packages/apps/Contacts/src/com/android/contacts/util/
AccountPromptUtils.java 24 import android.accounts.OperationCanceledException;
118 } catch (OperationCanceledException ignore) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
AddAccountWithTypeActivity.java 26 import android.accounts.OperationCanceledException;
53 } catch (OperationCanceledException e) {
RemoveAccountDialog.java 31 import android.accounts.OperationCanceledException;
115 } catch (OperationCanceledException e) {
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar 
  /external/chromium_org/sync/test/android/javatests/src/org/chromium/sync/test/util/
MockAccountManager.java 13 import android.accounts.OperationCanceledException;
206 throws OperationCanceledException, IOException, AuthenticatorException {
405 throws OperationCanceledException, IOException, AuthenticatorException {
413 throw new OperationCanceledException();
436 throw new OperationCanceledException();
441 throws OperationCanceledException, IOException, AuthenticatorException {
447 throws OperationCanceledException, IOException, AuthenticatorException {
537 throws OperationCanceledException {
544 throw new OperationCanceledException("User denied request");
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/
SyncAdapter.java 30 import android.accounts.OperationCanceledException;
133 } catch (final OperationCanceledException e) {
  /frameworks/base/core/java/android/content/
CursorLoader.java 22 import android.os.OperationCanceledException;
59 throw new OperationCanceledException();
  /packages/apps/Email/tests/src/com/android/email/
AccountTestCase.java 22 import android.accounts.OperationCanceledException;
91 } catch (OperationCanceledException e) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
CreateFileChange.java 34 import org.eclipse.core.runtime.OperationCanceledException;
69 throws CoreException, OperationCanceledException {
  /cts/tests/tests/content/src/android/content/cts/
ContentResolverSyncTestCase.java 24 import android.accounts.OperationCanceledException;
81 OperationCanceledException {
161 OperationCanceledException {
193 OperationCanceledException {
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteQueryBuilderTest.java 28 import android.os.OperationCanceledException;
303 fail("Expected OperationCanceledException");
304 } catch (OperationCanceledException ex) {
323 fail("Expected OperationCanceledException");
324 } catch (OperationCanceledException ex) {
376 fail("Expected OperationCanceledException");
377 } catch (OperationCanceledException ex) {
438 fail("Expected OperationCanceledException");
439 } catch (OperationCanceledException ex) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
ScenarioData.java 26 import org.eclipse.core.runtime.OperationCanceledException;
174 if (subMonitor.isCanceled()) throw new OperationCanceledException();
202 if (subMonitor.isCanceled()) throw new OperationCanceledException();
271 if (subMonitor.isCanceled()) throw new OperationCanceledException();
305 if (subMonitor.isCanceled()) throw new OperationCanceledException();
320 if (subMonitor.isCanceled()) throw new OperationCanceledException();

Completed in 1266 milliseconds

1 2 3 4 5