HomeSort by relevance Sort by last modified time
    Searched full:throw (Results 2126 - 2150 of 5185) sorted by null

<<81828384858687888990>>

  /frameworks/base/telephony/java/com/android/internal/telephony/
IccCardApplication.java 119 throw new RuntimeException(
136 throw new RuntimeException(
172 throw new RuntimeException(
  /frameworks/base/tests/backup/src/com/android/backuptest/
BackupTestActivity.java 149 throw new RuntimeException(ex);
170 throw new RuntimeException(ex);
210 throw new RuntimeException(ex);
  /packages/apps/Browser/src/com/android/browser/
FindDialog.java 64 throw new AssertionError("No WebView for FindDialog::onClick");
148 throw new AssertionError("No WebView for FindDialog::findNext");
177 throw new AssertionError(
  /packages/apps/Camera/src/com/android/camera/
OnScreenHint.java 86 throw new RuntimeException("setView must have been called");
129 throw new RuntimeException("This OnScreenHint was not "
134 throw new RuntimeException("This OnScreenHint was not "
  /packages/apps/Camera/src/com/android/camera/ui/
Texture.java 120 throw new GLOutOfMemoryException();
125 throw new RuntimeException(
135 throw new RuntimeException("Texture load fail, no bitmap");
  /packages/apps/Email/src/org/apache/commons/io/filefilter/
NameFileFilter.java 73 throw new IllegalArgumentException("The wildcard must not be null");
104 throw new IllegalArgumentException("The array of names must not be null");
131 throw new IllegalArgumentException("The list of names must not be null");
PrefixFileFilter.java 76 throw new IllegalArgumentException("The prefix must not be null");
109 throw new IllegalArgumentException("The array of prefixes must not be null");
138 throw new IllegalArgumentException("The list of prefixes must not be null");
SuffixFileFilter.java 77 throw new IllegalArgumentException("The suffix must not be null");
110 throw new IllegalArgumentException("The array of suffixes must not be null");
139 throw new IllegalArgumentException("The list of suffixes must not be null");
WildcardFilter.java 66 throw new IllegalArgumentException("The wildcard must not be null");
79 throw new IllegalArgumentException("The wildcard array must not be null");
93 throw new IllegalArgumentException("The wildcard list must not be null");
  /packages/apps/Email/src/org/apache/james/mime4j/util/
SimpleTempStorage.java 71 throw new IOException("Creating dir '"
99 throw new IOException("Creating temp file failed: "
106 throw new IOException("Creating dir '"
  /packages/apps/Mms/src/com/android/mms/model/
AudioModel.java 102 throw new MmsException("Type of media is unknown.");
113 throw new MmsException("Nothing found: " + uri);
119 throw new MmsException("Bad URI: " + uri);
ImageModel.java 86 throw new MmsException("Type of media is unknown.");
183 throw ex;
204 throw new ExceedMessageSizeException("No room to resize picture: " + getUri());
LayoutModel.java 84 throw new IllegalStateException("Root-Layout uninitialized.");
93 throw new IllegalStateException("Root-Layout uninitialized.");
186 throw new IllegalStateException("Root-Layout uninitialized.");
VideoModel.java 76 throw new MmsException("Type of media is unknown.");
86 throw new MmsException("Nothing found: " + uri);
92 throw new MmsException("Bad URI: " + uri);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchableSources.java 85 throw new IllegalStateException("getSources(): sources not loaded.");
96 throw new IllegalStateException("getWebSearchSource(): sources not loaded.");
120 throw new IllegalStateException("load(): Already loaded.");
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactLookupKey.java 141 throw new IllegalArgumentException("Invalid lookup id: " + lookupKey);
154 throw new IllegalArgumentException("Invalid lookup id: " +
227 throw new IllegalStateException();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiDocumentNode.java 74 throw new UnsupportedOperationException("Documents can't have UI parents"); //$NON-NLS-1$
116 throw new UnsupportedOperationException("Documents cannot be created"); //$NON-NLS-1$
132 throw new UnsupportedOperationException("Documents cannot be deleted"); //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
DexWrapper.java 152 throw new CoreException(createErrorStatus(
155 throw new CoreException(createErrorStatus(
158 throw new CoreException(createErrorStatus(
  /dalvik/libcore/luni/src/main/java/java/io/
RandomAccessFile.java 134 throw new IllegalArgumentException(Msg.getString("K0081")); //$NON-NLS-1$
267 throw new IOException();
356 throw new NullPointerException(Msg.getString("K0047")); //$NON-NLS-1$
359 throw new IndexOutOfBoundsException(Msg.getString("K002f")); //$NON-NLS-1$
386 throw new EOFException();
406 throw new EOFException();
426 throw new EOFException();
506 throw new NullPointerException(Msg.getString("K0047")); //$NON-NLS-1$
515 throw new IndexOutOfBoundsException(Msg.getString("K002f")); //$NON-NLS-1$
521 throw new EOFException()
    [all...]
  /dalvik/libcore/luni-kernel/src/main/java/java/lang/
Thread.java 254 throw new NullPointerException();
275 throw new NullPointerException();
333 throw new NullPointerException();
361 throw new NullPointerException();
397 throw new NullPointerException();
420 throw new InternalError("group not specified");
493 throw new IllegalThreadStateException("Group already destroyed");
600 throw new NoSuchMethodError("Thread.destroy()"); // TODO Externalize???
    [all...]
  /frameworks/base/awt/java/awt/
Font.java 467 throw new RuntimeException("Not implemented!"); //$NON-NLS-1$
485 throw new RuntimeException("Not implemented!"); //$NON-NLS-1$
605 throw new IllegalArgumentException(Messages.getString("awt.94")); //$NON-NLS-1$
677 throw new IllegalArgumentException(Messages.getString("awt.94")); //$NON-NLS-1$
841 throw new NullPointerException(Messages.getString("awt.01", "Locale")); //$NON-NLS-1$ //$NON-NLS-2$
933 throw new NullPointerException(Messages.getString("awt.00")); //$NON-NLS-1$
962 throw new NullPointerException(Messages.getString("awt.00")); //$NON-NLS-1$
    [all...]
  /frameworks/base/core/java/android/os/
Parcel.java 377 throw new ArrayIndexOutOfBoundsException();
605 throw new RuntimeException("bad array lengths");
641 throw new RuntimeException("bad array lengths");
677 throw new RuntimeException("bad array lengths");
714 throw new RuntimeException("bad array lengths");
751 throw new RuntimeException("bad array lengths");
788 throw new RuntimeException("bad array lengths");
824 throw new RuntimeException("bad array lengths");
875 throw new RuntimeException("bad array lengths");
    [all...]
  /dalvik/libcore/luni/src/main/java/java/util/
Formatter.java 785 throw e;
788 throw e;
    [all...]
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
ClassTest.java 260 fail("should throw ClassNotFoundException.");
633 throw new SecurityException();
852 throw new SecurityException();
    [all...]
  /cts/tests/SignatureTest/src/android/tests/sigtest/
SignatureTest.java 88 throw new XmlPullParserException("No start tag found");
92 throw new XmlPullParserException("Unexpected start tag: found " + parser.getName() +
157 throw new RuntimeException(
268 throw new RuntimeException("Private visibility found in API spec: " + name);
278 throw new RuntimeException("Unknown modifier found in API spec: " + value);

Completed in 379 milliseconds

<<81828384858687888990>>