Home
last modified time | relevance | path

Searched defs:interactor (Results 1 – 25 of 64) sorted by relevance

123

/frameworks/base/core/java/android/app/
DVoiceInteractor.java327 abstract IVoiceInteractorRequest submit(IVoiceInteractor interactor, in submit()
393 IVoiceInteractorRequest submit(IVoiceInteractor interactor, String packageName, in submit()
607 IVoiceInteractorRequest submit(IVoiceInteractor interactor, String packageName, in submit()
664 IVoiceInteractorRequest submit(IVoiceInteractor interactor, String packageName, in submit()
723 IVoiceInteractorRequest submit(IVoiceInteractor interactor, String packageName, in submit()
778 IVoiceInteractorRequest submit(IVoiceInteractor interactor, String packageName, in submit()
902 VoiceInteractor(IVoiceInteractor interactor, Context context, Activity activity, in VoiceInteractor()
1213 KillCallback(VoiceInteractor interactor) { in KillCallback()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/ui/viewmodel/
DIconTilesViewModel.kt29 class IconTilesViewModelImpl @Inject constructor(private val interactor: IconTilesInteractor) : in isIconTile() constant in com.android.systemui.qs.panels.ui.viewmodel.IconTilesViewModelImpl
DIconLabelVisibilityViewModel.kt34 private val interactor: IconLabelVisibilityInteractor, in setShowLabels() constant in com.android.systemui.qs.panels.ui.viewmodel.IconLabelVisibilityViewModelImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardLongPressViewModel.kt30 private val interactor: KeyguardLongPressInteractor, constant in com.android.systemui.keyguard.ui.viewmodel.KeyguardLongPressViewModel
DKeyguardSettingsMenuViewModel.kt31 private val interactor: KeyguardLongPressInteractor, constant in com.android.systemui.keyguard.ui.viewmodel.KeyguardSettingsMenuViewModel
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/spatial/domain/
DSpatialAudioAvailabilityCriteria.kt31 constructor(private val interactor: SpatialAudioComponentInteractor) : in <lambda>() constant in com.android.systemui.volume.panel.component.spatial.domain.SpatialAudioAvailabilityCriteria
/frameworks/libs/systemui/weathereffects/src/com/google/android/wallpaper/weathereffects/
DWeatherWallpaperService.kt30 @Inject lateinit var interactor: WeatherEffectsInteractor variable in com.google.android.wallpaper.weathereffects.WeatherWallpaperService
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/shortcut/ui/viewmodel/
DShortcutHelperViewModel.kt32 private val interactor: ShortcutHelperInteractor constant in com.android.systemui.keyboard.shortcut.ui.viewmodel.ShortcutHelperViewModel
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shelf/ui/viewmodel/
DNotificationShelfViewModel.kt32 private val interactor: NotificationShelfInteractor, in <lambda>() constant in com.android.systemui.statusbar.notification.shelf.ui.viewmodel.NotificationShelfViewModel
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/domain/interactor/
DNewTilesAvailabilityInteractor.kt51 combine(availabilityInteractors.map { (spec, interactor) -> in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/dagger/
DVolumeModule.java119 VolumeDialogInteractor interactor) { in provideVolumeDialog()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardDismissActionBinder.kt37 private val interactor: KeyguardDismissActionInteractor, constant in com.android.systemui.keyguard.ui.binder.KeyguardDismissActionBinder
DKeyguardDismissBinder.kt38 private val interactor: KeyguardDismissInteractor, in <lambda>() constant in com.android.systemui.keyguard.ui.binder.KeyguardDismissBinder
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/domain/interactor/
DLightsOutInteractorTest.kt33 private val interactor: LightsOutInteractor = LightsOutInteractor(statusBarModeRepository) constant in com.android.systemui.statusbar.phone.domain.interactor.LightsOutInteractorTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/taskswitcher/domain/interactor/
DTaskSwitchInteractorTest.kt46 private val interactor = kosmos.taskSwitcherInteractor constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/taskswitcher/ui/viewmodel/
DTaskSwitcherNotificationViewModel.kt38 private val interactor: TaskSwitchInteractor, in <lambda>() constant in com.android.systemui.mediaprojection.taskswitcher.ui.viewmodel.TaskSwitcherNotificationViewModel
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/
DAuthMethodBouncerViewModel.kt31 protected val interactor: BouncerInteractor, constant in com.android.systemui.bouncer.ui.viewmodel.AuthMethodBouncerViewModel
DKeyguardBouncerViewModel.kt35 private val interactor: PrimaryBouncerInteractor, in <lambda>() constant in com.android.systemui.bouncer.ui.viewmodel.KeyguardBouncerViewModel
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/screenrecord/ui/viewmodel/
DScreenRecordChipViewModel.kt47 private val interactor: ScreenRecordChipInteractor, in <lambda>() constant in com.android.systemui.statusbar.chips.screenrecord.ui.viewmodel.ScreenRecordChipViewModel
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationsPlaceholderViewModel.kt42 private val interactor: NotificationStackAppearanceInteractor, constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/anc/ui/viewmodel/
DAncViewModel.kt43 private val interactor: AncSliceInteractor, constant in com.android.systemui.volume.panel.component.anc.ui.viewmodel.AncViewModel
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/binder/
DKeyguardSurfaceBehindParamsApplierTest.kt53 @Mock private lateinit var interactor: KeyguardSurfaceBehindInteractor in <lambda>() variable in com.android.systemui.keyguard.ui.binder.KeyguardSurfaceBehindParamsApplierTest
/frameworks/libs/systemui/weathereffects/src/com/google/android/wallpaper/weathereffects/provider/
DWeatherEffectsContentProvider.kt37 @Inject lateinit var interactor: WeatherEffectsInteractor in <lambda>() variable in com.google.android.wallpaper.weathereffects.provider.WeatherEffectsContentProvider
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/
DInWindowLauncherUnlockAnimationManager.kt49 val interactor: InWindowLauncherUnlockAnimationInteractor, in <lambda>() constant in com.android.systemui.keyguard.ui.view.InWindowLauncherUnlockAnimationManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/spatial/ui/viewmodel/
DSpatialAudioViewModel.kt47 private val interactor: SpatialAudioComponentInteractor, in <lambda>() constant

123