Searched defs:startTurnOnRadioSequence (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telephony/src/com/android/services/telephony/
H A DEmergencyCallHelper.java110 public void startTurnOnRadioSequence(Phone phone, Callback callback) { method in class:EmergencyCallHelper
111 Log.d(this, "startTurnOnRadioSequence");
120 * Actual implementation of startTurnOnRadioSequence(), guaranteed to run on the handler thread.
121 * @see #startTurnOnRadioSequence
127 // ensures that we'll behave sanely if another startTurnOnRadioSequence() comes in while
281 * {@link #startTurnOnRadioSequence}

Completed in 69 milliseconds