Searched refs:EXTRA_SHOW_REMOTE_INPUT_SPINNER (Results 1 – 5 of 5) sorted by relevance
183 .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()
148 .extras.getBoolean(Notification.EXTRA_SHOW_REMOTE_INPUT_SPINNER, false); in shouldShowSmartReplyView()
192 extras.getBoolean(Notification.EXTRA_SHOW_REMOTE_INPUT_SPINNER, false); in setData()
455 extras.getBoolean(Notification.EXTRA_SHOW_REMOTE_INPUT_SPINNER, false); in setData()
1046 public static final String EXTRA_SHOW_REMOTE_INPUT_SPINNER = "android.remoteInputSpinner"; field in Notification3974 mN.extras.putBoolean(EXTRA_SHOW_REMOTE_INPUT_SPINNER, showSpinner); in setShowRemoteInputSpinner()5376 boolean showSpinner = mN.extras.getBoolean(EXTRA_SHOW_REMOTE_INPUT_SPINNER); in applyStandardTemplateWithActions()