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

  /external/valgrind/gdbserver_tests/
nlvgdbsigqueue.stdoutB.exp 16 Kill the program being debugged? (y or n) [answered Y; input not from terminal]
mcbreak.stdoutB.exp 43 Delete all breakpoints? (y or n) [answered Y; input not from terminal]
mcwatchpoints.stdoutB.exp 33 Delete all breakpoints? (y or n) [answered Y; input not from terminal]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallAudioModeStateMachineTest.java 501 "Call-waiting hangs up before being answered, with another sim call in " +
521 "Call-waiting hangs up before being answered, with another voip call in " +
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
PhoneService.java 55 int res = ACTION_ANSWER.equals(intent.getAction()) ? R.string.answered : R.string.ignored;
  /packages/services/Telephony/src/com/android/phone/
PhoneUtils.java 174 // check if the ringing call was already answered or not
207 * @return true if we answered the call, or false if there wasn't
220 boolean answered = false;
224 // Stop any signalInfo tone being played when a Call waiting gets answered
236 // This is the FIRST incoming call being answered.
241 // This is the CALL WAITING call being answered.
256 answered = true;
276 return answered;
    [all...]
  /external/owasp/sanitizer/empiricism/
html-containment.js 4 * The questions above are answered by running a bunch of experiments
  /external/mdnsresponder/mDNSCore/
mDNS.c 473 // Don't send this packet on the wire as we answered from /etc/hosts
499 mDNSBool answered; local
502 answered = ResourceRecordAnswersQuestion(&rr->resrec, q);
504 answered = LocalOnlyRecordAnswersQuestion(rr, q);
505 if (answered)
533 mDNSBool answered; local
537 answered = ResourceRecordAnswersQuestion(&rr->resrec, q);
539 answered = LocalOnlyRecordAnswersQuestion(rr, q);
540 if (answered)
    [all...]

Completed in 1555 milliseconds