Searched defs:createCustomAction (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/
H A DSnackBar.java69 return createCustomAction(undoRunnable, Factory.get().getApplicationContext()
74 return createCustomAction(retryRunnable, Factory.get().getApplicationContext()
79 public static Action createCustomAction(final Runnable runnable, final String actionLabel) { method in class:SnackBar.Action

Completed in 62 milliseconds