Searched refs:mHomeIntent (Results 1 – 3 of 3) sorted by relevance
45 private final Intent mHomeIntent; field in ProcessErrorsTest58 mHomeIntent = new Intent(Intent.ACTION_MAIN); in ProcessErrorsTest()59 mHomeIntent.addCategory(Intent.CATEGORY_HOME); in ProcessErrorsTest()60 mHomeIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in ProcessErrorsTest()170 getContext().startActivity(mHomeIntent); in runOneActivity()
146 private Intent mHomeIntent; field in RecentsActivity284 dismissEvent.addPostAnimationCallback(new LaunchHomeRunnable(mHomeIntent, in dismissRecentsToHome()348 mHomeIntent = new Intent(Intent.ACTION_MAIN, null); in onCreate()349 mHomeIntent.addCategory(Intent.CATEGORY_HOME); in onCreate()350 mHomeIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | in onCreate()
706 Intent mHomeIntent; field in PhoneWindowManager2058 mHomeIntent = new Intent(Intent.ACTION_MAIN, null); in init()2059 mHomeIntent.addCategory(Intent.CATEGORY_HOME); in init()2060 mHomeIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK in init()7966 intent = new Intent(mHomeIntent); in startDockOrHome()7969 intent = mHomeIntent; in startDockOrHome()8011 .startActivityAsUser(null, null, mHomeIntent, in goHome()8012 mHomeIntent.resolveTypeIfNeeded(mContext.getContentResolver()), in goHome()