Home
last modified time | relevance | path

Searched refs:CUSTOM_ACTION_SEND_MULTIPLE_INTENT (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/Shell/tests/src/com/android/shell/
DActionSendMultipleConsumerActivity.java36 private static final String CUSTOM_ACTION_SEND_MULTIPLE_INTENT = field in ActionSendMultipleConsumerActivity
51 final Intent customIntent = new Intent(CUSTOM_ACTION_SEND_MULTIPLE_INTENT); in onCreate()
106 filter.addAction(CUSTOM_ACTION_SEND_MULTIPLE_INTENT); in CustomActionSendMultipleListener()