Searched refs:actionRunnable (Results 1 – 1 of 1) sorted by relevance
55 private Action(@Nullable Runnable actionRunnable, @Nullable String actionLabel) { in Action() argument56 mActionRunnable = actionRunnable; in Action()