Home
last modified time | relevance | path

Searched refs:remoteInputHistory (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingLayout.java206 RemoteInputHistoryItem[] remoteInputHistory) { in addRemoteInputHistoryToMessages() argument
207 if (remoteInputHistory == null || remoteInputHistory.length == 0) { in addRemoteInputHistoryToMessages()
210 for (int i = remoteInputHistory.length - 1; i >= 0; i--) { in addRemoteInputHistoryToMessages()
211 RemoteInputHistoryItem historyMessage = remoteInputHistory[i]; in addRemoteInputHistoryToMessages()
H A DConversationLayout.java448 RemoteInputHistoryItem[] remoteInputHistory) { in addRemoteInputHistoryToMessages() argument
449 if (remoteInputHistory == null || remoteInputHistory.length == 0) { in addRemoteInputHistoryToMessages()
452 for (int i = remoteInputHistory.length - 1; i >= 0; i--) { in addRemoteInputHistoryToMessages()
453 RemoteInputHistoryItem historyMessage = remoteInputHistory[i]; in addRemoteInputHistoryToMessages()
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java8696 boolean remoteInputHistory) { in Message() argument
8700 mRemoteInputHistory = remoteInputHistory; in Message()
9036 RemoteInputHistoryItem[] remoteInputHistory = getParcelableArrayFromBundle( in makeBigContentView() local
9039 if (remoteInputHistory != null in makeBigContentView()
9040 && remoteInputHistory.length > NUMBER_OF_HISTORY_ALLOWED_UNTIL_REDUCTION) { in makeBigContentView()
9043 int numRemoteInputs = Math.min(remoteInputHistory.length, in makeBigContentView()
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6274 field public static final String EXTRA_REMOTE_INPUT_HISTORY = "android.remoteInputHistory";