Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/data/repository/
DRemoteInputRepository.kt53 awaitClose { notificationRemoteInputManager.removeControllerCallback(callback) } in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java372 public void removeControllerCallback(RemoteInputController.Callback callback) { in removeControllerCallback() method in NotificationRemoteInputManager