Searched refs:HeavyWeightSwitcherActivity (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
H A DHeavyWeightSwitcherActivity.java43 public class HeavyWeightSwitcherActivity extends Activity { class in inherits:Activity
147 Log.w("HeavyWeightSwitcherActivity", "Failure starting", ex);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java110 import com.android.internal.app.HeavyWeightSwitcherActivity;
1008 newIntent.putExtra(HeavyWeightSwitcherActivity.KEY_HAS_RESULT, true);
1010 newIntent.putExtra(HeavyWeightSwitcherActivity.KEY_INTENT,
1014 newIntent.putExtra(HeavyWeightSwitcherActivity.KEY_CUR_APP,
1016 newIntent.putExtra(HeavyWeightSwitcherActivity.KEY_CUR_TASK,
1019 newIntent.putExtra(HeavyWeightSwitcherActivity.KEY_NEW_APP,
1023 HeavyWeightSwitcherActivity.class.getName());

Completed in 86 milliseconds