HomeSort by relevance Sort by last modified time
    Searched refs:answer (Results 501 - 525 of 901) sorted by null

<<21222324252627282930>>

  /build/make/
envsetup.sh 367 local ANSWER
372 read ANSWER
375 ANSWER=$1
377 case $ANSWER in
426 local ANSWER
431 read ANSWER
434 ANSWER=$1
437 if [ -z "$ANSWER" ] ; then
440 if check_product $ANSWER
442 export TARGET_PRODUCT=$ANSWER
    [all...]
  /frameworks/base/telecomm/java/com/android/internal/telecom/
IConnectionService.aidl 59 void answer(String callId, in Session.Info sessionInfo);
  /frameworks/base/tests/TtsTests/src/com/android/speech/tts/
TextToSpeechTests.java 29 import org.mockito.stubbing.Answer;
221 return Mockito.doAnswer(new Answer<Void>() {
223 public Void answer(InvocationOnMock invocation) throws Exception {
235 return Mockito.doAnswer(new Answer<Object>() {
237 public Object answer(InvocationOnMock invocation) throws Exception {
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiConnectivityManagerTest.java 193 // do a synchronous answer for the ScanListener callbacks
195 public void answer(ScanSettings settings, ScanListener listener,
201 public void answer(ScanSettings settings, ScanListener listener,
220 public void answer(ScanSettings settings, PnoSettings pnoSettings,
226 public void answer(ScanSettings settings, PnoSettings pnoSettings,
    [all...]
  /hardware/interfaces/tests/foo/1.0/default/
Foo.cpp 114 bool answer = cb->heyItsYouIsntIt(cb); local
120 << answer
  /cts/common/util/src/com/android/compatibility/common/util/
ReadElf.java 1037 int answer = 0; local
    [all...]
  /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,
  /external/libnfnetlink/src/
libnfnetlink.c 754 unsigned groups, struct nlmsghdr *answer,
780 if (!answer)
840 if (answer)
841 memcpy(answer, h, h->nlmsg_len);
848 if (answer) {
849 memcpy(answer, h, h->nlmsg_len);
    [all...]
  /bionic/libc/dns/net/
gethnamaddr.c 208 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype,
227 _DIAGASSERT(answer != NULL);
232 eom = answer->buf + anslen;
248 * find first satisfactory answer
250 hp = &answer->hdr;
255 cp = answer->buf;
260 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp));
285 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp));
306 n = dn_expand(answer->buf, eom, cp, tbuf,
335 n = dn_expand(answer->buf, eom, cp, tbuf
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/
AccountPreferenceControllerTest.java 75 @Mock(answer = RETURNS_DEEP_STUBS)
77 @Mock(answer = RETURNS_DEEP_STUBS)
79 @Mock(answer = RETURNS_DEEP_STUBS)
81 @Mock(answer = RETURNS_DEEP_STUBS)
83 @Mock(answer = RETURNS_DEEP_STUBS)
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/affordance/
SwipeButtonHelper.java 17 package com.android.incallui.answer.impl.affordance;
28 import com.android.incallui.answer.impl.utils.FlingAnimationUtils;
29 import com.android.incallui.answer.impl.utils.Interpolators;
  /packages/apps/Settings/tests/robotests/src/com/android/settings/search/
InstalledAppResultLoaderTest.java 57 import org.mockito.stubbing.Answer;
71 @Mock(answer = Answers.RETURNS_DEEP_STUBS)
73 @Mock(answer = Answers.RETURNS_DEEP_STUBS)
183 when(mPackageManagerWrapper.getHomeActivities(anyList())).thenAnswer(new Answer<Object>() {
185 public Object answer(InvocationOnMock invocation) throws Throwable {
IntentSearchViewHolderTest.java 69 @Mock(answer = Answers.RETURNS_DEEP_STUBS)
71 @Mock(answer = Answers.RETURNS_DEEP_STUBS)
  /packages/services/Car/tests/carservice_unit_test/src/com/android/car/
BluetoothAutoConnectPolicyTest.java 46 import org.mockito.stubbing.Answer;
246 private Answer<Void> createDeviceAvailabilityAnswer(final boolean available) {
247 final Answer<Void> answer = new Answer<Void>() { local
249 public Void answer(InvocationOnMock invocationOnMock) throws Throwable {
270 return answer;
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
FlingUpDownMethod.java 17 package com.android.incallui.answer.impl.answermethod;
59 import com.android.incallui.answer.impl.answermethod.FlingUpDownTouchHandler.OnProgressChangedListener;
60 import com.android.incallui.answer.impl.classifier.FalsingManager;
61 import com.android.incallui.answer.impl.hint.AnswerHint;
62 import com.android.incallui.answer.impl.hint.AnswerHintFactory;
63 import com.android.incallui.answer.impl.hint.PawImageLoaderImpl;
67 /** Answer method that swipes up to answer or down to reject. */
421 // Fade out the "swipe up to answer". It only takes 1 slot to complete the fade.
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BasicCallTests.java 60 import org.mockito.stubbing.Answer;
133 // Use TelecomManager API to answer the ringing call.
139 .answer(eq(ids.mConnectionId), any());
159 // Use TelecomManager API to answer the ringing call; the default expected behavior is to
160 // answer using whatever video state the ringing call requests.
165 // Answer video API should be called
187 // Use TelecomManager API to answer the ringing call.
192 // The generic answer method on the ConnectionService is used to answer audio-only calls.
194 .answer(eq(ids.mConnectionId), any())
    [all...]
  /external/autotest/client/cros/
cryptohome.py 455 http://mail.google.com/support/bin/answer.py?hl=en&ctx=mail&answer=10313
  /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/python/cpython2/Demo/threads/
sync.py 392 answer = self.state
394 return answer
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneConnectionTest.java 42 import org.mockito.stubbing.Answer;
194 doAnswer(new Answer() {
196 public Void answer(InvocationOnMock invocation) throws Throwable {
217 doAnswer(new Answer() {
219 public Void answer(InvocationOnMock invocation) throws Throwable {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/
ProgressiveDisclosureTest.java 59 @Mock(answer = Answers.RETURNS_DEEP_STUBS)
61 @Mock(answer = Answers.RETURNS_DEEP_STUBS)
  /packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
AppButtonsPreferenceControllerTest.java 63 import org.mockito.stubbing.Answer;
77 @Mock(answer = Answers.RETURNS_DEEP_STUBS)
137 Answer<Void> callable = new Answer<Void>() {
139 public Void answer(InvocationOnMock invocation) throws Exception {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/webview/
WebViewAppPickerTest.java 73 @Mock(answer = Answers.RETURNS_DEEP_STUBS)
77 @Mock(answer = Answers.RETURNS_DEEP_STUBS)
  /prebuilts/go/darwin-x86/src/os/
getwd.go 117 // Save answer as hint to avoid the expensive path next time.

Completed in 1665 milliseconds

<<21222324252627282930>>