Searched refs:remoteInputText (Results 1 – 4 of 4) sorted by relevance
327 !TextUtils.equals(entry.remoteInputText, in setUpWithCallback()531 CharSequence remoteInputText, boolean showSpinner) { in rebuildNotificationWithRemoteInput() argument536 if (remoteInputText != null) { in rebuildNotificationWithRemoteInput()546 newHistory[0] = String.valueOf(remoteInputText); in rebuildNotificationWithRemoteInput()618 CharSequence remoteInputText = entry.remoteInputText; in setShouldManageLifetime() local619 if (TextUtils.isEmpty(remoteInputText)) { in setShouldManageLifetime()620 remoteInputText = entry.remoteInputTextWhenReset; in setShouldManageLifetime()623 remoteInputText, false /* showSpinner */); in setShouldManageLifetime()
309 CharSequence remoteInputText = null; in handleNotificationClickAfterPanelCollapsed() local310 if (!TextUtils.isEmpty(entry.remoteInputText)) { in handleNotificationClickAfterPanelCollapsed()311 remoteInputText = entry.remoteInputText; in handleNotificationClickAfterPanelCollapsed()313 if (!TextUtils.isEmpty(remoteInputText) && !controller.isSpinning(entry.key)) { in handleNotificationClickAfterPanelCollapsed()315 remoteInputText.toString()); in handleNotificationClickAfterPanelCollapsed()
159 mEntry.remoteInputText = mEditText.getText(); in sendRemoteInput()221 mEntry.remoteInputText = mEditText.getText(); in onDefocus()295 mEntry.remoteInputText = editedSuggestionInfo.originalText; in setRemoteInput()325 mEditText.setText(mEntry.remoteInputText); in focus()535 mRemoteInputView.mEntry.remoteInputText = getText(); in defocusIfNeeded()
103 public CharSequence remoteInputText; field in NotificationEntry