HomeSort by relevance Sort by last modified time
    Searched refs:assertNotSame (Results 226 - 250 of 413) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/tests/coretests/src/android/provider/
SettingsProviderTest.java 170 assertNotSame("Current calling user id should not be the new guest user",
182 assertNotSame("Current calling user id should not be the new guest user",
  /frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/
Camera2UtilsTest.java 21 import static org.junit.Assert.assertNotSame;
328 assertNotSame(original.getRevision(), unchanged.getRevision());
  /frameworks/support/compat/tests/java/android/support/v4/provider/
FontsContractCompatTest.java 25 import static org.junit.Assert.assertNotSame;
159 assertNotSame(typeface, typeface2);
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
BaseRecyclerViewAnimationsTest.java 21 import static org.junit.Assert.assertNotSame;
413 assertNotSame("removed view holder should not be in LM's child list",
BaseRecyclerViewInstrumentationTest.java 24 import static org.junit.Assert.assertNotSame;
379 assertNotSame("If getItemOffsets is called, child should have a valid"
    [all...]
RecyclerViewBasicTest.java 23 import static org.junit.Assert.assertNotSame;
318 assertNotSame("stateless parameter should not be preserved", mlm.mLayoutCount,
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
DoubleBufferTest.java 115 assertNotSame(buf, readonly);
218 assertNotSame(buf, duplicate);
FloatBufferTest.java 91 assertNotSame(buf, readonly);
209 assertNotSame(buf, duplicate);
IntBufferTest.java 91 assertNotSame(buf, readonly);
189 assertNotSame(buf, duplicate);
LongBufferTest.java 91 assertNotSame(buf, readonly);
189 assertNotSame(buf, duplicate);
ShortBufferTest.java 90 assertNotSame(buf, readonly);
188 assertNotSame(buf, duplicate);
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
ProviderTest.java 249 assertNotSame(s, s1);
276 assertNotSame(c, c1);
  /cts/tests/fragment/src/android/fragment/cts/
FragmentLifecycleTest.java 24 import static junit.framework.TestCase.assertNotSame;
246 assertNotSame("fragment 1 had same view from last attachment", origView1, newView1);
300 assertNotSame("fragment 1 had same view from last attachment", origView1, newView1);
301 assertNotSame("fragment 2 had same view from last attachment", origView2, newView1);
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
MessageTest.java 74 assertNotSame(bundle, mMessage.getData());
  /external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/
BooleansTest.java 104 assertNotSame(ARRAY_FALSE, Booleans.concat(ARRAY_FALSE));
BytesTest.java 127 assertNotSame(ARRAY1, Bytes.concat(ARRAY1));
CharsTest.java 205 assertNotSame(ARRAY1, Chars.concat(ARRAY1));
  /external/guava/guava-tests/test/com/google/common/primitives/
BytesTest.java 129 assertNotSame(ARRAY1, Bytes.concat(ARRAY1));
  /external/guice/core/test/com/google/inject/
ScopesTest.java 110 assertNotSame(
132 assertNotSame(
144 assertNotSame(
881 assertNotSame(firstS, secondS);
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
UserRestrictionsUtilsTest.java 61 assertNotSame(in, out);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SubscriptionControllerTest.java 264 assertNotSame(SubscriptionManager.INVALID_SUBSCRIPTION_ID,
  /libcore/dalvik/src/test/java/dalvik/system/profiler/
SamplingProfilerTest.java 183 assertNotSame(samples, hprofData.getSamples());
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
JarURLConnectionTest.java 237 assertNotSame(mf, juc.getManifest());
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DateFormatSymbolsTest.java 74 assertNotSame(DateFormatSymbols.getInstance(), DateFormatSymbols.getInstance());
DecimalFormatSymbolsTest.java 86 assertNotSame(DecimalFormatSymbols.getInstance(), DecimalFormatSymbols.getInstance());

Completed in 6104 milliseconds

1 2 3 4 5 6 7 8 91011>>