Home
last modified time | relevance | path

Searched refs:onMakeExpandedVisibleForRemoteInput (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DStatusBarRemoteInputCallbackTest.java148 mRemoteInputCallback.onMakeExpandedVisibleForRemoteInput( in onMakeExpandedVisibleForRemoteInput_collapsedGroup_expandGroupExpansion()
177 mRemoteInputCallback.onMakeExpandedVisibleForRemoteInput( in onMakeExpandedVisibleForRemoteInput_expandedGroup_setUserExpandedTrue()
202 mRemoteInputCallback.onMakeExpandedVisibleForRemoteInput( in onMakeExpandedVisibleForRemoteInput_nonGroupNotifications_setUserExpandedTrue()
231 mRemoteInputCallback.onMakeExpandedVisibleForRemoteInput( in onMakeExpandedVisibleForRemoteInput_notExpandedGroup_toggleExpansion()
261 mRemoteInputCallback.onMakeExpandedVisibleForRemoteInput( in onMakeExpandedVisibleForRemoteInput_expandedGroup_notToggleExpansion()
289 mRemoteInputCallback.onMakeExpandedVisibleForRemoteInput( in onMakeExpandedVisibleForRemoteInput_notExpandedNotification_toggleExpansion()
318 mRemoteInputCallback.onMakeExpandedVisibleForRemoteInput( in onMakeExpandedVisibleForRemoteInput_expandedNotification_notToggleExpansion()
347 mRemoteInputCallback.onMakeExpandedVisibleForRemoteInput( in onMakeExpandedVisibleForRemoteInput_notExpandedPinnedHUN_toggleExpansion()
376 mRemoteInputCallback.onMakeExpandedVisibleForRemoteInput( in onMakeExpandedVisibleForRemoteInput_expandedPinnedHUN_notToggleExpansion()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java502 mCallback.onMakeExpandedVisibleForRemoteInput(row, view, deferBouncer, () -> { in activateRemoteInput()
577 mCallback.onMakeExpandedVisibleForRemoteInput(row, view, deferBouncer, () -> { in activateRemoteInputOnExpanded()
825 void onMakeExpandedVisibleForRemoteInput(ExpandableNotificationRow row, View clickedView, in onMakeExpandedVisibleForRemoteInput() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarRemoteInputCallback.java212 public void onMakeExpandedVisibleForRemoteInput(ExpandableNotificationRow row, in onMakeExpandedVisibleForRemoteInput() method in StatusBarRemoteInputCallback