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

/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DActionSendMultipleConsumerActivity.java32 * case class (through a {@link CustomActionSendMultipleListener}).
39 private static CustomActionSendMultipleListener sListener;
73 * Gets the {@link CustomActionSendMultipleListener} singleton.
75 static CustomActionSendMultipleListener getListener(Context context) {
78 sListener = new CustomActionSendMultipleListener(context);
87 static class CustomActionSendMultipleListener { class in class:ActionSendMultipleConsumerActivity
92 public CustomActionSendMultipleListener(Context context) { method in class:ActionSendMultipleConsumerActivity.CustomActionSendMultipleListener

Completed in 77 milliseconds