Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java145 private static final int MSG_REPORT_EMERGENCY_CALL_ACTION = 318; field in KeyguardUpdateMonitor
321 case MSG_REPORT_EMERGENCY_CALL_ACTION:
2417 mHandler.obtainMessage(MSG_REPORT_EMERGENCY_CALL_ACTION).sendToTarget(); in reportEmergencyCallAction()