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

  /external/autotest/client/cros/networking/chrome_testing/network_test_ext/
background.js 7 // chromeTesting.networking.callStatus, which is a dictionary of the form:
18 this.callStatus = {};
24 if (this.callStatus[function_name] == null)
25 this.callStatus[function_name] = {};
26 if (this.callStatus[function_name].status == chromeTesting.STATUS_PENDING)
28 this.callStatus[function_name].status = chromeTesting.STATUS_PENDING;
35 this.callStatus[function_name].status = chromeTesting.STATUS_FAILURE;
36 this.callStatus[function_name].result = null;
37 this.callStatus[function_name].error = error.message;
39 this.callStatus[function_name].status = chromeTesting.STATUS_SUCCESS
    [all...]
  /packages/services/Telephony/src/com/android/phone/
InCallScreenShowActivation.java 159 int callStatus = OtaUtils.startNonInteractiveOtasp(this);
161 if (callStatus == PhoneUtils.CALL_STATUS_DIALED) {
164 callStatus);
168 callStatus);
EmergencyCallHelper.java 369 int callStatus = PhoneUtils.placeCall(mApp,
374 if (DBG) log("- PhoneUtils.placeCall() returned status = " + callStatus);
379 switch (callStatus) {
388 Log.w(TAG, "placeEmergencyCall(): placeCall() failed: callStatus = " + callStatus);
CallController.java 436 int callStatus = PhoneUtils.placeCall(mApp,
444 switch (callStatus) {
527 Log.wtf(TAG, "placeCall: unknown callStatus " + callStatus
OtaUtils.java 394 int callStatus = PhoneUtils.placeCall(context,
400 if (callStatus == PhoneUtils.CALL_STATUS_DIALED) {
401 if (DBG) log(" ==> successful return from placeCall(): callStatus = " + callStatus);
404 + number + "': code " + callStatus);
405 return callStatus;
419 return callStatus;
    [all...]
  /external/autotest/client/cros/networking/chrome_testing/
chrome_networking_test_context.py 125 "chromeTesting.networking.callStatus.<|function|>"
174 of "chromeTesting.networking.callStatus.<|function|>.status" equals
192 'chromeTesting.networking.callStatus.' + function,
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hfp.cpp 785 jint callStatus, jint mode, jboolean mpty, jstring number_str,
802 (bthf_call_state_t) callStatus, (bthf_call_mode_t) mode,
    [all...]

Completed in 253 milliseconds