Searched defs:onFailure (Results 1 – 4 of 4) sorted by relevance
37 public void onFailure(int reason) { in onFailure() method in ActionListenerTest
43 ConditionCheck(Context context, Runnable onSuccess, Consumer<String> onFailure) { in ConditionCheck()
82 public static void runWithFailureHook(RunnableWithThrow r, RunnableWithThrow onFailure) in runWithFailureHook()