Searched refs:mChannelEditorDialogController (Results 1 – 2 of 2) sorted by relevance
109 private ChannelEditorDialogController mChannelEditorDialogController; field in NotificationInfo290 mChannelEditorDialogController = Dependency.get(ChannelEditorDialogController.class); in bindNotification()451 if (!mPresentingChannelEditorDialog && mChannelEditorDialogController != null) { in getTurnOffNotificationsClickListener()454 mChannelEditorDialogController.prepareDialogForApp(mAppName, mPackageName, mAppUid, in getTurnOffNotificationsClickListener()456 mChannelEditorDialogController.setOnFinishListener(() -> { in getTurnOffNotificationsClickListener()460 mChannelEditorDialogController.show(); in getTurnOffNotificationsClickListener()780 if (mPresentingChannelEditorDialog && mChannelEditorDialogController != null) {783 mChannelEditorDialogController.setOnFinishListener(null);784 mChannelEditorDialogController.close();
295 @Inject Lazy<ChannelEditorDialogController> mChannelEditorDialogController; field in Dependency483 mProviders.put(ChannelEditorDialogController.class, mChannelEditorDialogController::get); in start()