Searched refs:pendingTargetIntent (Results 1 – 6 of 6) sorted by relevance
34 repository.pendingTargetIntent.collectLatest { targetIntent -> in <lambda>()39 repository.pendingTargetIntent.compareAndSet(targetIntent, null) in <lambda>()
34 repository.pendingTargetIntent.value = targetIntent in updateTargetIntent()
31 val pendingTargetIntent: MutableStateFlow<Intent?> = MutableStateFlow(null) constant in com.android.intentresolver.contentpreview.payloadtoggle.data.repository.PendingSelectionCallbackRepository
45 assertThat(pendingSelectionCallbackRepository.pendingTargetIntent.value).isNull() in <lambda>()
106 assertThat(pendingSelectionCallbackRepository.pendingTargetIntent.value) in <lambda>()
148 pendingSelectionCallbackRepo.pendingTargetIntent in <lambda>()