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.java199 private static final int MSG_REPORT_EMERGENCY_CALL_ACTION = 318; field in KeyguardUpdateMonitor
2251 case MSG_REPORT_EMERGENCY_CALL_ACTION: in KeyguardUpdateMonitor()
3643 mHandler.obtainMessage(MSG_REPORT_EMERGENCY_CALL_ACTION).sendToTarget(); in reportEmergencyCallAction()