Home
last modified time | relevance | path

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

/frameworks/base/policy/src/com/android/internal/policy/impl/
DGlobalKeyManager.java73 Intent intent = new Intent(Intent.ACTION_GLOBAL_BUTTON) in handleGlobalKey()
/frameworks/base/core/java/android/content/
DIntent.java2600 public static final String ACTION_GLOBAL_BUTTON = "android.intent.action.GLOBAL_BUTTON"; field in Intent