Home
last modified time | relevance | path

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

/frameworks/support/compat/ics/android/support/v4/app/
DNotificationCompatBase.java43 RemoteInputCompatBase.RemoteInput[] dataOnlyRemoteInputs, in build() argument
/frameworks/support/compat/jellybean/android/support/v4/app/
DNotificationCompatJellybean.java265 RemoteInputCompatBase.RemoteInput[] dataOnlyRemoteInputs = null; in readAction() local
271 dataOnlyRemoteInputs = RemoteInputCompatJellybean.fromBundleArray( in readAction()
277 dataOnlyRemoteInputs, allowGeneratedReplies); in readAction()
/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java2601 RemoteInput[] remoteInputs, RemoteInput[] dataOnlyRemoteInputs, in Action() argument
2608 this.mDataOnlyRemoteInputs = dataOnlyRemoteInputs; in Action()
3062 RemoteInputCompatBase.RemoteInput[] dataOnlyRemoteInputs,
3065 (RemoteInput[]) remoteInputs, (RemoteInput[]) dataOnlyRemoteInputs,