Searched refs:METADATA_DOCK_HOME (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/
H A DIntent.java3185 public static final String METADATA_DOCK_HOME = "android.dock_home"; field in class:Intent
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java132 // Whether to allow dock apps with METADATA_DOCK_HOME to temporarily take over the Home key.
4879 * <li>The device is in car mode but there's no CAR_DOCK app with METADATA_DOCK_HOME
4880 * <li>The device is in desk mode but there's no DESK_DOCK app with METADATA_DOCK_HOME
4914 && ai.metaData.getBoolean(Intent.METADATA_DOCK_HOME)) {

Completed in 148 milliseconds