Home
last modified time | relevance | path

Searched refs:mHomeIntent (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DGestureState.java132 private final Intent mHomeIntent; field in GestureState
153 mHomeIntent = componentObserver.getHomeIntent(); in GestureState()
161 mHomeIntent = other.mHomeIntent; in GestureState()
175 mHomeIntent = new Intent(); in GestureState()
207 return mHomeIntent; in getHomeIntent()
/aosp12/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
H A DProcessErrorsTest.java45 private final Intent mHomeIntent; field in ProcessErrorsTest
58 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()
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java509 Intent mHomeIntent; field in PhoneWindowManager
1677 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()