Home
last modified time | relevance | path

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

/frameworks/support/v4/api20/android/support/v4/app/
DNotificationCompatApi20.java135 RemoteInputCompatBase.RemoteInput[] remoteInputCompats = actionCompat.getRemoteInputs(); in getActionFromActionCompat() local
136 if (remoteInputCompats != null) { in getActionFromActionCompat()
137 RemoteInput[] remoteInputs = RemoteInputCompatApi20.fromCompat(remoteInputCompats); in getActionFromActionCompat()