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