Home
last modified time | relevance | path

Searched refs:remoteInputTextWhenReset (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java131 public CharSequence remoteInputTextWhenReset; field in NotificationEntry
477 remoteInputTextWhenReset = null; in onRemoteInputInserted()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java350 mEntry.remoteInputTextWhenReset = SpannedString.valueOf(mEditText.getText()); in reset()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java620 remoteInputText = entry.remoteInputTextWhenReset; in setShouldManageLifetime()