/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/ |
CachedLaterTest.java | 46 assertNull(mTrap.getValue()); 89 assertNull(mTrap2.getValue());
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
LinkedListTest.java | 93 assertNull("Did not add null correctly", ll.get(50)); 133 assertNull("Did not add null correctly", ll.get(ll.size() - 1)); 160 assertNull("a) List w/nulls not added correctly", ll.get(50)); 163 assertNull("c) List w/nulls not added correctly", ll.get(52)); 166 assertNull("e) List w/nulls not added correctly", ll.get(54)); 216 assertNull("a) List w/nulls not added correctly", ll.get(200)); 219 assertNull("c) List w/nulls not added correctly", ll.get(202)); 222 assertNull("e) List w/nulls not added correctly", ll.get(204)); 257 assertNull("Failed to add null", ll.getFirst()); 269 assertNull("Failed to add null", ll.getLast()) [all...] |
EnumMapTest.java | 104 assertNull("Return non-null for non mapped key", enumColorMap.put( //$NON-NLS-1$ 118 assertNull("Return non-null for non mapped key", enumSizeMap.put( //$NON-NLS-1$ 130 assertNull("Return non-null for non mapped key", enumSizeMap.put( //$NON-NLS-1$ 164 assertNull("Constructor fails", enumMap.get(Color.Red)); //$NON-NLS-1$ 213 assertNull("Constructor fails", enumMap.get(Color.Red)); //$NON-NLS-1$ 242 assertNull("Failed to clear all elements", enumSizeMap.get(Size.Small)); //$NON-NLS-1$ 432 assertNull("Should be null", array1[2]); //$NON-NLS-1$ 753 assertNull("Get returned non-null for non mapped key", enumSizeMap //$NON-NLS-1$ 759 assertNull("Get returned non-null for non mapped key", enumSizeMap //$NON-NLS-1$ 761 assertNull("Get returned non-null for non existent key", enumSizeMap //$NON-NLS-1 [all...] |
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
MapPutTester.java | 58 assertNull("put(notPresent, value) should return null", put(samples.e3)); 97 assertNull("put(null, value) should return null", put(nullKeyEntry)); 128 assertNull("put(key, null) should return null", put(nullValueEntry)); 169 assertNull("put(present, null) should return the associated value (null)", 179 assertNull("put(present, value) should return the associated value (null)", 189 assertNull("put(null, null) should return null", put(nullKeyValueEntry));
|
/external/guava/guava-tests/test/com/google/common/cache/ |
CacheManualTest.java | 40 assertNull(cache.getIfPresent(one)); 46 assertNull(cache.asMap().get(one)); 50 assertNull(cache.getIfPresent(two)); 56 assertNull(cache.asMap().get(two)); 72 assertNull(cache.getIfPresent(two)); 78 assertNull(cache.asMap().get(two));
|
/frameworks/volley/tests/src/com/android/volley/toolbox/ |
HttpHeaderParserTest.java | 52 assertNull(entry.etag); 86 assertNull(entry.etag); 100 assertNull(entry.etag); 129 assertNull(entry.etag); 142 assertNull(entry); 154 assertNull(entry.etag);
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
ContactLocaleUtilsTest.java | 146 assertNull(getNameLookupKeys(LATIN_NAME, FullNameStyle.UNDEFINED)); 163 assertNull(getNameLookupKeys(CHINESE_NAME, FullNameStyle.CJK)); 164 assertNull(getNameLookupKeys(CHINESE_NAME, FullNameStyle.CHINESE)); 215 assertNull(getNameLookupKeys(CHINESE_NAME, FullNameStyle.CHINESE)); 216 assertNull(getNameLookupKeys(CHINESE_NAME, FullNameStyle.CJK)); 228 assertNull(getNameLookupKeys(CHINESE_NAME, FullNameStyle.CJK));
|
/libcore/luni/src/test/java/tests/api/java/util/ |
EnumMapTest.java | 106 assertNull("Return non-null for non mapped key", enumColorMap.put( 120 assertNull("Return non-null for non mapped key", enumSizeMap.put( 132 assertNull("Return non-null for non mapped key", enumSizeMap.put( 166 assertNull("Constructor fails", enumMap.get(Color.Red)); 215 assertNull("Constructor fails", enumMap.get(Color.Red)); 244 assertNull("Failed to clear all elements", enumSizeMap.get(Size.Small)); 435 assertNull("Should be null", array1[2]); 755 assertNull("Get returned non-null for non mapped key", enumSizeMap 761 assertNull("Get returned non-null for non mapped key", enumSizeMap 763 assertNull("Get returned non-null for non existent key", enumSizeMa [all...] |
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
DrawableTest.java | 61 assertNull(mockDrawable.getColorFilter()); 68 assertNull(mockDrawable.getColorFilter()); 119 assertNull(Drawable.createFromPath(null)); 123 assertNull(Drawable.createFromPath(uri.getPath())); 165 assertNull(Drawable.createFromStream(null, "test.bmp")); 175 assertNull(Drawable.createFromStream(inputEmptyStream, "Sample")); 209 assertNull(Drawable.createFromResourceStream(null, null, inputStream, "test.bmp")); 219 assertNull(Drawable.createFromResourceStream(mResources, null, inputEmptyStream, 259 assertNull(Drawable.createFromResourceStream(null, null, inputStream, "test.bmp", opt)); 269 assertNull(Drawable.createFromResourceStream(mResources, null, inputEmptyStream [all...] |
DrawableContainerTest.java | 51 assertNull(mDrawableContainer.getCurrent()); 96 assertNull(mDrawableContainer.getCurrent()); 117 assertNull(mDrawableContainerState.getConstantPadding()); 129 assertNull(mDrawableContainer.getCurrent()); 131 assertNull(mDrawableContainerState.getConstantPadding()); 144 assertNull(mDrawableContainer.getCurrent()); 165 assertNull(mDrawableContainer.getCurrent()); 187 assertNull(mDrawableContainer.getCurrent()); 209 assertNull(mDrawableContainer.getCurrent()); 266 assertNull(mDrawableContainer.getCurrent()) [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
AutoCompleteTextViewTest.java | 170 assertNull(autoCompleteTextView.getAdapter()); 171 assertNull(autoCompleteTextView.getFilter()); 181 assertNull(autoCompleteTextView.getAdapter()); 182 assertNull(autoCompleteTextView.getFilter()); 191 assertNull(mAutoCompleteTextView.getItemClickListener()); 192 assertNull(mAutoCompleteTextView.getOnItemClickListener()); 201 assertNull(mAutoCompleteTextView.getItemClickListener()); 202 assertNull(mAutoCompleteTextView.getOnItemClickListener()); 211 assertNull(mAutoCompleteTextView.getItemSelectedListener()); 212 assertNull(mAutoCompleteTextView.getOnItemSelectedListener()) [all...] |
SimpleAdapterTest.java | 263 assertNull(mSimpleAdapter.getViewBinder()); 276 assertNull(mSimpleAdapter.getViewBinder()); 282 assertNull(view.getDrawable()); 291 assertNull(view.getDrawable()); 293 assertNull(view.getDrawable()); 297 assertNull(view.getDrawable()); 307 assertNull(view.getDrawable()); 316 assertNull(view.getDrawable()); 318 assertNull(view.getDrawable()); 322 assertNull(view.getDrawable()) [all...] |
SimpleCursorAdapterTest.java | 153 assertNull(mSimpleCursorAdapter.getViewBinder()); 164 assertNull(mSimpleCursorAdapter.getViewBinder()); 180 assertNull(view.getDrawable()); 190 assertNull(view.getDrawable()); 192 assertNull(view.getDrawable()); 196 assertNull(view.getDrawable()); 207 assertNull(view.getDrawable()); 240 assertNull(mSimpleCursorAdapter.getCursorToStringConverter()); 247 assertNull(mSimpleCursorAdapter.getCursorToStringConverter()); 356 assertNull(mSimpleCursorAdapter.getCursor()) [all...] |
SimpleCursorTreeAdapterTest.java | 131 assertNull(view.getDrawable()); 141 assertNull(view.getDrawable()); 143 assertNull(view.getDrawable()); 147 assertNull(view.getDrawable()); 157 assertNull(view.getDrawable());
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
URITest.java | 233 assertNull("Assert 3: returned wrong host value,", uri.getHost()); 243 assertNull("Assert 6: returned wrong host value,", uri.getHost()); 288 assertNull("wrong userinfo", uri.getUserInfo()); 289 assertNull("wrong hostname", uri.getHost()); 290 assertNull("wrong authority", uri.getAuthority()); 292 assertNull("wrong path", uri.getPath()); 293 assertNull("wrong query", uri.getQuery()); 294 assertNull("wrong fragment", uri.getFragment()); 482 assertNull("wrong authority", uri.getUserInfo()); 483 assertNull("wrong userinfo", uri.getUserInfo()) [all...] |
/packages/apps/Email/tests/src/com/android/emailcommon/internet/ |
MimeMessageTest.java | 138 assertNull(message.getContentId()); 296 assertNull("no name 1 name", from[0].getPersonal()); 300 assertNull("no name 2 name", to[0].getPersonal()); 350 assertNull("non existent header", message.getExtendedHeader("X-Non-Existent")); 358 assertNull("non existent header 2", message.getExtendedHeader("X-Non-Existent")); 364 assertNull("remove header", message.getExtendedHeader("X-Header1")); 373 assertNull("new message", message.getExtendedHeaders()); 375 assertNull("null headers", message.getExtendedHeaders()); 377 assertNull("empty headers", message.getExtendedHeaders()); 526 assertNull(mm.getMessageId()) [all...] |
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
StreamHandlerTest.java | 93 assertNull(LogManager.getLogManager().getProperty( 95 assertNull(LogManager.getLogManager().getProperty( 97 assertNull(LogManager.getLogManager().getProperty( 99 assertNull(LogManager.getLogManager().getProperty( 105 assertNull(h.getFilter()); 106 assertNull(h.getEncoding()); 156 assertNull(h.getFilter()); 157 assertNull(h.getEncoding()); 160 assertNull(h.getEncoding()); 168 assertNull(LogManager.getLogManager().getProperty [all...] |
/frameworks/base/core/tests/coretests/src/android/content/ |
ContentProviderOperationTest.java | 72 assertNull(values); 343 assertNull(operationGetExpectedCount(op2)); 344 assertNull(operationGetSelection(op2)); 345 assertNull(operationGetSelectionArgs(op2)); 346 assertNull(operationGetValues(op2)); 347 assertNull(operationGetValuesBackReferences(op2)); 365 assertNull(operationGetExpectedCount(op2)); 366 assertNull(operationGetSelection(op2)); 367 assertNull(operationGetSelectionArgs(op2)); 368 assertNull(operationGetValues(op2)) [all...] |
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/ |
Sasl2Test.java | 118 assertNull("Incorect SaslClient", f.createSaslClient(null, 168 assertNull("Incorect SaslClient", f.createSaslClient(null, 213 assertNull("Incorect SaslClient", f.createSaslClient(null, 227 assertNull("Incorect SaslClient", f.createSaslClient( 271 assertNull("Incorect SaslClient", f.createSaslClient(null, 335 assertNull("Incorect SaslClient", f.createSaslServer(null, "a", 337 assertNull("Wrong length", f.getMechanismNames(null)); 340 assertNull("Not null SaslServer", f.createSaslServer(null, 390 assertNull("Incorect SaslServer", f.createSaslServer(null, 435 assertNull("Incorect SaslServer", f.createSaslServer(null [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
AbstractBiMapTest.java | 95 assertNull(bimap.get(1)); 96 assertNull(bimap.get(null)); 97 assertNull(bimap.get("bad")); 103 assertNull(bimap.get(0)); 105 assertNull(bimap.get("bad")); 108 assertNull(bimap.get(null)); 110 assertNull(bimap.get(null)); 193 assertNull(bimap.forcePut(1, "one")); 199 assertNull(bimap.forcePut(-1, "ONE")); // key 1 disappears without a trace 201 assertNull(bimap.forcePut(2, "two")) [all...] |
/libcore/luni/src/test/java/tests/security/cert/ |
X509CRLSelector2Test.java | 52 assertNull(selector.getDateAndTime()); 53 assertNull(selector.getCertificateChecking()); 54 assertNull(selector.getIssuerNames()); 55 assertNull(selector.getIssuers()); 56 assertNull(selector.getMaxCRL()); 57 assertNull(selector.getMinCRL()); 331 assertNull(selector.getCertificateChecking()); 344 assertNull("The collection should be null.", selector.getIssuers()); 372 assertNull("The collection should be null.", selector.getIssuerNames()); 392 assertNull("Initially the minCRL should be null.", selector.getMinCRL()) [all...] |
/cts/tests/tests/accessibility/src/android/view/accessibility/cts/ |
AccessibilityNodeInfoTest.java | 199 assertNull("className not properly recycled", info.getClassName()); 200 assertNull("contentDescription not properly recycled", info.getContentDescription()); 201 assertNull("packageName not properly recycled", info.getPackageName()); 202 assertNull("text not properly recycled", info.getText()); 217 assertNull("viewId not properly recycled", info.getViewIdResourceName());
|
/cts/tests/tests/app/src/android/app/cts/ |
NotificationTest.java | 122 assertNull(result.contentIntent); 129 assertNull(result.deleteIntent); 136 assertNull(result.tickerText); 143 assertNull(result.contentView); 150 assertNull(result.sound);
|
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
HandshakeProtocolTest.java | 85 assertNull(protocol.wrap()); 94 assertNull(protocol.delegatedTaskErr); 121 assertNull(hs_protocol.preMasterSecret); 165 assertNull(hs_protocol.preMasterSecret); 209 assertNull(protocol.getTask());
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
Character_UnicodeBlockTest.java | 52 assertNull(Character.UnicodeBlock.of((char)0x750)); 53 assertNull(Character.UnicodeBlock.of((char)0x77f)); 56 assertNull(Character.UnicodeBlock.of((char)0x7c0)); 57 assertNull(Character.UnicodeBlock.of((char)0x8ff)); 92 assertNull(Character.UnicodeBlock.of((char)0x1380)); 93 assertNull(Character.UnicodeBlock.of((char)0x139f)); 114 assertNull(Character.UnicodeBlock.of((char)0x18b0)); 115 assertNull(Character.UnicodeBlock.of((char)0x18ff)); 120 assertNull(Character.UnicodeBlock.of((char)0x1980)); 121 assertNull(Character.UnicodeBlock.of((char)0x19df)) [all...] |