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.java247 RemoteInputHistoryItem[] remoteInputHistory) { in addRemoteInputHistoryToMessages() argument
248 if (remoteInputHistory == null || remoteInputHistory.length == 0) { in addRemoteInputHistoryToMessages()
251 for (int i = remoteInputHistory.length - 1; i >= 0; i--) { in addRemoteInputHistoryToMessages()
252 RemoteInputHistoryItem historyMessage = remoteInputHistory[i]; in addRemoteInputHistoryToMessages()
DConversationLayout.java522 RemoteInputHistoryItem[] remoteInputHistory) { in addRemoteInputHistoryToMessages() argument
523 if (remoteInputHistory == null || remoteInputHistory.length == 0) { in addRemoteInputHistoryToMessages()
526 for (int i = remoteInputHistory.length - 1; i >= 0; i--) { in addRemoteInputHistoryToMessages()
527 RemoteInputHistoryItem historyMessage = remoteInputHistory[i]; in addRemoteInputHistoryToMessages()
/frameworks/base/core/java/android/app/
DNotification.java9567 boolean remoteInputHistory) { in Message() argument
9571 mRemoteInputHistory = remoteInputHistory; in Message()
9953 RemoteInputHistoryItem[] remoteInputHistory = getParcelableArrayFromBundle( in makeBigContentView() local
9956 if (remoteInputHistory != null in makeBigContentView()
9957 && remoteInputHistory.length > NUMBER_OF_HISTORY_ALLOWED_UNTIL_REDUCTION) { in makeBigContentView()
9960 int numRemoteInputs = Math.min(remoteInputHistory.length, in makeBigContentView()
/frameworks/base/core/api/
Dcurrent.txt6469 field public static final String EXTRA_REMOTE_INPUT_HISTORY = "android.remoteInputHistory";