HomeSort by relevance Sort by last modified time
    Searched refs:mHomeIntent (Results 1 - 6 of 6) sorted by null

  /frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
ProcessErrorsTest.java 45 private final Intent mHomeIntent;
58 mHomeIntent = new Intent(Intent.ACTION_MAIN);
59 mHomeIntent.addCategory(Intent.CATEGORY_HOME);
60 mHomeIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
170 getContext().startActivity(mHomeIntent);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsActivity.java 118 private Intent mHomeIntent;
251 dismissEvent.addPostAnimationCallback(new LaunchHomeRunnable(mHomeIntent,
317 mHomeIntent = new Intent(Intent.ACTION_MAIN, null);
318 mHomeIntent.addCategory(Intent.CATEGORY_HOME);
319 mHomeIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK |
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java 616 Intent mHomeIntent;
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 261 milliseconds