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

<<11121314151617181920>>

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowContentUris.java 19 throw new UnsupportedOperationException();
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
FixedSizeSet.java 50 @Override public void remove() { throw new UnsupportedOperationException(); }
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue103/
FakeMap.java 82 throw new UnsupportedOperationException();
98 throw new UnsupportedOperationException();
107 throw new UnsupportedOperationException();
126 throw new UnsupportedOperationException();
  /frameworks/base/core/java/android/content/
CursorEntityIterator.java 91 throw new UnsupportedOperationException("remove not supported by EntityIterators");
  /frameworks/base/core/java/android/hardware/radio/
RadioTuner.java 358 * @throws UnsupportedOperationException if the flag is not supported at all.
361 throw new UnsupportedOperationException();
372 * @throws UnsupportedOperationException if the flag is not supported at all.
375 throw new UnsupportedOperationException();
406 throw new UnsupportedOperationException();
430 throw new UnsupportedOperationException();
  /frameworks/base/core/java/android/provider/
SearchIndexablesProvider.java 121 throw new UnsupportedOperationException("Unknown Uri " + uri);
188 throw new UnsupportedOperationException("Insert not supported");
196 throw new UnsupportedOperationException("Delete not supported");
205 throw new UnsupportedOperationException("Update not supported");
  /frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
RemoteILayoutPullParserAdapter.java 42 throw new UnsupportedOperationException();
  /frameworks/support/dynamic-animation/src/main/java/androidx/dynamicanimation/animation/
SpringAnimation.java 174 throw new UnsupportedOperationException("Spring animations can only come to an end"
198 throw new UnsupportedOperationException("Incomplete SpringAnimation: Either final"
203 throw new UnsupportedOperationException("Final position of the spring cannot be greater"
206 throw new UnsupportedOperationException("Final position of the spring cannot be less"
  /libcore/ojluni/src/main/java/javax/net/ssl/
SSLContext.java 355 * @throws UnsupportedOperationException if the underlying provider
365 UnsupportedOperationException unsup =
366 new UnsupportedOperationException(
387 * @throws UnsupportedOperationException if the underlying provider
397 UnsupportedOperationException unsup =
398 new UnsupportedOperationException(
448 * @throws UnsupportedOperationException if the default SSL parameters
465 * @throws UnsupportedOperationException if the supported SSL parameters
  /libcore/ojluni/src/main/java/sun/security/x509/
EDIPartyName.java 230 * @throws UnsupportedOperationException if name is same type, but comparison operations are
233 public int constrains(GeneralNameInterface inputName) throws UnsupportedOperationException {
240 throw new UnsupportedOperationException("Narrowing, widening, and matching of names not supported for EDIPartyName");
251 * @throws UnsupportedOperationException if not supported for this name type
253 public int subtreeDepth() throws UnsupportedOperationException {
254 throw new UnsupportedOperationException("subtreeDepth() not supported for EDIPartyName");
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MyKeyPairGeneratorSpi.java 56 throw new UnsupportedOperationException(
  /packages/apps/Dialer/java/com/android/dialer/common/
Assert.java 67 public static UnsupportedOperationException createUnsupportedOperationFailException() {
68 return new UnsupportedOperationException();
72 public static UnsupportedOperationException createUnsupportedOperationFailException(String msg) {
73 return new UnsupportedOperationException(msg);
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/
BrokenProvider.java 59 throw new UnsupportedOperationException();
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestTimer.java 95 throw new UnsupportedOperationException();
106 throw new UnsupportedOperationException();
111 throw new UnsupportedOperationException();
116 throw new UnsupportedOperationException();
  /packages/apps/Launcher3/src/com/android/launcher3/util/
LongArrayMap.java 62 throw new UnsupportedOperationException();
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/
DumpFileProvider.java 47 throw new UnsupportedOperationException();
53 throw new UnsupportedOperationException();
59 throw new UnsupportedOperationException();
77 throw new UnsupportedOperationException();
  /prebuilts/jdk/jdk8/darwin-x86/sample/lambda/DefaultMethods/
ArrayIterator.java 40 * an UnsupportedOperationException. With the default method, the same
49 throw new UnsupportedOperationException();
99 // throw UnsupportedOperationException(
  /prebuilts/jdk/jdk8/linux-x86/sample/lambda/DefaultMethods/
ArrayIterator.java 40 * an UnsupportedOperationException. With the default method, the same
49 throw new UnsupportedOperationException();
99 // throw UnsupportedOperationException(
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
MockNamedNodeMap.java 94 throw new UnsupportedOperationException("Operation not implemented."); //$NON-NLS-1$
99 throw new UnsupportedOperationException("Operation not implemented."); //$NON-NLS-1$
104 throw new UnsupportedOperationException("Operation not implemented."); //$NON-NLS-1$
109 throw new UnsupportedOperationException("Operation not implemented."); //$NON-NLS-1$
  /tools/tradefederation/core/src/com/android/tradefed/build/
FileDownloadCacheWrapper.java 49 throw new UnsupportedOperationException();
  /frameworks/base/core/java/com/android/internal/util/
FastXmlSerializer.java 202 throw new UnsupportedOperationException();
207 throw new UnsupportedOperationException();
212 throw new UnsupportedOperationException();
243 throw new UnsupportedOperationException();
282 throw new UnsupportedOperationException();
286 throw new UnsupportedOperationException();
290 throw new UnsupportedOperationException();
294 throw new UnsupportedOperationException();
299 throw new UnsupportedOperationException();
303 throw new UnsupportedOperationException();
    [all...]
  /cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
MoreCollectors.java 62 throw new UnsupportedOperationException("Do not use on parallel stream.");
100 throw new UnsupportedOperationException("Do not use on parallel stream.");
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
ScriptYuvMeans2dTo1d.java 56 throw new UnsupportedOperationException("Unsupported element "
73 throw new UnsupportedOperationException("Unsupported element "
  /cts/tests/tests/gesture/src/android/gesture/cts/
GestureLibraryTest.java 88 throw new UnsupportedOperationException();
93 throw new UnsupportedOperationException();
  /cts/tests/tests/permission2/src/android/permission2/cts/
ContactsProviderTest.java 53 } catch (UnsupportedOperationException e) {
80 } catch (UnsupportedOperationException e) {

Completed in 710 milliseconds

<<11121314151617181920>>