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

<<31323334353637383940>>

  /libcore/luni/src/main/java/javax/xml/datatype/
Duration.java 154 * @throws IllegalStateException If the combination of set fields does not match one of the XML Schema date/time datatypes.
196 throw new IllegalStateException(
446 * "1 year" + "-1 day" = IllegalStateException
451 * {@link IllegalStateException}.</p>
479 * @throws IllegalStateException
570 * "1 year" - "1 day" = IllegalStateException
577 * there are cases where the operation fails in {@link IllegalStateException}.</p>
597 * {@link IllegalStateException}.</p>
603 * @throws IllegalStateException
646 * "P1M" (1 month) * "1.5" = IllegalStateException
    [all...]
  /libcore/luni/src/main/java/libcore/net/url/
JarURLConnectionImpl.java 213 throw new IllegalStateException("JarURLConnection InputStream has been closed");
  /libcore/luni/src/test/java/libcore/java/nio/charset/
CharsetEncoderTest.java 151 } catch (IllegalStateException expected) {
  /libcore/luni/src/test/java/libcore/java/security/
ProviderTest.java 215 throw new IllegalStateException("Expected SecureRandom1 was " + sr.getAlgorithm());
  /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
NamespaceSupportTest.java 224 fail("Test 2: IllegalStateException expected since a context has already been pushed in setUp().");
225 } catch (IllegalStateException e) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMessageListingElement.java 219 public void encode(XmlSerializer xmlMsgElement) throws IllegalArgumentException, IllegalStateException, IOException
  /packages/apps/Browser/src/com/android/browser/
GoogleAccountLogin.java 191 throw new IllegalStateException(
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactEditorAccountsChangedActivity.java 84 throw new IllegalStateException("Cannot have a negative number of accounts");
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragmentCarousel.java 273 throw new IllegalStateException("Invalid current page " + mCurrentPage);
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactTileListFragment.java 159 throw new IllegalStateException(
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListFilter.java 260 * @throws IllegalStateException if the filter type is not {@link #FILTER_TYPE_ACCOUNT}.
264 throw new IllegalStateException("filterType must be FILTER_TYPE_ACCOUNT");
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogActivity.java 70 throw new IllegalStateException("No fragment at position " + position);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
EmailAsyncTask.java 219 throw new IllegalStateException();
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountServerBaseFragment.java 334 throw new IllegalStateException();
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
Path.java 192 throw new IllegalStateException();
  /packages/apps/Mms/src/com/android/mms/util/
DownloadManager.java 145 throw new IllegalStateException("Uninitialized.");
  /packages/apps/Music/src/com/android/music/
SortCursor.java 251 throw new IllegalStateException("No cursor that can return names");
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
QsbApplication.java 104 throw new IllegalStateException("Accessed Application object from thread "
  /packages/apps/Settings/src/com/android/settings/tts/
TtsEnginePreference.java 114 throw new IllegalStateException("Call to getView() before a call to" +
  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
FolderPreferences.java 114 throw new IllegalStateException(
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
HorizontalScrollView.java 205 throw new IllegalStateException("HorizontalScrollView can host only one direct child");
214 throw new IllegalStateException("HorizontalScrollView can host only one direct child");
223 throw new IllegalStateException("HorizontalScrollView can host only one direct child");
232 throw new IllegalStateException("HorizontalScrollView can host only one direct child");
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/
HomeGroupsXLarge.java 75 throw new IllegalStateException("unknown mode " + mMode);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ContactsBinaryDictionary.java 151 } catch (final IllegalStateException e) {
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DownloadAdapter.java 172 throw new IllegalStateException("Unknown status: " + mCursor.getInt(mStatusColumnId));
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsProvider.java 429 throw new IllegalStateException(
441 throw new IllegalStateException(
489 throw new IllegalStateException(
494 throw new IllegalStateException(
    [all...]

Completed in 2254 milliseconds

<<31323334353637383940>>