Home
last modified time | relevance | path

Searched refs:cancel (Results 1 – 12 of 12) sorted by relevance

/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/
DScheduledRunMetricListener.java61 mTimer.cancel(); in onTestRunStart()
74 mTimer.cancel(); in onTestRunEnd()
DScreenRecordCollector.java151 mCurrentThread.cancel(); in onTestEnd()
256 public void cancel() { in cancel() method in ScreenRecordCollector.RecordingThread
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/media/
DMockMediaPlayer.java72 mTimer.cancel(); in pause()
DMediaInstrumentation.java125 mManager.cancel(mNotificationId); in cancelNotification()
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/rules/
DTemporaryMediaNotification.kt108 notificationManager.cancel(NOTIFICATION_ID) in after()
/platform_testing/libraries/device-collectors/src/main/java/android/device/stressmodes/
DBackgroundTranscodingStressTestMode.java117 mTranscodingSession.cancel(); in testFinished()
/platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/
DSlabinfoHelper.java76 if (mReaderHandle != null) mReaderHandle.cancel(false); in stopCollecting()
/platform_testing/libraries/motion/compose/src/platform/test/motion/compose/
DComposeToolkit.kt395 onNode.performTouchInput { cancel(delayMillis = 0) } in <lambda>()
444 override fun cancel(delayMillis: Long) { in <lambda>() method
/platform_testing/libraries/audio-test-harness/client-lib/src/main/java/com/android/media/audiotestharness/client/grpc/
DGrpcAudioCaptureStream.java191 mCancellableContext.cancel( in close()
/platform_testing/libraries/audio-test-harness/server/src/test/java/com/android/media/audiotestharness/server/service/
DAudioTestHarnessImplTests.java174 cancellableContext.cancel(Status.CANCELLED.asException()); in capture_callsStopOnSessionWhenCanceled()
/platform_testing/libraries/collectors-helper/lyric/src/com/android/helpers/
DLyricMemProfilerHelper.java266 mTimer.cancel(); in stopCollecting()
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DSystemUiJankTests.java316 mNotificationManager.cancel(icon); in cancelNotifications()