Searched refs:KEY_REMOTE_INPUT (Results 1 – 3 of 3) sorted by relevance
21 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()
11896 static final String KEY_REMOTE_INPUT = "remote_input"; field in Notification.Builder.CarExtender.UnreadConversation11987 b.putParcelable(KEY_REMOTE_INPUT, mRemoteInput); in getBundleForUnreadConversation()12027 RemoteInput remoteInput = b.getParcelable(KEY_REMOTE_INPUT, RemoteInput.class); in getUnreadConversationFromBundle()
7717 Landroid/app/Notification$CarExtender$UnreadConversation;->KEY_REMOTE_INPUT:Ljava/lang/String;