Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/receiver/
DGlobalKeyReceiver.java34 private static final String ACTION_GLOBAL_BUTTON = "android.intent.action.GLOBAL_BUTTON"; field in GlobalKeyReceiver
38 if (ACTION_GLOBAL_BUTTON.equals(intent.getAction())) { in onReceive()