Home
last modified time | relevance | path

Searched refs:shouldThrow (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/install/
DRequestThrottleTest.kt71 val shouldThrow = AtomicBoolean(true) in exceptionInRequest() constant
73 if (shouldThrow.get()) { in exceptionInRequest()
94 shouldThrow.set(false) in exceptionInRequest()
/frameworks/base/core/java/com/android/internal/jank/
DInteractionJankMonitor.java796 boolean shouldThrow = false; in validate()
800 shouldThrow = true; in validate()
804 shouldThrow = true; in validate()
809 shouldThrow = true; in validate()
813 shouldThrow = true; in validate()
818 shouldThrow = true; in validate()
832 if (shouldThrow) { in validate()
/frameworks/base/core/tests/coretests/src/android/content/pm/
DParceledListSliceTest.java274 public ThrowingObject(boolean shouldThrow) { in ThrowingObject() argument
275 mShouldThrow = shouldThrow; in ThrowingObject()