Searched refs:ACTION_GLOBAL_BUTTON (Results 1 – 6 of 6) sorted by relevance
44 final Intent intent = new Intent(Intent.ACTION_GLOBAL_BUTTON) in getIntent()74 if (intent.getAction() != Intent.ACTION_GLOBAL_BUTTON) { in from()
52 BroadcastBehavior: android.content.Intent#ACTION_GLOBAL_BUTTON:53 Field 'ACTION_GLOBAL_BUTTON' is missing @BroadcastBehavior1674 SdkConstant: android.content.Intent#ACTION_GLOBAL_BUTTON:1675 Field 'ACTION_GLOBAL_BUTTON' is missing @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
56 BroadcastBehavior: android.content.Intent#ACTION_GLOBAL_BUTTON:57 Field 'ACTION_GLOBAL_BUTTON' is missing @BroadcastBehavior1898 SdkConstant: android.content.Intent#ACTION_GLOBAL_BUTTON:1899 Field 'ACTION_GLOBAL_BUTTON' is missing @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
56 BroadcastBehavior: android.content.Intent#ACTION_GLOBAL_BUTTON:57 Field 'ACTION_GLOBAL_BUTTON' is missing @BroadcastBehavior1850 SdkConstant: android.content.Intent#ACTION_GLOBAL_BUTTON:1851 Field 'ACTION_GLOBAL_BUTTON' is missing @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
3853 field public static final String ACTION_GLOBAL_BUTTON = "android.intent.action.GLOBAL_BUTTON";
4361 public static final String ACTION_GLOBAL_BUTTON = "android.intent.action.GLOBAL_BUTTON"; field in Intent