HomeSort by relevance Sort by last modified time
    Searched refs:UnsupportedOperationException (Results 126 - 150 of 2210) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/apps/Contacts/src/com/android/contacts/vcard/
ProcessorBase.java 32 * supported and {@link UnsupportedOperationException} will be just thrown when they are called.
61 * Just throws {@link UnsupportedOperationException}.
65 throw new UnsupportedOperationException();
69 * Just throws {@link UnsupportedOperationException}.
73 throw new UnsupportedOperationException();
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
Crypt.java 50 throw new UnsupportedOperationException();
67 throw new UnsupportedOperationException();
  /frameworks/base/media/java/android/media/audiofx/
EnvironmentalReverb.java 133 * @throws java.lang.UnsupportedOperationException
137 throws IllegalArgumentException, UnsupportedOperationException, RuntimeException {
146 * @throws UnsupportedOperationException
149 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException {
159 * @throws UnsupportedOperationException
162 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException {
175 * @throws UnsupportedOperationException
178 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException {
188 * @throws UnsupportedOperationException
191 throws IllegalStateException, IllegalArgumentException, UnsupportedOperationException {
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 754 throw new UnsupportedOperationException();
758 throw new UnsupportedOperationException();
762 throw new UnsupportedOperationException();
766 throw new UnsupportedOperationException();
770 throw new UnsupportedOperationException();
774 throw new UnsupportedOperationException();
778 throw new UnsupportedOperationException();
782 throw new UnsupportedOperationException();
786 throw new UnsupportedOperationException();
790 throw new UnsupportedOperationException();
    [all...]
  /frameworks/support/wear/src/main/java/androidx/wear/widget/drawer/
WearableActionDrawerMenu.java 135 throw new UnsupportedOperationException("close is not implemented");
140 throw new UnsupportedOperationException("addSubMenu is not implemented");
145 throw new UnsupportedOperationException("addSubMenu is not implemented");
150 throw new UnsupportedOperationException("addSubMenu is not implemented");
155 throw new UnsupportedOperationException("addSubMenu is not implemented");
168 throw new UnsupportedOperationException("addIntentOptions is not implemented");
177 throw new UnsupportedOperationException("setGroupCheckable is not implemented");
182 throw new UnsupportedOperationException("setGroupVisible is not implemented");
187 throw new UnsupportedOperationException("setGroupEnabled is not implemented");
197 throw new UnsupportedOperationException("performShortcut is not implemented")
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
UnmodifiableCollectionTests.java 52 } catch (UnsupportedOperationException expected) {
67 } catch (UnsupportedOperationException expected) {
102 * <li>All its mutation methods result in UnsupportedOperationException, and
105 * collection throw UnsupportedOperationException when those mutators
123 } catch (UnsupportedOperationException expected) {
131 } catch (UnsupportedOperationException expected) {
138 } catch (UnsupportedOperationException expected) {
148 } catch (UnsupportedOperationException expected) {
155 } catch (UnsupportedOperationException expected) {
162 } catch (UnsupportedOperationException expected)
    [all...]
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
DoubleArrayListTest.java 306 } catch (UnsupportedOperationException e) {
313 } catch (UnsupportedOperationException e) {
320 } catch (UnsupportedOperationException e) {
327 } catch (UnsupportedOperationException e) {
334 } catch (UnsupportedOperationException e) {
341 } catch (UnsupportedOperationException e) {
348 } catch (UnsupportedOperationException e) {
355 } catch (UnsupportedOperationException e) {
362 } catch (UnsupportedOperationException e) {
369 } catch (UnsupportedOperationException e)
    [all...]
FloatArrayListTest.java 306 } catch (UnsupportedOperationException e) {
313 } catch (UnsupportedOperationException e) {
320 } catch (UnsupportedOperationException e) {
327 } catch (UnsupportedOperationException e) {
334 } catch (UnsupportedOperationException e) {
341 } catch (UnsupportedOperationException e) {
348 } catch (UnsupportedOperationException e) {
355 } catch (UnsupportedOperationException e) {
362 } catch (UnsupportedOperationException e) {
369 } catch (UnsupportedOperationException e)
    [all...]
LongArrayListTest.java 306 } catch (UnsupportedOperationException e) {
313 } catch (UnsupportedOperationException e) {
320 } catch (UnsupportedOperationException e) {
327 } catch (UnsupportedOperationException e) {
334 } catch (UnsupportedOperationException e) {
341 } catch (UnsupportedOperationException e) {
348 } catch (UnsupportedOperationException e) {
355 } catch (UnsupportedOperationException e) {
362 } catch (UnsupportedOperationException e) {
369 } catch (UnsupportedOperationException e)
    [all...]
  /cts/tests/autofillservice/src/android/autofillservice/cts/
JUnitHelper.java 38 throw new UnsupportedOperationException("contain static methods only");
  /external/apache-http/src/org/apache/http/client/methods/
HttpUriRequest.java 72 * @throws UnsupportedOperationException if the abort operation
75 void abort() throws UnsupportedOperationException;
  /external/guava/guava/src/com/google/common/collect/
UnmodifiableIterator.java 37 * @throws UnsupportedOperationException always
43 throw new UnsupportedOperationException();
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractImmutableTableTest.java 40 } catch (UnsupportedOperationException e) {
52 } catch (UnsupportedOperationException e) {
64 } catch (UnsupportedOperationException e) {
76 } catch (UnsupportedOperationException e) {
AbstractMultimapAsMapImplementsMapTest.java 51 throws UnsupportedOperationException {
56 throws UnsupportedOperationException {
72 } catch (UnsupportedOperationException e) {
87 fail("Expected UnsupportedOperationException.");
88 } catch (UnsupportedOperationException e) {
  /external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/
BaseMatcherTest.java 15 throw new UnsupportedOperationException();
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
NoneProbeArrayStrategy.java 25 throw new UnsupportedOperationException();
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/types/
ResolvedVoidType.java 42 throw new UnsupportedOperationException();
  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javassistmodel/
JavassistParameterDeclaration.java 53 throw new UnsupportedOperationException();
58 throw new UnsupportedOperationException();
63 throw new UnsupportedOperationException();
73 throw new UnsupportedOperationException();
  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/constraintformulas/
TypeContainedByType.java 30 throw new UnsupportedOperationException();
51 throw new UnsupportedOperationException();
64 throw new UnsupportedOperationException();
67 throw new UnsupportedOperationException();
  /external/proguard/src/proguard/classfile/attribute/
Attribute.java 79 throw new UnsupportedOperationException("Method must be overridden in ["+this.getClass().getName()+"] if ever called");
94 throw new UnsupportedOperationException("Method must be overridden in ["+this.getClass().getName()+"] if ever called");
110 throw new UnsupportedOperationException("Method must be overridden in ["+this.getClass().getName()+"] if ever called");
127 throw new UnsupportedOperationException("Method must be overridden in ["+this.getClass().getName()+"] if ever called");
  /external/proguard/src/proguard/classfile/attribute/annotation/target/
TargetInfo.java 71 throw new UnsupportedOperationException("Unsupported type annotation [0x"+Integer.toHexString(u1targetType)+"] on a class");
79 throw new UnsupportedOperationException("Unsupported type annotation [0x"+Integer.toHexString(u1targetType)+"] on a field");
87 throw new UnsupportedOperationException("Unsupported type annotation [0x"+Integer.toHexString(u1targetType)+"] on a method");
95 throw new UnsupportedOperationException("Unsupported type annotation [0x"+Integer.toHexString(u1targetType)+"] on code");
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/util/
TestAttributeSet.java 77 throw new UnsupportedOperationException();
82 throw new UnsupportedOperationException();
87 throw new UnsupportedOperationException();
92 throw new UnsupportedOperationException();
97 throw new UnsupportedOperationException();
102 throw new UnsupportedOperationException();
107 throw new UnsupportedOperationException();
123 throw new UnsupportedOperationException();
128 throw new UnsupportedOperationException();
150 throw new UnsupportedOperationException();
    [all...]
  /frameworks/base/opengl/java/android/opengl/
EGLObjectHandle.java 45 throw new UnsupportedOperationException();
  /frameworks/native/opengl/tools/glgen/static/egl/
EGLObjectHandle.java 45 throw new UnsupportedOperationException();
  /frameworks/support/samples/SupportContentDemos/src/main/java/com/example/android/support/content/demos/
UnpagedDemoDataProvider.java 63 throw new UnsupportedOperationException("Not yet implemented");
68 throw new UnsupportedOperationException("Not yet implemented");
73 throw new UnsupportedOperationException("Not yet implemented");
79 throw new UnsupportedOperationException("Not yet implemented");

Completed in 1021 milliseconds

1 2 3 4 56 7 8 91011>>