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

  /packages/services/Telephony/src/com/android/phone/
OutgoingCallBroadcaster.java 50 * OutgoingCallBroadcaster receives CALL and CALL_PRIVILEGED Intents, and broadcasts the
67 public class OutgoingCallBroadcaster extends Activity
70 private static final String TAG = "OutgoingCallBroadcaster";
129 * Starts the delayed finish() of OutgoingCallBroadcaster in order to give the UI
177 OutgoingCallBroadcaster.EXTRA_ALREADY_CALLED, false);
211 OutgoingCallBroadcaster.EXTRA_ORIGINAL_URI);
414 // If we were launched directly from the OutgoingCallBroadcaster,
CallController.java 162 * (1) OutgoingCallBroadcaster receives a CALL intent and sends the
305 OutgoingCallBroadcaster.EXTRA_SIP_PHONE_URI);
307 OutgoingCallBroadcaster.EXTRA_THIRD_PARTY_CALL_COMPONENT);
338 // enforced in OutgoingCallBroadcaster.onCreate(), which is the
PhoneUtils.java     [all...]

Completed in 287 milliseconds