HomeSort by relevance Sort by last modified time
    Searched refs:IllegalStateException (Results 751 - 775 of 1476) sorted by null

<<31323334353637383940>>

  /frameworks/base/core/java/android/net/http/
Connection.java 242 } catch (IllegalStateException e) {
290 } catch (IllegalStateException e) {
  /frameworks/base/core/java/android/view/
GLES20DisplayList.java 49 throw new IllegalStateException("The display list is not valid.");
57 throw new IllegalStateException("Recording has already started");
  /frameworks/base/core/java/android/widget/
DialerFilter.java 57 throw new IllegalStateException("DialerFilter must have a child EditText named hint");
69 throw new IllegalStateException("DialerFilter must have a child EditText named primary");
  /frameworks/base/core/java/com/android/internal/content/
PackageMonitor.java 75 throw new IllegalStateException("Already registered");
105 throw new IllegalStateException("Not registered");
  /frameworks/base/core/java/com/android/internal/util/
TypedProperties.java 288 throw new IllegalStateException(
335 throw new IllegalStateException("Internal error; unknown type " + type);
  /frameworks/base/location/java/android/location/
Address.java 298 * @throws IllegalStateException if this Address has not been assigned
305 throw new IllegalStateException();
335 * @throws IllegalStateException if this Address has not been assigned
342 throw new IllegalStateException();
365 * @throws IllegalStateException if this Address has not been assigned
  /frameworks/base/services/java/com/android/server/usb/
UsbService.java 231 throw new IllegalStateException("USB device mode not supported");
241 throw new IllegalStateException("USB device mode not supported");
  /libcore/luni/src/main/java/java/util/
AbstractList.java 67 throw new IllegalStateException();
145 throw new IllegalStateException();
  /packages/apps/Contacts/src/com/android/contacts/editor/
EventFieldEditorView.java 110 if (kind.fieldList.size() != 1) throw new IllegalStateException("kind must have 1 field");
228 if (year == 0 && !isYearOptional) throw new IllegalStateException();
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
ExternalAccountType.java 297 throw new IllegalStateException("No start tag found");
303 throw new IllegalStateException("Top level element must be "
  /packages/apps/Email/tests/src/com/android/email/provider/
ContentCacheTests.java 79 } catch (IllegalStateException e) {
84 } catch (IllegalStateException e) {
  /packages/apps/KeyChain/tests/src/com/android/keychain/tests/
KeyChainTestActivity.java 146 } catch (IllegalStateException expected) {
331 throw new IllegalStateException("requestCode == " + requestCode);
  /frameworks/base/core/java/android/app/
DownloadManager.java 489 * @throws IllegalStateException If the external storage directory
496 throw new IllegalStateException("Failed to get external storage files directory");
499 throw new IllegalStateException(file.getAbsolutePath() +
504 throw new IllegalStateException("Unable to create directory: "+
524 * @throws IllegalStateException If the external storage directory
530 throw new IllegalStateException("Failed to get external storage public directory");
533 throw new IllegalStateException(file.getAbsolutePath() +
538 throw new IllegalStateException("Unable to create directory: "+
    [all...]
LoadedApk.java 364 throw new IllegalStateException("Unable to get package info for "
368 throw new IllegalStateException("Unable to get package info for "
655 throw new IllegalStateException("Unbinding Receiver " + r
801 throw new IllegalStateException(
807 throw new IllegalStateException(
    [all...]
  /libcore/harmony-tests/src/test/java/tests/api/java/nio/charset/
CharsetDecoderTest.java 609 } catch (IllegalStateException expected) {
628 } catch (IllegalStateException expected) {
698 } catch (IllegalStateException e) {
721 } catch (IllegalStateException e) {
733 } catch (IllegalStateException e) {
754 } catch (IllegalStateException e) {
  /libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarFileTest.java 267 } catch (IllegalStateException e) {
276 } catch (IllegalStateException e) {
310 // fail("IllegalStateException expected.");
311 } catch (IllegalStateException ee) { // Per documentation exception
347 // fail("IllegalStateException expected.");
348 } catch (IllegalStateException ee) { // Per documentation exception
507 fail("FAILED: expected IllegalStateException");
508 } catch (IllegalStateException ise) {
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
  /external/littlemock/src/com/google/testing/littlemock/
LittleMock.java 486 throw new IllegalStateException("Unfinished " + type + " statements");
677 throw new IllegalStateException("Must always mock and stub from one thread only. "
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java 159 } catch (IllegalStateException expected) {
164 } catch (IllegalStateException expected) {
169 } catch (IllegalStateException expected) {
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationCursor.java 430 throw new IllegalStateException("Unexpected map sizes: cursorN=" + count
467 throw new IllegalStateException("unexpected existing task: " + mCacheLoaderTask);
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 349 fail("Expected IllegalStateException was not thrown");
350 } catch (IllegalStateException e) {
354 fail("Expected IllegalStateException was not thrown");
355 } catch (IllegalStateException e) {
359 fail("Expected IllegalStateException was not thrown");
360 } catch (IllegalStateException e) {
365 fail("Expected IllegalStateException was not thrown");
366 } catch (IllegalStateException e) {
370 fail("Expected IllegalStateException was not thrown");
371 } catch (IllegalStateException e)
    [all...]
  /external/smack/src/org/xbill/DNS/
DNSSEC.java 734 throw new IllegalStateException();
752 throw new IllegalStateException();
833 throw new IllegalStateException();
851 throw new IllegalStateException();
1019 throw new IllegalStateException("no message digest support");
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 282 fail("Expected IllegalStateException was not thrown");
283 } catch (IllegalStateException e) {}
286 fail("Expected IllegalStateException was not thrown");
287 } catch (IllegalStateException e) {}
290 fail("Expected IllegalStateException was not thrown");
291 } catch (IllegalStateException e) {}
295 fail("Expected IllegalStateException was not thrown");
296 } catch (IllegalStateException e) {}
299 fail("Expected IllegalStateException was not thrown");
300 } catch (IllegalStateException e) {
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
Conversation.java 153 } catch (IllegalStateException e) {
190 } catch (IllegalStateException e) {
287 } catch (IllegalStateException e) {
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
CursorTreeAdapterTest.java 428 fail("does not throw IllegalStateException when cursor is invalid");
429 } catch (IllegalStateException e) {
437 fail("does not throw IllegalStateException when position is out of bound");
438 } catch (IllegalStateException e) {
550 fail("does not throw IllegalStateException when position is out of bound");
551 } catch (IllegalStateException e) {

Completed in 1604 milliseconds

<<31323334353637383940>>