Home
last modified time | relevance | path

Searched refs:answer (Results 1 – 25 of 30) sorted by relevance

12

/packages/apps/TV/tests/unit/src/com/android/tv/recommendation/
DRecommendationUtils.java48 public Integer answer(InvocationOnMock invocation) throws Throwable { in createMockRecommendationDataManager()
54 public Collection<ChannelRecord> answer(InvocationOnMock invocation) throws Throwable { in createMockRecommendationDataManager()
60 public ChannelRecord answer(InvocationOnMock invocation) throws Throwable { in createMockRecommendationDataManager()
/packages/apps/Messaging/tests/src/com/android/messaging/ui/mediapicker/
DMockCameraFactory.java53 public Camera answer(InvocationOnMock invocation) { in createCameraWrapper()
59 public Void answer(InvocationOnMock invocation) throws Throwable { in createCameraWrapper()
/packages/apps/TV/tests/unit/src/com/android/tv/util/
DTvInputManagerHelperTest.java49 public Boolean answer(InvocationOnMock invocation) throws Throwable { in testComparator()
56 public String answer(InvocationOnMock invocation) throws Throwable { in testComparator()
/packages/apps/Messaging/tests/src/com/android/messaging/
DFakeFactory.java91 public String answer(final InvocationOnMock invocation) throws Throwable { in registerWithFakeContext()
100 public String answer(final InvocationOnMock invocation) throws Throwable { in registerWithFakeContext()
109 public String answer(final InvocationOnMock invocation) throws Throwable { in registerWithFakeContext()
/packages/apps/TV/tests/unit/src/com/android/tv/data/
DTvInputNewComparatorTest.java60 public Boolean answer(InvocationOnMock invocation) throws Throwable { in testComparator()
69 public Boolean answer(InvocationOnMock invocation) throws Throwable { in testComparator()
DChannelTest.java90 public ActivityInfo answer(InvocationOnMock invocation) { in setUp()
189 public Boolean answer(InvocationOnMock invocation) throws Throwable { in testComparator()
235 public Boolean answer(InvocationOnMock invocation) throws Throwable { in testComparatorLabel()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DComponentContextFixture.java427 public List<ResolveInfo> answer(InvocationOnMock invocation) throws Throwable {
436 public List<ResolveInfo> answer(InvocationOnMock invocation) throws Throwable {
449 public Void answer(InvocationOnMock invocation) throws Throwable {
496 public String answer(InvocationOnMock invocation) {
DBasicCallTests.java140 .answer(ids.mCallId); in testTelecomManagerAcceptRingingCall()
195 .answer(eq(ids.mCallId)); in testTelecomManagerAcceptRingingVideoCallAsAudio()
405 public Bundle answer(InvocationOnMock invocation) throws Throwable { in testIncomingCallBlockCheckTimesoutIsAllowed()
815 public Bundle answer(InvocationOnMock invocation) throws Throwable { in blockNumber()
823 private void blockNumberWithAnswer(String phoneNumber, Answer answer) throws Exception { in blockNumberWithAnswer() argument
828 isNull(Bundle.class))).thenAnswer(answer); in blockNumberWithAnswer()
DTelecomSystemTest.java399 public Object answer(InvocationOnMock i) { in setupAudioService()
725 .answer(ids.mConnectionId); in startAndMakeActiveIncomingCall()
DVideoProviderTest.java87 public Object answer(InvocationOnMock i) {
DTelecomServiceImplTest.java883 verify(call).answer(fakeVideoState); in testAcceptRingingCall()
897 verify(call).answer(realVideoState); in testAcceptRingingCallWithValidVideoState()
DConnectionServiceFixture.java218 public void answer(String callId) throws RemoteException { } in answer() method in ConnectionServiceFixture.FakeConnectionService
DCallAudioRouteStateMachineTest.java169 public Object answer(InvocationOnMock invocation) throws Throwable { in testSpeakerPersistence()
DCallLogManagerTest.java135 public Uri answer(InvocationOnMock invocation) throws Throwable { in setUp()
/packages/apps/ManagedProvisioning/tests/src/com/android/managedprovisioning/task/
DInstallPackageTaskTest.java108 public Object answer(InvocationOnMock invocation) throws Throwable { in testInstall_OnePackage()
134 public Object answer(InvocationOnMock invocation) throws Throwable { in testInstall_InstallFailedVersionDowngrade()
/packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/
DMockCallListWrapper.java44 public Call answer(InvocationOnMock i) throws Throwable { in MockCallListWrapper()
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DFakeSystemFacade.java75 public URLConnection answer(InvocationOnMock invocation) throws Throwable { in getActiveNetwork()
/packages/apps/Dialer/tests/src/com/android/dialer/filterednumber/
DBlockedNumbersAutoMigratorTest.java194 public Void answer(InvocationOnMock invocation) throws Throwable { in setupFilteredNumberHasBlockedNumbersExpectation()
/packages/apps/TV/tests/unit/src/com/android/tv/menu/
DMenuTest.java133 public Boolean answer(InvocationOnMock invocation) throws Throwable { in setMenuVisible()
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DTelecomAdapter.java64 call.answer(videoState); in answerCall()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestConnectionManager.java148 mRemote.answer(videoState); in onAnswer()
/packages/apps/Messaging/tests/src/com/android/messaging/ui/conversation/
DComposeMessageViewTest.java113 public Object answer(InvocationOnMock invocation) throws Throwable { in testSend()
/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java829 void answer(Call call, int videoState) { in answer() method in ConnectionServiceWrapper
835 mServiceInterface.answer(callId); in answer()
DCall.java1284 public void answer(int videoState) { in answer() method in Call
1294 mConnectionService.answer(this, videoState); in answer()
DCallsManager.java1027 call.answer(videoState); in answerCall()
1423 ringingCall.answer(ringingCall.getVideoState()); in onMediaButton()

12