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.java155 .getBoolean(Notification.EXTRA_SHOW_REMOTE_INPUT_SPINNER, false)); in testRebuildWithRemoteInput_noExistingInputNoSpinner()
169 .getBoolean(Notification.EXTRA_SHOW_REMOTE_INPUT_SPINNER, false)); in testRebuildWithRemoteInput_noExistingInputWithSpinner()
196 .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.java167 extras.getBoolean(Notification.EXTRA_SHOW_REMOTE_INPUT_SPINNER, false); in setData()
/frameworks/base/core/java/android/app/
DNotification.java1018 public static final String EXTRA_SHOW_REMOTE_INPUT_SPINNER = "android.remoteInputSpinner"; field in Notification
3844 mN.extras.putBoolean(EXTRA_SHOW_REMOTE_INPUT_SPINNER, showSpinner); in setShowRemoteInputSpinner()
5245 boolean showSpinner = mN.extras.getBoolean(EXTRA_SHOW_REMOTE_INPUT_SPINNER); in applyStandardTemplateWithActions()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt7929 Landroid/app/Notification;->EXTRA_SHOW_REMOTE_INPUT_SPINNER:Ljava/lang/String;