Searched refs:disable (Results 1 – 17 of 17) sorted by relevance
64 #pragma warning(disable: 4702)65 #pragma warning(disable: 4201)73 #pragma warning(disable: 4200)
30 #pragma warning(disable: 4251)
132 case R.id.disable: in onClick()240 final Button disable = (Button) view.findViewById(R.id.disable); in bindView() local242 disable.setText( in bindView()246 disable.setOnClickListener(Main.this); in bindView()
3 disable=
188 case R.id.disable: in onClick()305 final Button disable = (Button) view.findViewById(R.id.disable); in bindView() local308 disable.setText( in bindView()312 disable.setVisibility(shortcut.isImmutable() ? View.GONE : View.VISIBLE); in bindView()318 disable.setOnClickListener(Main.this); in bindView()
58 #pragma warning(disable: 4200)
10 demonstrates how to enable and disable immersive mode programmatically.
35 public static void disable(Context context) { in disable() method in MyAdmin
63 MyAdmin.disable(this); in onAddAsAdmin()
9 enable or disable other apps and how to set restrictions to them. Intents can be
12 … In particular, this sample demonstrates how to disable Android Beam, select which AIDs the
8 This sample demonstrates how to selectively disable Automatic Backups in Android M, either by
38 adb shell svc wifi disable
141 disable: < expand icons alerts system_info back HOME* RECENT* clock search quick_settings >463 disable: < expand icons alerts system_info back HOME RECENT clock search quick_settings >471 disable: < expand icons alerts system_info back HOME RECENT clock search quick_settings >508 disable: < expand icons alerts system_info back home* recent* clock search quick_settings >1545 disable: < expand icons alerts system_info back HOME* RECENT* clock search quick_settings >1853 disable: < expand icons alerts system_info back HOME RECENT clock search quick_settings >1861 disable: < expand icons alerts system_info back HOME RECENT clock search quick_settings >1907 disable: < expand icons alerts system_info back home* recent* clock search quick_settings >
49 Enable or disable warning messages. These are disabled by default.52 Enable or disable error messages. These are enabled by default. If53 you disable both warnings and errors you will only see a summary.
651 mOrientationListener.disable(); in onPause()