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 DActivityStarter.java116 import com.android.internal.app.HeavyWeightSwitcherActivity;
827 newIntent.putExtra(HeavyWeightSwitcherActivity.KEY_HAS_RESULT, true);
829 newIntent.putExtra(HeavyWeightSwitcherActivity.KEY_INTENT,
833 newIntent.putExtra(HeavyWeightSwitcherActivity.KEY_CUR_APP,
835 newIntent.putExtra(HeavyWeightSwitcherActivity.KEY_CUR_TASK,
838 newIntent.putExtra(HeavyWeightSwitcherActivity.KEY_NEW_APP,
842 HeavyWeightSwitcherActivity.class.getName());

Completed in 1926 milliseconds