Searched defs:mRemoteInputHistory (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationTemplateViewWrapper.java62 private View mRemoteInputHistory; field in class:NotificationTemplateViewWrapper
151 mRemoteInputHistory = mView.findViewById(
339 if (mRemoteInputHistory != null && mRemoteInputHistory.getVisibility() != View.GONE) {
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java683 CharSequence[] mRemoteInputHistory; field in class:NotificationCompat.Builder
854 mRemoteInputHistory = text;
/frameworks/base/core/java/android/app/
H A DNotification.java7182 private final boolean mRemoteInputHistory; field in class:Notification.MessagingStyle.Message
7247 mRemoteInputHistory = remoteInputHistory;
7343 return mRemoteInputHistory;
7366 if (mRemoteInputHistory) {
7367 bundle.putBoolean(KEY_REMOTE_INPUT_HISTORY, mRemoteInputHistory);

Completed in 97 milliseconds