Searched refs:remoteInputHistory (Results 1 – 4 of 4) sorted by relevance
206 RemoteInputHistoryItem[] remoteInputHistory) { in addRemoteInputHistoryToMessages() argument207 if (remoteInputHistory == null || remoteInputHistory.length == 0) { in addRemoteInputHistoryToMessages()210 for (int i = remoteInputHistory.length - 1; i >= 0; i--) { in addRemoteInputHistoryToMessages()211 RemoteInputHistoryItem historyMessage = remoteInputHistory[i]; in addRemoteInputHistoryToMessages()
448 RemoteInputHistoryItem[] remoteInputHistory) { in addRemoteInputHistoryToMessages() argument449 if (remoteInputHistory == null || remoteInputHistory.length == 0) { in addRemoteInputHistoryToMessages()452 for (int i = remoteInputHistory.length - 1; i >= 0; i--) { in addRemoteInputHistoryToMessages()453 RemoteInputHistoryItem historyMessage = remoteInputHistory[i]; in addRemoteInputHistoryToMessages()
8696 boolean remoteInputHistory) { in Message() argument8700 mRemoteInputHistory = remoteInputHistory; in Message()9036 RemoteInputHistoryItem[] remoteInputHistory = getParcelableArrayFromBundle( in makeBigContentView() local9039 if (remoteInputHistory != null in makeBigContentView()9040 && remoteInputHistory.length > NUMBER_OF_HISTORY_ALLOWED_UNTIL_REDUCTION) { in makeBigContentView()9043 int numRemoteInputs = Math.min(remoteInputHistory.length, in makeBigContentView()
6274 field public static final String EXTRA_REMOTE_INPUT_HISTORY = "android.remoteInputHistory";