Home
last modified time | relevance | path

Searched refs:setEditedSuggestionInfo (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputViewController.kt67 fun setEditedSuggestionInfo(info: EditedSuggestionInfo?) in <lambda>() method
165 override fun setEditedSuggestionInfo(info: EditedSuggestionInfo?) { in onSendRemoteInput() method in com.android.systemui.statusbar.policy.RemoteInputViewControllerImpl
184 setEditedSuggestionInfo(null) in onSendRemoteInput()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java479 riv.getController().setEditedSuggestionInfo(editedSuggestionInfo); in activateRemoteInput()