Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationTest.java21 import static android.app.Notification.CarExtender.UnreadConversation.KEY_REMOTE_INPUT;
965 fakeTypes.putParcelable(KEY_REMOTE_INPUT, new Bundle()); in testGetUnreadConversationFromBundle_invalidExtra_noCrash()
981 fakeTypes.putParcelable(KEY_REMOTE_INPUT, new Bundle()); in testGetMessageFromBundle_invalidExtra_noCrash()
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java11896 static final String KEY_REMOTE_INPUT = "remote_input"; field in Notification.Builder.CarExtender.UnreadConversation
11987 b.putParcelable(KEY_REMOTE_INPUT, mRemoteInput); in getBundleForUnreadConversation()
12027 RemoteInput remoteInput = b.getParcelable(KEY_REMOTE_INPUT, RemoteInput.class); in getUnreadConversationFromBundle()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt7717 Landroid/app/Notification$CarExtender$UnreadConversation;->KEY_REMOTE_INPUT:Ljava/lang/String;