Home
last modified time | relevance | path

Searched refs:ACTION_EMERGENCY_CALLBACK_MODE_CHANGED (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DTelephonyIntents.java97 public static final String ACTION_EMERGENCY_CALLBACK_MODE_CHANGED field in TelephonyIntents
/frameworks/base/policy/src/com/android/internal/policy/impl/
DGlobalActions.java139 filter.addAction(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED); in GlobalActions()
982 } else if (TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED.equals(action)) {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java1350 } else if (action.equals(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED)) {
1382 intentFilter.addAction(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED); in registerForBroadcasts()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java1134 Intent intent = new Intent(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED); in sendEmergencyCallbackModeChange()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCDMAPhone.java1066 Intent intent = new Intent(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED); in sendEmergencyCallbackModeChange()