HomeSort by relevance Sort by last modified time
    Searched refs:SipCallOptionHandler (Results 1 - 2 of 2) sorted by null

  /packages/apps/Phone/src/com/android/phone/
OutgoingCallBroadcaster.java 45 * intent on to the {@link SipCallOptionHandler}, which will
206 * Launch the SipCallOptionHandler, which is the next step(*) in the
211 * step is for the SipCallOptionHandler to decide which Phone type (SIP
247 // CallController.placeCall() after the SipCallOptionHandler step.
253 // Finally, launch the SipCallOptionHandler, with the copy of the
258 selectPhoneIntent.setClass(context, SipCallOptionHandler.class);
264 // ...and see SipCallOptionHandler.onCreate() for the next step of the sequence.
284 // the sequence OutgoingCallReceiver -> SipCallOptionHandler ->
288 // go directly to SipCallOptionHandler, which then leads to the
SipCallOptionHandler.java 62 public class SipCallOptionHandler extends Activity implements
65 static final String TAG = "SipCallOptionHandler";

Completed in 34 milliseconds