Home
last modified time | relevance | path

Searched defs:customIntent (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/Shell/tests/src/com/android/shell/
DActionSendMultipleConsumerActivity.java51 final Intent customIntent = new Intent(CUSTOM_ACTION_SEND_MULTIPLE_INTENT); in onCreate() local
/frameworks/base/core/java/android/app/
DActivityThread.java2514 private Activity performLaunchActivity(ActivityClientRecord r, Intent customIntent) { in performLaunchActivity()
2687 private void handleLaunchActivity(ActivityClientRecord r, Intent customIntent, String reason) { in handleLaunchActivity()