Searched refs:positiveCallback (Results 1 – 1 of 1) sorted by relevance
111 void showDialog(@DialogType int type, Runnable positiveCallback) { in showDialog() argument112 showDialog(type, positiveCallback, null); in showDialog()115 void showDialog(@DialogType int type, Runnable positiveCallback, Runnable cancelCallback) { in showDialog() argument123 positiveCallback, cancelCallback, type); in showDialog()229 Runnable positiveCallback, Runnable cancelCallback, in createAlertDialog() argument241 if (positiveCallback != null) { in createAlertDialog()242 positiveCallback.run(); in createAlertDialog()245 if (positiveCallback != null) { in createAlertDialog()