Searched refs:getCancellationSignal (Results 1 – 5 of 5) sorted by relevance
/cts/tests/location/common/src/android/location/cts/common/ |
D | GetCurrentLocationCapture.java | 23 public CancellationSignal getCancellationSignal() { in getCancellationSignal() method in GetCurrentLocationCapture
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TextViewHandwritingGestureTest.java | 1288 gesture.getCancellationSignal().cancel(); in performInsertModeGesture_firstLine() 1302 gesture.getCancellationSignal().cancel(); in performInsertModeGesture_secondLine() 1319 gesture.getCancellationSignal().cancel(); in performInsertModeGesture_aboveFirstLineWithinMargin() 1347 gesture.getCancellationSignal().cancel(); in performInsertModeGesture_betweenLinesWithinMargin() 1379 gesture.getCancellationSignal().cancel(); in performInsertModeGesture_belowLastLineWithinMargin() 1406 gesture.getCancellationSignal().cancel(); in performInsertModeGesture_leftOfLineWithinMargin() 1435 gesture.getCancellationSignal().cancel(); in performInsertModeGesture_rightOfLineWithinMargin() 1478 gesture.getCancellationSignal().cancel(); in performInsertModeGesture_singleLine() 1496 gesture.getCancellationSignal().cancel(); in performInsertModeGesture_aboveLineWithinMargin_singleLine() 1526 gesture.getCancellationSignal().cancel(); in performInsertModeGesture_belowLineWithinMargin_singleLine() [all …]
|
/cts/tests/location/location_fine/src/android/location/cts/fine/ |
D | LocationManagerFineTest.java | 342 mManager.getCurrentLocation(TEST_PROVIDER, capture.getCancellationSignal(), in testGetCurrentLocation() 364 capture.getCancellationSignal(), in testGetCurrentLocation_Timeout() 386 mManager.getCurrentLocation(TEST_PROVIDER, capture.getCancellationSignal(), in testGetCurrentLocation_FreshOldLocation() 398 mManager.getCurrentLocation(TEST_PROVIDER, capture.getCancellationSignal(), in testGetCurrentLocation_DirectExecutor() 411 mManager.getCurrentLocation(TEST_PROVIDER, capture.getCancellationSignal(), in testGetCurrentLocation_Cancellation() 413 capture.getCancellationSignal().cancel(); in testGetCurrentLocation_Cancellation() 424 mManager.getCurrentLocation(TEST_PROVIDER, capture.getCancellationSignal(), in testGetCurrentLocation_ProviderDisabled() 430 mManager.getCurrentLocation(TEST_PROVIDER, capture.getCancellationSignal(), in testGetCurrentLocation_ProviderDisabled() 444 mManager.getCurrentLocation(TEST_PROVIDER, capture.getCancellationSignal(), in testGetCurrentLocation_NoteOps() 455 mManager.getCurrentLocation(TEST_PROVIDER, capture2.getCancellationSignal(), in testGetCurrentLocation_NoteOps() [all …]
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | InputConnectionEndToEndTest.java | 1874 CancellationSignal cs = ((InsertModeGesture) gesture).getCancellationSignal(); in testInsertModeGestureOngoingCancellation()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 56494 method @NonNull public android.os.CancellationSignal getCancellationSignal();
|