Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DMessagingLayout.java165 CharSequence[] remoteInputHistory) { in addRemoteInputHistoryToMessages() argument
166 if (remoteInputHistory == null || remoteInputHistory.length == 0) { in addRemoteInputHistoryToMessages()
169 for (int i = remoteInputHistory.length - 1; i >= 0; i--) { in addRemoteInputHistoryToMessages()
170 CharSequence message = remoteInputHistory[i]; in addRemoteInputHistoryToMessages()
/frameworks/base/core/java/android/app/
DNotification.java7243 boolean remoteInputHistory) { in Message() argument
7247 mRemoteInputHistory = remoteInputHistory; in Message()
7571 CharSequence[] remoteInputHistory = mBuilder.mN.extras.getCharSequenceArray( in makeBigContentView() local
7573 if (remoteInputHistory != null in makeBigContentView()
7574 && remoteInputHistory.length > NUMBER_OF_HISTORY_ALLOWED_UNTIL_REDUCTION) { in makeBigContentView()
7577 int numRemoteInputs = Math.min(remoteInputHistory.length, in makeBigContentView()
/frameworks/support/compat/api_legacy/
D26.0.0.txt160 …eld public static final java.lang.String EXTRA_REMOTE_INPUT_HISTORY = "android.remoteInputHistory";
D27.0.0.txt160 …eld public static final java.lang.String EXTRA_REMOTE_INPUT_HISTORY = "android.remoteInputHistory";
D26.1.0.txt160 …eld public static final java.lang.String EXTRA_REMOTE_INPUT_HISTORY = "android.remoteInputHistory";
Dcurrent.txt269 …eld public static final java.lang.String EXTRA_REMOTE_INPUT_HISTORY = "android.remoteInputHistory";
D27.1.0.txt220 …eld public static final java.lang.String EXTRA_REMOTE_INPUT_HISTORY = "android.remoteInputHistory";
D28.0.0-alpha1.txt269 …eld public static final java.lang.String EXTRA_REMOTE_INPUT_HISTORY = "android.remoteInputHistory";
/frameworks/support/compat/api/
Dcurrent.txt230 …eld public static final java.lang.String EXTRA_REMOTE_INPUT_HISTORY = "android.remoteInputHistory";
/frameworks/support/api/
D25.1.0.txt4579 …eld public static final java.lang.String EXTRA_REMOTE_INPUT_HISTORY = "android.remoteInputHistory";
D25.2.0.txt4579 …eld public static final java.lang.String EXTRA_REMOTE_INPUT_HISTORY = "android.remoteInputHistory";
D25.0.0.txt4197 …eld public static final java.lang.String EXTRA_REMOTE_INPUT_HISTORY = "android.remoteInputHistory";
D24.2.0.txt4144 …eld public static final java.lang.String EXTRA_REMOTE_INPUT_HISTORY = "android.remoteInputHistory";
D25.3.0.txt4960 …eld public static final java.lang.String EXTRA_REMOTE_INPUT_HISTORY = "android.remoteInputHistory";
D25.4.0.txt5011 …eld public static final java.lang.String EXTRA_REMOTE_INPUT_HISTORY = "android.remoteInputHistory";
D26.0.0-alpha1.txt5395 …eld public static final java.lang.String EXTRA_REMOTE_INPUT_HISTORY = "android.remoteInputHistory";
D26.0.0-beta2.txt6357 …eld public static final java.lang.String EXTRA_REMOTE_INPUT_HISTORY = "android.remoteInputHistory";
D24.0.0.txt3992 …eld public static final java.lang.String EXTRA_REMOTE_INPUT_HISTORY = "android.remoteInputHistory";
D24.1.0.txt3992 …eld public static final java.lang.String EXTRA_REMOTE_INPUT_HISTORY = "android.remoteInputHistory";
D26.0.0-beta1.txt6248 …eld public static final java.lang.String EXTRA_REMOTE_INPUT_HISTORY = "android.remoteInputHistory";
D26.1.0.txt6350 …eld public static final java.lang.String EXTRA_REMOTE_INPUT_HISTORY = "android.remoteInputHistory";
/frameworks/base/api/
Dcurrent.txt5242 …eld public static final java.lang.String EXTRA_REMOTE_INPUT_HISTORY = "android.remoteInputHistory";