Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/
H A DRecordingControllerTest.java139 PendingIntent stopIntent = Mockito.mock(PendingIntent.class); in testStopRecording() local
141 mController.startCountdown(0, 0, startIntent, stopIntent); in testStopRecording()
146 verify(stopIntent).send(any()); in testStopRecording()
200 PendingIntent stopIntent = Mockito.mock(PendingIntent.class); in testUserChange() local
201 mController.startCountdown(0, 0, startIntent, stopIntent); in testUserChange()
H A DRecordingServiceTest.java158 Intent stopIntent = RecordingService.getStopIntent(mContext); in testLogStopFromQsTile() local
159 mRecordingService.onStartCommand(stopIntent, 0, 0); in testLogStopFromQsTile()
169 Intent stopIntent = RecordingService.getNotificationIntent(mContext); in testLogStopFromNotificationIntent() local
170 mRecordingService.onStartCommand(stopIntent, 0, 0); in testLogStopFromNotificationIntent()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DScreenRecordPermissionDialog.kt152 val stopIntent = regex
159 controller.startCountdown(DELAY_MS, INTERVAL_MS, startIntent, stopIntent)
H A DRecordingController.java168 PendingIntent stopIntent) { in startCountdown() argument
170 mStopIntent = stopIntent; in startCountdown()
H A DScreenRecordDialog.java178 PendingIntent stopIntent = PendingIntent.getService(userContext, in requestScreenCapture() local
182 mController.startCountdown(DELAY_MS, INTERVAL_MS, startIntent, stopIntent); in requestScreenCapture()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DFlashNotificationsControllerTest.java415 Intent stopIntent = new Intent(ACTION_FLASH_NOTIFICATION_STOP_PREVIEW); in simulateLongPreview() local
416 mController.mFlashBroadcastReceiver.onReceive(mTestableContext, stopIntent); in simulateLongPreview()