Home
last modified time | relevance | path

Searched refs:remoteInputHistory (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DMessagingLayout.java178 CharSequence[] remoteInputHistory) { in addRemoteInputHistoryToMessages() argument
179 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()
/frameworks/base/core/java/android/app/
DNotification.java7575 boolean remoteInputHistory) { in Message() argument
7579 mRemoteInputHistory = remoteInputHistory; in Message()
7901 CharSequence[] remoteInputHistory = mBuilder.mN.extras.getCharSequenceArray( in makeBigContentView() local
7903 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()
/frameworks/base/non-updatable-api/
Dcurrent.txt5343 field public static final String EXTRA_REMOTE_INPUT_HISTORY = "android.remoteInputHistory";
/frameworks/base/api/
Dcurrent.txt5343 field public static final String EXTRA_REMOTE_INPUT_HISTORY = "android.remoteInputHistory";