Home
last modified time | relevance | path

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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardUpdateMonitor.java136 private static final int MSG_REPORT_EMERGENCY_CALL_ACTION = 318; field in KeyguardUpdateMonitor
229 case MSG_REPORT_EMERGENCY_CALL_ACTION:
1354 mHandler.obtainMessage(MSG_REPORT_EMERGENCY_CALL_ACTION).sendToTarget(); in reportEmergencyCallAction()