HomeSort by relevance Sort by last modified time
    Searched defs:placeCall (Results 1 - 4 of 4) sorted by null

  /packages/apps/Phone/src/com/android/phone/
CallController.java 45 * - actually running the placeCall() method and handling errors or retries
165 * ultimately calls CallController.placeCall() (from the
169 * (4) Here in CallController.placeCall() we read the phone number or SIP
183 public void placeCall(Intent intent) {
184 log("placeCall()... intent = " + intent);
194 Log.wtf(TAG, "placeCall: called with null intent");
195 throw new IllegalArgumentException("placeCall: called with null intent");
201 Log.wtf(TAG, "placeCall: intent had no data");
202 throw new IllegalArgumentException("placeCall: intent had no data");
220 Log.wtf(TAG, "placeCall: unexpected intent action " + action)
    [all...]
EmergencyDialer.java 306 placeCall();
324 placeCall();
400 placeCall();
489 void placeCall() {
PhoneUtils.java 81 // Return codes from placeCall()
559 public static int placeCall(Context context, Phone phone,
562 if (DBG) log("placeCall '" + number + "' GW:'" + gatewayUri + "'");
    [all...]
CallNotifier.java     [all...]

Completed in 384 milliseconds