/cts/tests/tests/net/src/android/net/cts/ |
UrlQuerySanitizerTest.java | 306 assertNotSame(EXPECTED_AGE, uqs.getValue(AGE)); 313 assertNotSame(EXPECTED_HEIGHT, uqs.getValue(HEIGHT));
|
/cts/tests/tests/view/src/android/view/cts/ |
ContextThemeWrapperTest.java | 126 assertNotSame(context.getSystemService(Context.LAYOUT_INFLATER_SERVICE),
|
/cts/tools/signature-tools/test/signature/converter/ |
ConvertClassTest.java | 20 import static org.junit.Assert.assertNotSame; 347 assertNotSame(classTypeVar, interfaceTypeVar); 349 assertNotSame(classTypeVar.getGenericDeclaration(), interfaceTypeVar.getGenericDeclaration()); 534 assertNotSame(t, t1); [all...] |
/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
ClassLoaderReflectionTest.java | 71 assertNotSame(aClass, A.class);
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
DESKeySpecTest.java | 212 assertNotSame("The returned array should not be the same object "
|
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/ |
AbstractCollectionTest.java | 299 assertNotSame(a, ac.toArray(a));
|
AbstractMapTest.java | 461 assertNotSame(amt1.hashCode(), amt2.hashCode());
|
/libcore/luni/src/test/java/tests/api/java/io/ |
ObjectOutputStreamTest.java | [all...] |
/libcore/luni/src/test/java/tests/security/cert/ |
PKIXCertPathValidatorResultTest.java | 322 assertNotSame("notSame", vr1, vr2);
|
PolicyQualifierInfoTest.java | 278 assertNotSame(pqEncodingRet, pqEncodingRet1);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SimpleElementTest.java | 269 assertNotSame(new SimpleElement("android.view.LinearLayout",
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
EncryptedPrivateKeyInfoTest.java | [all...] |
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
ProviderTest.java | 269 assertNotSame(s, s1); 302 assertNotSame(c, c1);
|
KeyStoreTest.java | 277 assertNotSame(pp.getPassword(), password);
|
PolicyTest.java | 201 assertNotSame(oldPolicy, newPolicy);
|
/libcore/luni/src/test/java/tests/api/java/util/ |
EnumSetTest.java | 211 assertNotSame("Should not be identical", enumSet, anotherSet); 226 assertNotSame(hugeEnumSet, anotherHugeSet); [all...] |
/cts/tests/tests/content/src/android/content/cts/ |
ContextWrapperTest.java | 518 assertNotSame(testDrawable, mContextWrapper.peekWallpaper()); 520 assertNotSame(testDrawable2, mContextWrapper.peekWallpaper()); 534 assertNotSame(testDrawable, mContextWrapper.peekWallpaper()); [all...] |
/packages/apps/Email/tests/src/com/android/email/mail/store/ |
ImapStoreUnitTests.java | [all...] |
/cts/tests/tests/os/src/android/os/cts/ |
MessageTest.java | 128 assertNotSame(bundle, mMessage.getData());
|
/libcore/luni/src/test/java/libcore/javax/net/ssl/ |
SSLSessionTest.java | 206 assertNotSame(s.server.getSessionContext(),
|
/libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/ |
CharBufferTest.java | 158 assertNotSame(buf, readonly); 183 assertNotSame(buf, readonly); 307 assertNotSame(buf, duplicate); 334 assertNotSame(buf, duplicate); [all...] |
DoubleBufferTest.java | 183 assertNotSame(buf, readonly); 322 assertNotSame(buf, duplicate);
|
FloatBufferTest.java | 179 assertNotSame(buf, readonly); 318 assertNotSame(buf, duplicate);
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
RestrictionExceptionsTest.java | 202 assertNotSame(0, card.length());
|
/cts/tests/tests/widget/src/android/widget/cts/ |
AutoCompleteTextViewTest.java | 667 assertNotSame("", mAutoCompleteTextView.getText().toString()); 682 assertNotSame("", mAutoCompleteTextView.getText().toString()); [all...] |