Home
last modified time | relevance | path

Searched refs:EXTRA_SHOW_REMOTE_INPUT_SPINNER (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerTest.java183 .getBoolean(Notification.EXTRA_SHOW_REMOTE_INPUT_SPINNER, false)); in testRebuildWithRemoteInput_noExistingInputNoSpinner()
198 .getBoolean(Notification.EXTRA_SHOW_REMOTE_INPUT_SPINNER, false)); in testRebuildWithRemoteInput_noExistingInputWithSpinner()
254 .getBoolean(Notification.EXTRA_SHOW_REMOTE_INPUT_SPINNER, false)); in testRebuildNotificationForCanceledSmartReplies()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DInflatedSmartReplies.java148 .extras.getBoolean(Notification.EXTRA_SHOW_REMOTE_INPUT_SPINNER, false); in shouldShowSmartReplyView()
/frameworks/base/core/java/com/android/internal/widget/
DMessagingLayout.java192 extras.getBoolean(Notification.EXTRA_SHOW_REMOTE_INPUT_SPINNER, false); in setData()
DConversationLayout.java455 extras.getBoolean(Notification.EXTRA_SHOW_REMOTE_INPUT_SPINNER, false); in setData()
/frameworks/base/core/java/android/app/
DNotification.java1046 public static final String EXTRA_SHOW_REMOTE_INPUT_SPINNER = "android.remoteInputSpinner"; field in Notification
3974 mN.extras.putBoolean(EXTRA_SHOW_REMOTE_INPUT_SPINNER, showSpinner); in setShowRemoteInputSpinner()
5376 boolean showSpinner = mN.extras.getBoolean(EXTRA_SHOW_REMOTE_INPUT_SPINNER); in applyStandardTemplateWithActions()