/packages/apps/TV/tests/unit/src/com/android/tv/recommendation/ |
D | RecommendationUtils.java | 48 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/ |
D | MockCameraFactory.java | 53 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/ |
D | TvInputManagerHelperTest.java | 49 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/ |
D | FakeFactory.java | 91 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/ |
D | TvInputNewComparatorTest.java | 60 public Boolean answer(InvocationOnMock invocation) throws Throwable { in testComparator() 69 public Boolean answer(InvocationOnMock invocation) throws Throwable { in testComparator()
|
D | ChannelTest.java | 90 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/ |
D | ComponentContextFixture.java | 427 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) {
|
D | BasicCallTests.java | 140 .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()
|
D | TelecomSystemTest.java | 399 public Object answer(InvocationOnMock i) { in setupAudioService() 725 .answer(ids.mConnectionId); in startAndMakeActiveIncomingCall()
|
D | VideoProviderTest.java | 87 public Object answer(InvocationOnMock i) {
|
D | TelecomServiceImplTest.java | 883 verify(call).answer(fakeVideoState); in testAcceptRingingCall() 897 verify(call).answer(realVideoState); in testAcceptRingingCallWithValidVideoState()
|
D | ConnectionServiceFixture.java | 218 public void answer(String callId) throws RemoteException { } in answer() method in ConnectionServiceFixture.FakeConnectionService
|
D | CallAudioRouteStateMachineTest.java | 169 public Object answer(InvocationOnMock invocation) throws Throwable { in testSpeakerPersistence()
|
D | CallLogManagerTest.java | 135 public Uri answer(InvocationOnMock invocation) throws Throwable { in setUp()
|
/packages/apps/ManagedProvisioning/tests/src/com/android/managedprovisioning/task/ |
D | InstallPackageTaskTest.java | 108 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/ |
D | MockCallListWrapper.java | 44 public Call answer(InvocationOnMock i) throws Throwable { in MockCallListWrapper()
|
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
D | FakeSystemFacade.java | 75 public URLConnection answer(InvocationOnMock invocation) throws Throwable { in getActiveNetwork()
|
/packages/apps/Dialer/tests/src/com/android/dialer/filterednumber/ |
D | BlockedNumbersAutoMigratorTest.java | 194 public Void answer(InvocationOnMock invocation) throws Throwable { in setupFilteredNumberHasBlockedNumbersExpectation()
|
/packages/apps/TV/tests/unit/src/com/android/tv/menu/ |
D | MenuTest.java | 133 public Boolean answer(InvocationOnMock invocation) throws Throwable { in setMenuVisible()
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
D | TelecomAdapter.java | 64 call.answer(videoState); in answerCall()
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | TestConnectionManager.java | 148 mRemote.answer(videoState); in onAnswer()
|
/packages/apps/Messaging/tests/src/com/android/messaging/ui/conversation/ |
D | ComposeMessageViewTest.java | 113 public Object answer(InvocationOnMock invocation) throws Throwable { in testSend()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | ConnectionServiceWrapper.java | 829 void answer(Call call, int videoState) { in answer() method in ConnectionServiceWrapper 835 mServiceInterface.answer(callId); in answer()
|
D | Call.java | 1284 public void answer(int videoState) { in answer() method in Call 1294 mConnectionService.answer(this, videoState); in answer()
|
D | CallsManager.java | 1027 call.answer(videoState); in answerCall() 1423 ringingCall.answer(ringingCall.getVideoState()); in onMediaButton()
|