Searched refs:mHomeIntent (Results 1 – 2 of 2) 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()165 getContext().startActivity(mHomeIntent); in runOneActivity()
409 Intent mHomeIntent; field in PhoneWindowManager872 mHomeIntent = new Intent(Intent.ACTION_MAIN, null); in init()873 mHomeIntent.addCategory(Intent.CATEGORY_HOME); in init()874 mHomeIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK in init()4935 mContext.startActivityAsUser(mHomeIntent, UserHandle.CURRENT); in startDockOrHome()4975 .startActivityAsUser(null, null, mHomeIntent, in goHome()4976 mHomeIntent.resolveTypeIfNeeded(mContext.getContentResolver()), in goHome()