Searched refs:remoteInputHistory (Results 1 – 2 of 2) sorted by relevance
178 CharSequence[] remoteInputHistory) { in addRemoteInputHistoryToMessages() argument179 if (remoteInputHistory == null || remoteInputHistory.length == 0) { in addRemoteInputHistoryToMessages()182 for (int i = remoteInputHistory.length - 1; i >= 0; i--) { in addRemoteInputHistoryToMessages()183 CharSequence message = remoteInputHistory[i]; in addRemoteInputHistoryToMessages()
7575 boolean remoteInputHistory) { in Message() argument7579 mRemoteInputHistory = remoteInputHistory; in Message()7901 CharSequence[] remoteInputHistory = mBuilder.mN.extras.getCharSequenceArray( in makeBigContentView() local7903 if (remoteInputHistory != null in makeBigContentView()7904 && remoteInputHistory.length > NUMBER_OF_HISTORY_ALLOWED_UNTIL_REDUCTION) { in makeBigContentView()7907 int numRemoteInputs = Math.min(remoteInputHistory.length, in makeBigContentView()