Searched refs:remoteInputText (Results 1 – 6 of 6) sorted by relevance
82 CharSequence remoteInputText = entry.remoteInputText; in rebuildForRemoteInputReply() local83 if (TextUtils.isEmpty(remoteInputText)) { in rebuildForRemoteInputReply()84 remoteInputText = entry.remoteInputTextWhenReset; in rebuildForRemoteInputReply()89 remoteInputText, false /* showSpinner */, remoteInputMimeType, in rebuildForRemoteInputReply()98 CharSequence remoteInputText, boolean showSpinner, String mimeType, Uri uri) { in rebuildWithRemoteInputInserted() argument103 if (remoteInputText != null || uri != null) { in rebuildWithRemoteInputInserted()105 ? new RemoteInputHistoryItem(mimeType, uri, remoteInputText) in rebuildWithRemoteInputInserted()106 : new RemoteInputHistoryItem(remoteInputText); in rebuildWithRemoteInputInserted()
317 !TextUtils.equals(entry.remoteInputText, in setUpWithCallback()
335 CharSequence remoteInputText = null; in handleNotificationClickAfterPanelCollapsed() local336 if (!TextUtils.isEmpty(entry.remoteInputText)) { in handleNotificationClickAfterPanelCollapsed()337 remoteInputText = entry.remoteInputText; in handleNotificationClickAfterPanelCollapsed()339 if (!TextUtils.isEmpty(remoteInputText) in handleNotificationClickAfterPanelCollapsed()342 remoteInputText.toString()); in handleNotificationClickAfterPanelCollapsed()
188 entry.remoteInputText = info.originalText311 entry.remoteInputText = view.text342 entry.remoteInputText = fullText
430 mEntry.remoteInputText = mEditText.getText(); in onDefocus()655 mEditText.setText(mEntry.remoteInputText); in focus()1051 mRemoteInputView.mEntry.remoteInputText = getText(); in defocusIfNeeded()
129 public CharSequence remoteInputText; field in NotificationEntry