HomeSort by relevance Sort by last modified time
    Searched refs:Answer (Results 101 - 108 of 108) sorted by null

1 2 3 45

  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar 
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DevicePolicyManagerTest.java 45 import org.mockito.stubbing.Answer;
131 doAnswer(new Answer<Void>() {
133 public Void answer(InvocationOnMock invocation) throws Throwable {
146 doAnswer(new Answer<Bundle>() {
148 public Bundle answer(InvocationOnMock invocation) throws Throwable {
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
BaseShortcutManagerTest.java 89 import org.mockito.stubbing.Answer;
735 protected class AnswerWithSystemCheck<T> implements Answer<T> {
743 public T answer(InvocationOnMock invocation) throws Throwable { method in class:BaseShortcutManagerTest.AnswerWithSystemCheck
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/des/
des_test.go 268 // Table A.1 Resulting Ciphertext from the Variable Plaintext Known Answer Test
467 // Table A.2 Resulting Ciphertext from the Variable Key Known Answer Test
    [all...]
  /prebuilts/go/linux-x86/src/crypto/des/
des_test.go 268 // Table A.1 Resulting Ciphertext from the Variable Plaintext Known Answer Test
467 // Table A.2 Resulting Ciphertext from the Variable Key Known Answer Test
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java 27 import org.mockito.stubbing.Answer;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rtccore.h     [all...]
tapi3if.h     [all...]

Completed in 345 milliseconds

1 2 3 45