HomeSort by relevance Sort by last modified time
    Searched defs:mHomeIntent (Results 1 - 11 of 11) 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);
  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/
OtherActivityTouchConsumer.java 76 private final Intent mHomeIntent;
107 mHomeIntent = homeIntent;
237 mHomeIntent,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsActivity.java 146 private Intent mHomeIntent;
284 dismissEvent.addPostAnimationCallback(new LaunchHomeRunnable(mHomeIntent,
348 mHomeIntent = new Intent(Intent.ACTION_MAIN, null);
349 mHomeIntent.addCategory(Intent.CATEGORY_HOME);
350 mHomeIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK |
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java     [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 
  /prebuilts/misc/common/robolectric/android-all/
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 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 644 milliseconds