Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/receiver/
DAbstractGlobalKeyReceiver.java35 private static final String ACTION_GLOBAL_BUTTON = "android.intent.action.GLOBAL_BUTTON"; field in AbstractGlobalKeyReceiver
77 if (ACTION_GLOBAL_BUTTON.equals(intent.getAction())) { in handleIntent()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
DGlobalKeyReceiver.java37 if (Intent.ACTION_GLOBAL_BUTTON.equals(intent.getAction())) { in onReceive()