Home
last modified time | relevance | path

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

/frameworks/support/compat/src/main/java/androidx/core/app/
DNotificationCompatJellybean.java124 RemoteInput[] dataOnlyRemoteInputs = null; in readAction() local
130 dataOnlyRemoteInputs = fromBundleArray( in readAction()
135 dataOnlyRemoteInputs, allowGeneratedReplies, in readAction()
DNotificationCompat.java3119 RemoteInput[] remoteInputs, RemoteInput[] dataOnlyRemoteInputs, in Action() argument
3127 this.mDataOnlyRemoteInputs = dataOnlyRemoteInputs; in Action()