Searched refs:remoteInputHistory (Results 1 – 4 of 4) sorted by relevance
247 RemoteInputHistoryItem[] remoteInputHistory) { in addRemoteInputHistoryToMessages() argument248 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()
522 RemoteInputHistoryItem[] remoteInputHistory) { in addRemoteInputHistoryToMessages() argument523 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()
9567 boolean remoteInputHistory) { in Message() argument9571 mRemoteInputHistory = remoteInputHistory; in Message()9953 RemoteInputHistoryItem[] remoteInputHistory = getParcelableArrayFromBundle( in makeBigContentView() local9956 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()
6469 field public static final String EXTRA_REMOTE_INPUT_HISTORY = "android.remoteInputHistory";