Searched refs:PHONE_IN_EMERGENCY_CALL (Results 1 – 3 of 3) sorted by relevance
92 public static final String PHONE_IN_EMERGENCY_CALL = "phoneInEmergencyCall"; field in PhoneConstants
1379 … boolean inCall = intent.getBooleanExtra(PhoneConstants.PHONE_IN_EMERGENCY_CALL, false);
643 intent.putExtra(PhoneConstants.PHONE_IN_EMERGENCY_CALL, callActive); in sendEmergencyCallStateChange()