Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java80 private RemoteInput mRemoteInput; field in RemoteInputView
138 results.putString(mRemoteInput.getResultKey(), mEditText.getText().toString()); in sendRemoteInput()
258 mRemoteInput = remoteInput; in setRemoteInput()
259 mEditText.setHint(mRemoteInput.getLabel()); in setRemoteInput()
392 setRemoteInput(other.mRemoteInputs, other.mRemoteInput); in stealFocusFrom()
/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java4074 private final RemoteInput mRemoteInput; field in NotificationCompat.CarExtender.UnreadConversation
4084 mRemoteInput = remoteInput; in UnreadConversation()
4105 return mRemoteInput; in getRemoteInput()
4169 private RemoteInput mRemoteInput; field in NotificationCompat.CarExtender.UnreadConversation.Builder
4209 mRemoteInput = remoteInput; in setReplyAction()
4251 return new UnreadConversation(messages, mRemoteInput, mReplyPendingIntent, in build()