Searched refs:remoteInputHistory (Results 1 – 4 of 4) sorted by relevance
185 RemoteInputHistoryItem[] remoteInputHistory) { in addRemoteInputHistoryToMessages() argument186 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()
423 RemoteInputHistoryItem[] remoteInputHistory) { in addRemoteInputHistoryToMessages() argument424 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()
8382 boolean remoteInputHistory) { in Message() argument8386 mRemoteInputHistory = remoteInputHistory; in Message()8710 RemoteInputHistoryItem[] remoteInputHistory = getParcelableArrayFromBundle( in makeBigContentView() local8713 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()
5709 field public static final String EXTRA_REMOTE_INPUT_HISTORY = "android.remoteInputHistory";