Searched refs:remoteInputHistory (Results 1 – 4 of 4) 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()
5343 field public static final String EXTRA_REMOTE_INPUT_HISTORY = "android.remoteInputHistory";