Searched refs:disabled (Results 1 – 11 of 11) sorted by relevance
1 // currently disabled because of API changes. won't be fixed for 1.0
10 app (press the button to show \"Hello\" message) is enabled or disabled. Use
12 states of a View (for example disabled/enabled, focused, pressed or selected).
444 int disabled = mDPM.getKeyguardDisabledFeatures(mDeviceAdminSample); in reloadSummaries() local447 (disabled & DevicePolicyManager.KEYGUARD_DISABLE_WIDGETS_ALL) != 0 ? in reloadSummaries()452 (disabled & DevicePolicyManager.KEYGUARD_DISABLE_SECURE_CAMERA) != 0 ? in reloadSummaries()457 (disabled & DevicePolicyManager.KEYGUARD_DISABLE_SECURE_NOTIFICATIONS) != 0 ? in reloadSummaries()463 (disabled & DevicePolicyManager.KEYGUARD_DISABLE_UNREDACTED_NOTIFICATIONS) != 0 in reloadSummaries()469 (disabled & DevicePolicyManager.KEYGUARD_DISABLE_TRUST_AGENTS) != 0 ? in reloadSummaries()475 (disabled & DevicePolicyManager.KEYGUARD_DISABLE_FINGERPRINT) != 0 ? in reloadSummaries()481 (disabled & DevicePolicyManager.KEYGUARD_DISABLE_REMOTE_INPUT) != 0 ? in reloadSummaries()488 (disabled & DevicePolicyManager.KEYGUARD_DISABLE_TRUST_AGENTS) != 0; in reloadSummaries()
47 R.menu.visible, R.menu.disabled
64 printf "ART debugging mode is disabled.\n"
30 # Not actually built. Also disabled in make file.
61 Applications steps can be optionally disabled for presumably one-off runs:
233 Toast.makeText(activity, enabled ? R.string.enabled : R.string.disabled, in setAppEnabled()
73 mDisabled = findViewById(R.id.disabled); in onCreate()
49 Enable or disable warning messages. These are disabled by default.