HomeSort by relevance Sort by last modified time
    Searched refs:gotException (Results 1 - 19 of 19) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
TaskWindowContainerControllerTests.java 90 boolean gotException = false;
94 gotException = true;
96 assertTrue("Should not be able to reparent to the same parent", gotException);
101 gotException = false;
105 gotException = true;
108 gotException);
WindowContainerControllerTests.java 65 boolean gotException = false;
69 gotException = true;
71 assertTrue(gotException);
WindowContainerTests.java 138 boolean gotException = false;
142 gotException = true;
144 assertTrue(gotException);
146 gotException = false;
150 gotException = true;
152 assertTrue(gotException);
244 boolean gotException = false;
248 gotException = true;
250 assertTrue(gotException);
332 boolean gotException = false
    [all...]
ConfigurationContainerTests.java 234 boolean gotException = false;
239 gotException = true;
241 assertTrue("Can't change activity type once set.", gotException);
246 gotException = false;
251 gotException = true;
253 assertTrue("Parent can't change activity type once set.", gotException);
259 gotException = false;
264 gotException = true;
266 assertTrue("Can't re-parent to a different activity type.", gotException);
  /cts/tests/tests/media/src/android/media/cts/
MediaDrmMockTest.java 84 boolean gotException = false;
88 gotException = true;
90 assertTrue(gotException);
123 boolean gotException = false;
127 gotException = true;
129 assertTrue(gotException);
139 boolean gotException = false;
143 gotException = true;
145 assertTrue(gotException);
155 boolean gotException = false
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/
DexoptOptionsTests.java 136 boolean gotException = false;
141 gotException = true;
144 assertTrue(gotException);
DexoptUtilsTest.java 357 boolean gotException = false;
361 gotException = true;
363 assertTrue(gotException);
368 boolean gotException = false;
372 gotException = true;
374 assertTrue(gotException);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TestMessageFormat.java     [all...]
MessageRegressionTest.java 640 boolean gotException = false;
644 gotException = true;
652 if (!gotException) {
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TestMessageFormat.java     [all...]
MessageRegressionTest.java 637 boolean gotException = false;
641 gotException = true;
649 if (!gotException) {
    [all...]
  /frameworks/base/core/jni/
android_database_SQLiteConnection.cpp 705 bool gotException = false;
706 while (!gotException && (!windowFull || countAllRows)) {
735 gotException = true;
747 gotException = true;
755 gotException = true;
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
ClassProto.java 394 boolean gotException = false;
400 gotException = true;
408 gotException = true;
410 if (gotException) {
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationMiscTest.java     [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationMiscTest.java     [all...]
  /cts/tests/app/src/android/app/cts/
ActivityManagerProcessStateTest.java 197 boolean gotException = false;
201 gotException = true;
203 assertTrue("Expected SecurityException thrown", gotException);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UnicodeSetTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UnicodeSetTest.java     [all...]
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 

Completed in 597 milliseconds