OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ECM_TIMER_RESET
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telephony/src/com/android/phone/
EmergencyCallbackModeService.java
62
private static final int
ECM_TIMER_RESET
= 1;
67
case
ECM_TIMER_RESET
:
93
mPhone.registerForEcmTimerReset(mHandler,
ECM_TIMER_RESET
, null);
197
* Handle
ECM_TIMER_RESET
notification
EmergencyCallbackModeExitDialog.java
72
private static final int
ECM_TIMER_RESET
= 1;
95
mPhone.registerForEcmTimerReset(mTimerResetHandler,
ECM_TIMER_RESET
, null);
337
case
ECM_TIMER_RESET
:
Completed in 94 milliseconds