Lines Matching refs:PhoneConstants
66 import com.android.internal.telephony.PhoneConstants;
364 PhoneConstants.State phoneState;
846 getContentResolver(), Settings.Global.CELL_ON, PhoneConstants.CELL_ON_FLAG); in handleAirplaneModeChange()
848 case PhoneConstants.CELL_OFF_FLAG: in handleAirplaneModeChange()
852 case PhoneConstants.CELL_ON_FLAG: in handleAirplaneModeChange()
855 case PhoneConstants.CELL_OFF_DUE_TO_AIRPLANE_MODE_FLAG: in handleAirplaneModeChange()
880 PhoneConstants.CELL_OFF_DUE_TO_AIRPLANE_MODE_FLAG); in setRadioPowerOff()
900 getContentResolver(), Settings.Global.CELL_ON, PhoneConstants.CELL_ON_FLAG); in setRadioPowerOn()
950 int phoneId = intent.getIntExtra(PhoneConstants.PHONE_KEY, in onReceive()
960 String newPhone = intent.getStringExtra(PhoneConstants.PHONE_NAME_KEY); in onReceive()
964 int phoneId = intent.getIntExtra(PhoneConstants.PHONE_KEY, 0); in onReceive()