Home
last modified time | relevance | path

Searched refs:getLastCancellationSignal (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DScrollCaptureConnectionTest.java225 assertFalse(mCallback.getLastCancellationSignal().isCanceled()); in testClose_withPendingOperation()
231 assertTrue(mCallback.getLastCancellationSignal().isCanceled()); in testClose_withPendingOperation()
H A DTestScrollCaptureCallback.java102 public CancellationSignal getLastCancellationSignal() { in getLastCancellationSignal() method in TestScrollCaptureCallback