Searched refs:mHomeIntent (Results 1 – 3 of 3) sorted by relevance
132 private final Intent mHomeIntent; field in GestureState153 mHomeIntent = componentObserver.getHomeIntent(); in GestureState()161 mHomeIntent = other.mHomeIntent; in GestureState()175 mHomeIntent = new Intent(); in GestureState()207 return mHomeIntent; in getHomeIntent()
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()
509 Intent mHomeIntent; field in PhoneWindowManager1677 mHomeIntent = new Intent(Intent.ACTION_MAIN, null); in init()1678 mHomeIntent.addCategory(Intent.CATEGORY_HOME); in init()1679 mHomeIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK in init()5148 mContext.getAttributionTag(), mHomeIntent, in goHome()5149 mHomeIntent.resolveTypeIfNeeded(mContext.getContentResolver()), in goHome()