Home
last modified time | relevance | path

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

/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
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()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java611 Intent mHomeIntent; field in PhoneWindowManager
2284 mHomeIntent = new Intent(Intent.ACTION_MAIN, null);
2285 mHomeIntent.addCategory(Intent.CATEGORY_HOME);
2286 mHomeIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK
6428 mContext.getAttributionTag(), mHomeIntent,
6429 mHomeIntent.resolveTypeIfNeeded(mContext.getContentResolver()),