Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DGlobalKeyIntent.java44 final Intent intent = new Intent(Intent.ACTION_GLOBAL_BUTTON) in getIntent()
74 if (intent.getAction() != Intent.ACTION_GLOBAL_BUTTON) { in from()
/frameworks/base/core/api/
Dmodule-lib-lint-baseline.txt52 BroadcastBehavior: android.content.Intent#ACTION_GLOBAL_BUTTON:
53 Field 'ACTION_GLOBAL_BUTTON' is missing @BroadcastBehavior
1674 SdkConstant: android.content.Intent#ACTION_GLOBAL_BUTTON:
1675 Field 'ACTION_GLOBAL_BUTTON' is missing @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
Dtest-lint-baseline.txt56 BroadcastBehavior: android.content.Intent#ACTION_GLOBAL_BUTTON:
57 Field 'ACTION_GLOBAL_BUTTON' is missing @BroadcastBehavior
1898 SdkConstant: android.content.Intent#ACTION_GLOBAL_BUTTON:
1899 Field 'ACTION_GLOBAL_BUTTON' is missing @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
Dsystem-lint-baseline.txt56 BroadcastBehavior: android.content.Intent#ACTION_GLOBAL_BUTTON:
57 Field 'ACTION_GLOBAL_BUTTON' is missing @BroadcastBehavior
1850 SdkConstant: android.content.Intent#ACTION_GLOBAL_BUTTON:
1851 Field 'ACTION_GLOBAL_BUTTON' is missing @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
Dsystem-current.txt3853 field public static final String ACTION_GLOBAL_BUTTON = "android.intent.action.GLOBAL_BUTTON";
/frameworks/base/core/java/android/content/
DIntent.java4361 public static final String ACTION_GLOBAL_BUTTON = "android.intent.action.GLOBAL_BUTTON"; field in Intent