Home
last modified time | relevance | path

Searched refs:CATEGORY_SECONDARY_HOME (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java52 import static android.content.Intent.CATEGORY_SECONDARY_HOME;
2508 || intent.hasCategory(CATEGORY_SECONDARY_HOME)) in isHomeIntent()
H A DActivityTaskManagerService.java4961 intent.addCategory(Intent.CATEGORY_SECONDARY_HOME); in getSecondaryHomeIntent()
/aosp12/frameworks/base/core/java/android/content/
H A DIntent.java4954 public static final String CATEGORY_SECONDARY_HOME = "android.intent.category.SECONDARY_HOME"; field in Intent
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt11208 …field public static final String CATEGORY_SECONDARY_HOME = "android.intent.category.SECONDARY_HOME…