/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/ |
FillInWrapTest.java | 45 assertNotNull(mChild); 46 assertNotNull(mContainer);
|
LinearLayoutEditTextsTest.java | 46 assertNotNull(mChild); 47 assertNotNull(mContainer);
|
WeightSumTest.java | 46 assertNotNull(mChild); 47 assertNotNull(mContainer);
|
WeightTest.java | 47 assertNotNull(mChild); 48 assertNotNull(mContainer);
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListSetSelectionTest.java | 45 assertNotNull(mActivity); 46 assertNotNull(mListView);
|
ListUnspecifiedMeasure.java | 44 assertNotNull(mActivity); 45 assertNotNull(mListView);
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/ |
ListGetSelectedViewTest.java | 50 assertNotNull(mActivity); 51 assertNotNull(mListView);
|
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/ |
BitmapFactoryTest.java | 39 assertNotNull("Got null FileDescriptor", fd); 42 assertNotNull("BitmapFactory returned null", bitmap);
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
documenttypegetentitieslength.java | 67 assertNotNull("docTypeNotNull", docType); 69 assertNotNull("entitiesNotNull", entityList);
|
documenttypegetentitiestype.java | 71 assertNotNull("docTypeNotNull", docType); 73 assertNotNull("entitiesNotNull", entityList);
|
documenttypegetnotationstype.java | 70 assertNotNull("docTypeNotNull", docType); 72 assertNotNull("notationsNotNull", notationList);
|
entitygetentityname.java | 71 assertNotNull("docTypeNotNull", docType); 73 assertNotNull("entitiesNotNull", entityList);
|
entitygetpublicidnull.java | 72 assertNotNull("docTypeNotNull", docType); 74 assertNotNull("entitiesNotNull", entityList);
|
noderemovechildnomodificationallowederrEE.java | 72 assertNotNull("createdEntRefNotNull", entRef); 74 assertNotNull("entTextNotNull", entText);
|
nodesetnodevaluenomodificationallowederrEE.java | 67 assertNotNull("createdEntRefNotNull", entRef); 69 assertNotNull("entTextNotNull", entText);
|
notationgetnotationname.java | 68 assertNotNull("docTypeNotNull", docType); 70 assertNotNull("notationsNotNull", notations);
|
notationgetpublicid.java | 67 assertNotNull("docTypeNotNull", docType); 69 assertNotNull("notationsNotNull", notations);
|
notationgetpublicidnull.java | 72 assertNotNull("docTypeNotNull", docType); 74 assertNotNull("notationsNotNull", notations);
|
notationgetsystemidnull.java | 68 assertNotNull("docTypeNotNull", docType); 70 assertNotNull("notationsNotNull", notations);
|
textsplittextnomodificationallowederrEE.java | 68 assertNotNull("createdEntRefNotNull", entRef); 70 assertNotNull("entTextNotNull", entText);
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
hc_entitiesremovenameditemns1.java | 69 assertNotNull("docTypeNotNull", docType); 71 assertNotNull("entitiesNotNull", entities);
|
hc_entitiessetnameditemns1.java | 70 assertNotNull("docTypeNotNull", docType); 72 assertNotNull("entitiesNotNull", entities);
|
hc_notationsremovenameditemns1.java | 69 assertNotNull("docTypeNotNull", docType); 71 assertNotNull("notationsNotNull", notations);
|
hc_notationssetnameditemns1.java | 70 assertNotNull("docTypeNotNull", docType); 72 assertNotNull("notationsNotNull", notations);
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
KSSecretKeyEntryTest.java | 53 assertNotNull(ske); 77 assertNotNull("toString() returns null string", ske.toString());
|