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()170 getContext().startActivity(mHomeIntent); in runOneActivity()
611 Intent mHomeIntent; field in PhoneWindowManager2284 mHomeIntent = new Intent(Intent.ACTION_MAIN, null);2285 mHomeIntent.addCategory(Intent.CATEGORY_HOME);2286 mHomeIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK6428 mContext.getAttributionTag(), mHomeIntent,6429 mHomeIntent.resolveTypeIfNeeded(mContext.getContentResolver()),