Searched defs:customIntent (Results 1 – 3 of 3) sorted by relevance
51 final Intent customIntent = new Intent(CUSTOM_ACTION_SEND_MULTIPLE_INTENT); in onCreate() local
191 PendingTransactionActions pendingActions, int deviceId, Intent customIntent); in handleLaunchActivity()
3693 private Activity performLaunchActivity(ActivityClientRecord r, Intent customIntent) { in performLaunchActivity()3934 PendingTransactionActions pendingActions, int deviceId, Intent customIntent) { in handleLaunchActivity()5955 final Intent customIntent = r.activity.mIntent; in handleRelaunchActivityInner() local