Searched refs:stopIntent (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/ |
H A D | RecordingControllerTest.java | 139 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 D | RecordingServiceTest.java | 158 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 D | ScreenRecordPermissionDialog.kt | 152 val stopIntent = regex 159 controller.startCountdown(DELAY_MS, INTERVAL_MS, startIntent, stopIntent)
|
H A D | RecordingController.java | 168 PendingIntent stopIntent) { in startCountdown() argument 170 mStopIntent = stopIntent; in startCountdown()
|
H A D | ScreenRecordDialog.java | 178 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 D | FlashNotificationsControllerTest.java | 415 Intent stopIntent = new Intent(ACTION_FLASH_NOTIFICATION_STOP_PREVIEW); in simulateLongPreview() local 416 mController.mFlashBroadcastReceiver.onReceive(mTestableContext, stopIntent); in simulateLongPreview()
|