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