Lines Matching refs:Global
64 * Global state for the telephony subsystem when running in the primary
571 int cellState = Settings.Global.getInt(context.getContentResolver(),
572 Settings.Global.CELL_ON, PhoneConstants.CELL_ON_FLAG);
592 String airplaneModeRadios = Settings.Global.getString(context.getContentResolver(),
593 Settings.Global.AIRPLANE_MODE_RADIOS);
595 || airplaneModeRadios.contains(Settings.Global.RADIO_CELL);
600 Settings.Global.putInt(context.getContentResolver(), Settings.Global.CELL_ON,
603 Settings.Global.putInt(getContentResolver(), Settings.Global.ENABLE_CELLULAR_ON_BOOT, 0);
609 Settings.Global.putInt(context.getContentResolver(), Settings.Global.CELL_ON,
611 Settings.Global.putInt(getContentResolver(), Settings.Global.ENABLE_CELLULAR_ON_BOOT,
649 int airplaneMode = Settings.Global.getInt(getContentResolver(),
650 Settings.Global.AIRPLANE_MODE_ON, AIRPLANE_OFF);