HomeSort by relevance Sort by last modified time
    Searched refs:answer (Results 201 - 225 of 444) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/1.3/
haha-1.3.jar 
  /cts/tests/tests/telecom/src/android/telecom/cts/
MockConnection.java 63 mRemoteConnection.answer();
ExtendedInCallServiceTest.java 217 call.answer(VideoProfile.STATE_AUDIO_ONLY);
271 call.answer(VideoProfile.STATE_BIDIRECTIONAL);
  /external/iptables/iptables/
iptables-apply 46 be able to answer affirmatively. In this case, the script rolls back to the
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiLoggerTest.java 357 public boolean answer(WifiNative.TxFateReport[] fates) {
370 public boolean answer(WifiNative.RxFateReport[] fates) {
490 public boolean answer(WifiNative.TxFateReport[] fates) {
499 public boolean answer(WifiNative.RxFateReport[] fates) {
  /ndk/sources/host-tools/make-3.81/tests/
test_driver.pl 639 local($answer,$logfile) = @_;
653 if ($slurp eq $answer) {
657 local ($answer_mod) = $answer;
678 &create_file (&get_basefile, $answer);
1154 # This subroutine returns a base (answer) filename with a number
  /packages/apps/Dialer/tests/src/com/android/dialer/filterednumber/
BlockedNumbersAutoMigratorTest.java 37 import org.mockito.stubbing.Answer;
192 doAnswer(new Answer<Void>() {
194 public Void answer(InvocationOnMock invocation) throws Throwable {
  /packages/apps/TV/tests/unit/src/com/android/tv/menu/
MenuTest.java 26 import org.mockito.stubbing.Answer;
131 Mockito.when(mMenuView.isVisible()).thenAnswer(new Answer<Boolean>() {
133 public Boolean answer(InvocationOnMock invocation) throws Throwable {
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
FakeSystemFacade.java 16 import org.mockito.stubbing.Answer;
73 when(network.openConnection(any())).then(new Answer<URLConnection>() {
75 public URLConnection answer(InvocationOnMock invocation) throws Throwable {
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
ComponentContextFixture.java 28 import org.mockito.stubbing.Answer;
425 doAnswer(new Answer<List<ResolveInfo>>() {
427 public List<ResolveInfo> answer(InvocationOnMock invocation) throws Throwable {
434 doAnswer(new Answer<List<ResolveInfo>>() {
436 public List<ResolveInfo> answer(InvocationOnMock invocation) throws Throwable {
447 doAnswer(new Answer<Void>(){
449 public Void answer(InvocationOnMock invocation) throws Throwable {
494 when(mResources.getString(eq(id), any())).thenAnswer(new Answer<String>() {
496 public String answer(InvocationOnMock invocation) {
BasicCallTests.java 64 import org.mockito.stubbing.Answer;
134 // Use TelecomManager API to answer the ringing call.
140 .answer(ids.mCallId);
160 // Use TelecomManager API to answer the ringing call; the default expected behavior is to
161 // answer using whatever video state the ringing call requests.
166 // Answer video API should be called
188 // Use TelecomManager API to answer the ringing call.
193 // The generic answer method on the ConnectionService is used to answer audio-only calls.
195 .answer(eq(ids.mCallId))
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
StrictMathTest.java 109 double answer = StrictMath.tan(StrictMath.atan(1.0)); local
110 assertTrue("Returned incorrect arc tangent: " + answer, answer <= 1.0
111 && answer >= 9.9999999999999983E-1);
119 double answer = StrictMath.atan(StrictMath.tan(1.0)); local
120 assertTrue("Returned incorrect arc tangent: " + answer, answer <= 1.0
121 && answer >= 9.9999999999999983E-1);
356 assertTrue("Incorrect answer returned for simple power", StrictMath
359 assertTrue("Incorrect answer returned for larger power", StrictMat
507 double answer = StrictMath.log(StrictMath.exp(d)); local
    [all...]
  /external/autotest/client/cros/
cryptohome.py 322 http://mail.google.com/support/bin/answer.py?hl=en&ctx=mail&answer=10313
  /external/autotest/server/site_tests/infra_ServoDiagnosis/
infra_ServoDiagnosis.py 83 from the implicit pre-requisite that the host answer to ping.
103 from the implicit pre-requisite that the host answer to ping.
  /external/chromium-trace/catapult/third_party/flot/
FAQ.md 5 Flot will happily draw everything you send to it so the answer
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DevicePolicyManagerServiceMigrationTest.java 32 import org.mockito.stubbing.Answer;
112 doAnswer(new Answer<Void>() {
114 public Void answer(InvocationOnMock invocation) throws Throwable {
227 doAnswer(new Answer<Void>() {
229 public Void answer(InvocationOnMock invocation) throws Throwable {
DpmMockContext.java 49 import org.mockito.stubbing.Answer;
327 new Answer<UserInfo>() {
329 public UserInfo answer(InvocationOnMock invocation) throws Throwable {
341 new Answer<List<UserInfo>>() {
343 public List<UserInfo> answer(InvocationOnMock invocation) throws Throwable {
350 new Answer<int[]>() {
352 public int[] answer(InvocationOnMock invocation) throws Throwable {
  /external/iproute2/lib/
libnetlink.c 335 struct nlmsghdr *answer, size_t maxlen)
358 if (answer == NULL)
416 if (answer)
417 memcpy(answer, h,
430 if (answer) {
431 memcpy(answer, h,
  /bionic/libc/dns/net/
gethnamaddr.c 201 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype,
220 _DIAGASSERT(answer != NULL);
225 eom = answer->buf + anslen;
241 * find first satisfactory answer
243 hp = &answer->hdr;
248 cp = answer->buf;
253 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp));
278 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp));
299 n = dn_expand(answer->buf, eom, cp, tbuf,
328 n = dn_expand(answer->buf, eom, cp, tbuf
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/0.12.613/
kotlin-stdlib-0.12.613.jar 
  /frameworks/base/telecomm/java/android/telecom/
RemoteConnection.java 857 public void answer() { method in class:RemoteConnection
871 public void answer(int videoState) { method in class:RemoteConnection
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
ContextFixture.java 24 import org.mockito.stubbing.Answer;
472 doAnswer(new Answer<List<ResolveInfo>>() {
474 public List<ResolveInfo> answer(InvocationOnMock invocation) throws Throwable {
481 doAnswer(new Answer<List<ResolveInfo>>() {
483 public List<ResolveInfo> answer(InvocationOnMock invocation) throws Throwable {
507 when(mResources.getString(eq(id), any())).thenAnswer(new Answer<String>() {
509 public String answer(InvocationOnMock invocation) {
  /external/autotest/client/cros/netprotos/
zeroconf.py 193 # Update the answer timeout if already cached.
221 op = dpkt.dns.DNS_AA, # Authoritative Answer.
374 answer = dpkt.dns.DNS.RR(
380 return [answer]
  /external/mdnsresponder/mDNSCore/
uDNS.c 261 // cache entries and answer this question.
262 // 2. uDNS_CheckCurrentQuestion will create a new cache entry and answer this question
268 // Be careful not to touch the ThisQInterval here. For a normal question, when we answer the question
    [all...]
  /external/v8/test/cctest/
test-strings.cc 459 Handle<String> answer = factory->NewStringFromStaticChars(""); local
464 factory->NewConsString(answer, block).ToHandleChecked();
467 answer = next;
470 return answer;
478 Handle<String> answer = factory->NewStringFromStaticChars(""); local
483 factory->NewConsString(block, answer).ToHandleChecked();
486 answer = next;
489 return answer;
    [all...]

Completed in 2186 milliseconds

1 2 3 4 5 6 7 891011>>