OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SipCallOptionHandler
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telephony/src/com/android/phone/
OutgoingCallBroadcaster.java
58
* intent on to the {@link
SipCallOptionHandler
}, which will
278
* Launch the
SipCallOptionHandler
, which is the next step(*) in the
283
* step is for the
SipCallOptionHandler
to decide which Phone type (SIP
319
// CallController.placeCall() after the
SipCallOptionHandler
step.
325
// Finally, launch the
SipCallOptionHandler
, with the copy of the
330
selectPhoneIntent.setClass(context,
SipCallOptionHandler
.class);
338
// ...and see
SipCallOptionHandler
.onCreate() for the next step of the sequence.
409
* the sequence OutgoingCallReceiver ->
SipCallOptionHandler
->
413
* go directly to
SipCallOptionHandler
, which then leads to the
[
all
...]
SipCallOptionHandler.java
64
public class
SipCallOptionHandler
extends Activity implements
67
static final String TAG = "
SipCallOptionHandler
";
Completed in 44 milliseconds