Searched
refs:assertNull (Results
876 -
900 of
1455) sorted by null
<<31323334353637383940>>
/cts/tests/tests/database/src/android/database/cts/ |
CursorWindowTest.java | 83 assertNull(window.getString(0, 0)); 86 assertNull(window.getBlob(0, 0)); 225 assertNull(cursorWindow.getString(0, 1)); 231 assertNull(cursorWindow.getBlob(0, 1));
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
ClipDrawableTest.java | 89 assertNull(clipDrawable.getConstantState()); 255 assertNull(callback.getRunnable()); 284 assertNull(mockDrawable.getColorFilter()); 311 assertNull(callback.getRunnable());
|
/cts/tests/tests/jni/src/android/jni/cts/ |
JniStaticTest.java | 94 assertNull(StaticNonce.returnNull());
|
/cts/tests/tests/location/src/android/location/cts/ |
LocationTest.java | 304 assertNull(location.getExtras()); 341 assertNull(location.getProvider()); 379 assertNull(location.getProvider()); 391 assertNull(location.getExtras());
|
/cts/tests/tests/provider/src/android/provider/cts/ |
UserDictionary_WordsTest.java | 78 assertNull(cursor.getString(LOCALE_INDEX));
|
/cts/tests/tests/theme/src/android/theme/cts/ |
DeviceDefaultTest.java | 128 assertNull(activity.getActionBar());
|
/cts/tests/tests/widget/src/android/widget/cts/ |
AdapterViewTest.java | 222 assertNull(mAdapterView.getItemAtPosition(0)); 232 assertNull(mAdapterView.getItemAtPosition(-1)); 329 assertNull(mAdapterView.getAdapter()); 421 assertNull(adapterView.getAdapter());
|
BaseAdapterTest.java | 79 assertNull(baseAdapter.getDropDownView(0, null, null));
|
RemoteViewsTest.java | 94 assertNull(mRemoteViews.getPackage()); 151 assertNull(image.getDrawable()); 179 assertNull(image.getDrawable()); 277 assertNull(image.getDrawable()); 354 assertNull(image.getDrawable()); 374 assertNull(image.getDrawable()); 452 assertNull(chronometer.getFormat()); 476 assertNull(image.getDrawable()); 527 assertNull(newActivity);
|
TabHostTest.java | 81 assertNull(tabHost.getTabWidget()); 82 assertNull(tabHost.getTabContentView()); 114 assertNull(tabHost.getTabWidget()); 115 assertNull(tabHost.getTabContentView()); 194 assertNull(tabHost.getCurrentView());
|
ToastTest.java | 98 assertNull(view.getParent()); 127 assertNull(view.getParent()); 145 assertNull(mToast.getView()); 165 assertNull(view.getParent());
|
ViewAnimatorTest.java | 72 assertNull(mViewAnimator.getInAnimation()); 79 assertNull(mViewAnimator.getInAnimation()); 304 assertNull(mViewAnimator.getOutAnimation()); 310 assertNull(mViewAnimator.getOutAnimation());
|
ViewSwitcherTest.java | 86 assertNull(mViewSwitcher.getNextView());
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_array/ |
Test_new_array.java | 71 assertNull(r[i]);
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_object/ |
Test_return_object.java | 51 assertNull(t.run());
|
/development/samples/NotePad/tests/src/com/example/android/notepad/ |
NotePadProviderTest.java | 191 assertNull(mMockResolver.getStreamTypes(NotePad.Notes.CONTENT_URI, MIME_TYPES_ALL)); 195 assertNull(mMockResolver.getStreamTypes(NotePad.Notes.LIVE_FOLDER_URI, MIME_TYPES_ALL)); 219 assertNull(mimeType); 226 assertNull(mimeType); [all...] |
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/ |
SubjectDomainCombinerTest.java | 86 assertNull(combiner.combine(null, null));
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/kerberos/serialization/ |
KerberosTicketTest.java | 90 assertNull("ClientAddresses", desr.getClientAddresses());
|
/external/apache-harmony/auth/src/test/java/common/org/ietf/jgss/ |
MessagePropTest.java | 150 assertNull(s);
|
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
RC2ParameterSpecTest.java | 136 assertNull("The getIV() method should return null if the parameter "
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
InetSocketAddressTest.java | 52 assertNull(isa.getAddress());
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
ControlTest.java | 219 assertNull(control.getFallbackLocale("message", Locale.US)); 415 assertNull(control.newBundle(className, frFR, CLASS, URLLoader, false)); 416 assertNull(control.newBundle(className, enUSVAR, CLASS, systemLoader, 418 assertNull(control.newBundle("wrongName", frFR, CLASS, systemLoader, 420 assertNull(control.newBundle(className, Locale.ROOT, PROPERTIES, 458 assertNull(control.newBundle(propertiesName, frFR, PROPERTIES, 460 assertNull(control.newBundle(propertiesName, enUSVAR, PROPERTIES, 462 assertNull(control.newBundle(propertiesName, enUSVAR, PROPERTIES, 464 assertNull(control.newBundle("wrongName", frFR, PROPERTIES, URLLoader, [all...] |
LinkedHashMapTest.java | 100 assertNull("Empty LinkedHashMap access", empty.get("nothing")); 119 assertNull("Empty hashtable access", empty.get("nothing")); 144 assertNull("Get returned non-null for non existent key", 153 assertNull("Failed with missing key matching null hash", m 239 assertNull("Failed with null key", m.keySet().iterator().next()); 314 assertNull("Failed to remove given key", hm.get(new Integer(9))); 316 assertNull("Remove of non-existent key returned non-null", hm 321 assertNull("Failed with same hash as null", 334 assertNull("Failed to clear all elements",
|
WeakHashMapTest.java | 81 assertNull("Empty weakhashmap access", empty.get("nothing")); 99 assertNull("Empty hashtable access", empty.get("nothing")); 124 assertNull("Cleared map should only return null", whm 327 assertNull("Remove returned incorrect value",
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
DigestInputStream2Test.java | 142 assertNull(
|
Completed in 3510 milliseconds
<<31323334353637383940>>