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 51 * intent on to the {@link SipCallOptionHandler}, which will
236 * Launch the SipCallOptionHandler, which is the next step(*) in the
241 * step is for the SipCallOptionHandler to decide which Phone type (SIP
277 // CallController.placeCall() after the SipCallOptionHandler step.
283 // Finally, launch the SipCallOptionHandler, with the copy of the
288 selectPhoneIntent.setClass(context, SipCallOptionHandler.class);
296 // ...and see SipCallOptionHandler.onCreate() for the next step of the sequence.
367 * the sequence OutgoingCallReceiver -> SipCallOptionHandler ->
371 * go directly to SipCallOptionHandler, which then leads to the
    [all...]
SipCallOptionHandler.java 62 public class SipCallOptionHandler extends Activity implements
65 static final String TAG = "SipCallOptionHandler";

Completed in 62 milliseconds