Searched refs:ACTION_GLOBAL_BUTTON (Results 1 – 1 of 1) sorted by relevance
34 private static final String ACTION_GLOBAL_BUTTON = "android.intent.action.GLOBAL_BUTTON"; field in GlobalKeyReceiver38 if (ACTION_GLOBAL_BUTTON.equals(intent.getAction())) { in onReceive()