Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DMessagingLayout.java185 RemoteInputHistoryItem[] remoteInputHistory) { in addRemoteInputHistoryToMessages() argument
186 if (remoteInputHistory == null || remoteInputHistory.length == 0) { in addRemoteInputHistoryToMessages()
189 for (int i = remoteInputHistory.length - 1; i >= 0; i--) { in addRemoteInputHistoryToMessages()
190 RemoteInputHistoryItem historyMessage = remoteInputHistory[i]; in addRemoteInputHistoryToMessages()
DConversationLayout.java423 RemoteInputHistoryItem[] remoteInputHistory) { in addRemoteInputHistoryToMessages() argument
424 if (remoteInputHistory == null || remoteInputHistory.length == 0) { in addRemoteInputHistoryToMessages()
427 for (int i = remoteInputHistory.length - 1; i >= 0; i--) { in addRemoteInputHistoryToMessages()
428 RemoteInputHistoryItem historyMessage = remoteInputHistory[i]; in addRemoteInputHistoryToMessages()
/frameworks/base/core/java/android/app/
DNotification.java8382 boolean remoteInputHistory) { in Message() argument
8386 mRemoteInputHistory = remoteInputHistory; in Message()
8710 RemoteInputHistoryItem[] remoteInputHistory = getParcelableArrayFromBundle( in makeBigContentView() local
8713 if (remoteInputHistory != null in makeBigContentView()
8714 && remoteInputHistory.length > NUMBER_OF_HISTORY_ALLOWED_UNTIL_REDUCTION) { in makeBigContentView()
8717 int numRemoteInputs = Math.min(remoteInputHistory.length, in makeBigContentView()
/frameworks/base/core/api/
Dcurrent.txt5709 field public static final String EXTRA_REMOTE_INPUT_HISTORY = "android.remoteInputHistory";