HomeSort by relevance Sort by last modified time
    Searched refs:NullPointerException (Results 1601 - 1625 of 1783) sorted by null

<<61626364656667686970>>

  /external/guava/guava-tests/test/com/google/common/primitives/
ShortsTest.java 362 } catch (NullPointerException expected) {
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberMatcher.java 210 throw new NullPointerException();
  /frameworks/base/core/java/android/net/
MobileDataStateTracker.java 519 } catch (NullPointerException e) {
  /frameworks/base/core/java/android/net/http/
AndroidHttpClient.java 366 throw new NullPointerException("name");
  /frameworks/base/core/java/android/view/
GestureDetector.java 290 * @throws NullPointerException if either {@code listener} or
309 * @throws NullPointerException if {@code listener} is null.
328 * @throws NullPointerException if {@code listener} is null.
344 * @throws NullPointerException if {@code listener} is null.
369 * @throws NullPointerException if {@code listener} is null.
378 throw new NullPointerException("OnGestureListener must not be null");
  /frameworks/base/core/tests/coretests/src/android/util/
JsonWriterTest.java 114 } catch (NullPointerException expected) {
  /frameworks/base/core/tests/coretests/src/com/android/internal/util/
FileRotatorTest.java 190 throw new NullPointerException("yikes");
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
MediaSource.java 233 throw new NullPointerException("Unexpected null media player!");
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ServiceStateTracker.java 215 } catch (NullPointerException ex) {
  /libcore/json/src/main/java/org/json/
JSONObject.java 121 * @throws NullPointerException if any of the map's keys are null.
134 throw new NullPointerException();
  /libcore/luni/src/main/java/java/io/
File.java 120 * @throws NullPointerException
145 * @throws NullPointerException
150 throw new NullPointerException("name == null");
    [all...]
  /libcore/luni/src/main/java/java/math/
BigDecimal.java 279 throw new NullPointerException("in == null");
599 * @throws NullPointerException
604 throw new NullPointerException("unscaledVal == null");
627 * @throws NullPointerException
770 * @throws NullPointerException
823 * @throws NullPointerException
    [all...]
  /libcore/luni/src/main/java/java/nio/
DatagramChannelImpl.java 451 throw new NullPointerException("source == null");
SocketChannelImpl.java 330 throw new NullPointerException("src == null");
  /libcore/luni/src/main/java/java/util/
Calendar.java     [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentLinkedQueue.java 235 * @throws NullPointerException if the specified collection or any
264 * @throws NullPointerException if the specified element is null
294 * @throws NullPointerException if the specified element is null
483 * @throws NullPointerException if the specified collection or any
595 * @throws NullPointerException if the specified array is null
771 * Throws NullPointerException if argument is null.
777 throw new NullPointerException();
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
GeneralName.java 239 throw new NullPointerException("name == null");
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DOMConfigurationImpl.java 342 } catch (NullPointerException e) {
  /libcore/luni/src/test/java/tests/api/java/util/
ConcurrentModTest.java 423 fail("NullPointerException expected");
424 } catch (NullPointerException ee) {
  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
DocumentBuilderFactoryTest.java 99 // fail("NullPointerException expected");
101 // } catch (NullPointerException e) {
145 // fail("NullPointerException expected");
147 // } catch (NullPointerException e) {
360 // fail("NullPointerException expected");
362 // } catch (NullPointerException e) {
514 fail("NullPointerException expected");
516 } catch (NullPointerException e) {
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectSyncedCalendarsMultiAccountAdapter.java 151 } catch (NullPointerException e) {
  /packages/apps/Email/src/org/apache/commons/io/
FilenameUtils.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeySpecParser.java 218 throw new NullPointerException();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java 181 throw new NullPointerException();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
FloatTest.java 157 } catch (NullPointerException e) {
    [all...]

Completed in 2315 milliseconds

<<61626364656667686970>>