Home
last modified time | relevance | path

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

/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/notificationmsg/
DNotificationMsgService.java25 import static com.android.car.messenger.common.BaseNotificationDelegate.EXTRA_REMOTE_INPUT_KEY;
167 CharSequence message = bundle.getCharSequence(EXTRA_REMOTE_INPUT_KEY); in handleReplyIntent()
/packages/apps/Car/Messenger/src/com/android/car/messenger/
DMessengerService.java8 import static com.android.car.messenger.common.BaseNotificationDelegate.EXTRA_REMOTE_INPUT_KEY;
220 final CharSequence message = bundle.getCharSequence(EXTRA_REMOTE_INPUT_KEY); in voiceReply()
/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DBaseNotificationDelegate.java74 public static final String EXTRA_REMOTE_INPUT_KEY = field in BaseNotificationDelegate
301 EXTRA_REMOTE_INPUT_KEY) in buildNotificationActions()