Searched refs:EXTRA_SHOW_REMOTE_INPUT_SPINNER (Results 1 – 5 of 5) sorted by relevance
155 .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()
148 .extras.getBoolean(Notification.EXTRA_SHOW_REMOTE_INPUT_SPINNER, false); in shouldShowSmartReplyView()
167 extras.getBoolean(Notification.EXTRA_SHOW_REMOTE_INPUT_SPINNER, false); in setData()
1018 public static final String EXTRA_SHOW_REMOTE_INPUT_SPINNER = "android.remoteInputSpinner"; field in Notification3844 mN.extras.putBoolean(EXTRA_SHOW_REMOTE_INPUT_SPINNER, showSpinner); in setShowRemoteInputSpinner()5245 boolean showSpinner = mN.extras.getBoolean(EXTRA_SHOW_REMOTE_INPUT_SPINNER); in applyStandardTemplateWithActions()
7929 Landroid/app/Notification;->EXTRA_SHOW_REMOTE_INPUT_SPINNER:Ljava/lang/String;