Home
last modified time | relevance | path

Searched refs:gotException (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DTaskWindowContainerControllerTests.java90 boolean gotException = false; in testReparent()
94 gotException = true; in testReparent()
96 assertTrue("Should not be able to reparent to the same parent", gotException); in testReparent()
101 gotException = false; in testReparent()
105 gotException = true; in testReparent()
108 gotException); in testReparent()
DWindowContainerControllerTests.java59 boolean gotException = false; in testSetContainer()
63 gotException = true; in testSetContainer()
65 assertTrue(gotException); in testSetContainer()
DWindowContainerTests.java112 boolean gotException = false; in testAdd_AlreadyHasParent()
116 gotException = true; in testAdd_AlreadyHasParent()
118 assertTrue(gotException); in testAdd_AlreadyHasParent()
120 gotException = false; in testAdd_AlreadyHasParent()
124 gotException = true; in testAdd_AlreadyHasParent()
126 assertTrue(gotException); in testAdd_AlreadyHasParent()
218 boolean gotException = false; in testSetController()
222 gotException = true; in testSetController()
224 assertTrue(gotException); in testSetController()
306 boolean gotException = false; in testPositionChildAtInvalid()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/
DDexoptOptionsTests.java130 boolean gotException = false; in testCreateDexoptInvalid()
135 gotException = true; in testCreateDexoptInvalid()
138 assertTrue(gotException); in testCreateDexoptInvalid()
DDexoptUtilsTest.java357 boolean gotException = false; in testProcessContextForDexLoadIllegalCallEmptyList()
361 gotException = true; in testProcessContextForDexLoadIllegalCallEmptyList()
363 assertTrue(gotException); in testProcessContextForDexLoadIllegalCallEmptyList()
368 boolean gotException = false; in testProcessContextForDexLoadIllegalCallDifferentSize()
372 gotException = true; in testProcessContextForDexLoadIllegalCallDifferentSize()
374 assertTrue(gotException); in testProcessContextForDexLoadIllegalCallDifferentSize()
/frameworks/base/core/jni/
Dandroid_database_SQLiteConnection.cpp705 bool gotException = false; in nativeExecuteForCursorWindow() local
706 while (!gotException && (!windowFull || countAllRows)) { in nativeExecuteForCursorWindow()
735 gotException = true; in nativeExecuteForCursorWindow()
747 gotException = true; in nativeExecuteForCursorWindow()
755 gotException = true; in nativeExecuteForCursorWindow()