Searched refs:remoteInputCompats (Results 1 – 1 of 1) sorted by relevance
198 RemoteInputCompatBase.RemoteInput[] remoteInputCompats = actionCompat.getRemoteInputs(); in getActionFromActionCompat() local199 if (remoteInputCompats != null) { in getActionFromActionCompat()200 RemoteInput[] remoteInputs = RemoteInputCompatApi20.fromCompat(remoteInputCompats); in getActionFromActionCompat()