HomeSort by relevance Sort by last modified time
    Searched refs:remoteInputHistory (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
MessagingLayout.java 165 CharSequence[] remoteInputHistory) {
166 if (remoteInputHistory == null || remoteInputHistory.length == 0) {
169 for (int i = remoteInputHistory.length - 1; i >= 0; i--) {
170 CharSequence message = remoteInputHistory[i];
  /frameworks/base/core/java/android/app/
Notification.java     [all...]

Completed in 58 milliseconds