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()
145 private Intent mHomeIntent; field in RecentsActivity283 dismissEvent.addPostAnimationCallback(new LaunchHomeRunnable(mHomeIntent, in dismissRecentsToHome()347 mHomeIntent = new Intent(Intent.ACTION_MAIN, null); in onCreate()348 mHomeIntent.addCategory(Intent.CATEGORY_HOME); in onCreate()349 mHomeIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | in onCreate()
503 Intent mHomeIntent; field in PhoneWindowManager1800 mHomeIntent = new Intent(Intent.ACTION_MAIN, null); in init()1801 mHomeIntent.addCategory(Intent.CATEGORY_HOME); in init()1802 mHomeIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK in init()5261 .startActivityAsUser(null, null, mHomeIntent, in goHome()5262 mHomeIntent.resolveTypeIfNeeded(mContext.getContentResolver()), in goHome()