Home
last modified time | relevance | path

Searched defs:remoteInput (Results 1 – 6 of 6) sorted by relevance

/frameworks/support/compat/api21/android/support/v4/app/
DNotificationCompatApi21.java167 RemoteInputCompatBase.RemoteInput remoteInput = uc.getRemoteInput(); in getBundleForUnreadConversation() local
210 android.app.RemoteInput remoteInput = b.getParcelable(KEY_REMOTE_INPUT); in getUnreadConversationFromBundle() local
237 android.app.RemoteInput remoteInput, in toCompatRemoteInput()
/frameworks/support/compat/jellybean/android/support/v4/app/
DRemoteInputCompatJellybean.java46 static Bundle toBundle(RemoteInputCompatBase.RemoteInput remoteInput) { in toBundle()
/frameworks/support/compat/gingerbread/android/support/v4/app/
DNotificationCompatBase.java60 RemoteInputCompatBase.RemoteInput remoteInput, in build()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java248 public void setRemoteInput(RemoteInput[] remoteInputs, RemoteInput remoteInput) { in setRemoteInput()
/frameworks/base/core/java/android/app/
DNotification.java1186 public Builder addRemoteInput(RemoteInput remoteInput) { in addRemoteInput()
6668 UnreadConversation(String[] messages, RemoteInput remoteInput, in UnreadConversation()
6785 RemoteInput remoteInput = b.getParcelable(KEY_REMOTE_INPUT); in getUnreadConversationFromBundle() local
6845 PendingIntent pendingIntent, RemoteInput remoteInput) { in setReplyAction()
/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java2557 public Builder addRemoteInput(RemoteInput remoteInput) { in addRemoteInput()
3881 UnreadConversation(String[] messages, RemoteInput remoteInput, in UnreadConversation()
4009 PendingIntent pendingIntent, RemoteInput remoteInput) { in setReplyAction()