Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java7505 static final String KEY_REMOTE_INPUT_HISTORY = "remote_input_history"; field in Notification.Builder.Message
7703 bundle.putBoolean(KEY_REMOTE_INPUT_HISTORY, mRemoteInputHistory); in toBundle()
7764 bundle.getBoolean(KEY_REMOTE_INPUT_HISTORY, false)); in getMessageFromBundle()