Home
last modified time | relevance | path

Searched refs:InvocationOnMock (Results 1 – 25 of 48) sorted by relevance

12

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccCarrierPrivilegeRulesTest.java41 import org.mockito.invocation.InvocationOnMock;
66 public Void answer(InvocationOnMock invocation) throws Throwable { in testHelper()
77 public Void answer(InvocationOnMock invocation) throws Throwable { in testHelper()
90 public Void answer(InvocationOnMock invocation) throws Throwable { in testHelper()
304 public Void answer(InvocationOnMock invocation) throws Throwable { in testAID_OnlyARAM()
323 public Void answer(InvocationOnMock invocation) throws Throwable { in testAID_OnlyARAM()
336 public Void answer(InvocationOnMock invocation) throws Throwable { in testAID_OnlyARAM()
364 public Void answer(InvocationOnMock invocation) throws Throwable { in testAID_OnlyARAD()
384 public Void answer(InvocationOnMock invocation) throws Throwable { in testAID_OnlyARAD()
397 public Void answer(InvocationOnMock invocation) throws Throwable { in testAID_OnlyARAD()
[all …]
DIccPhoneBookInterfaceManagerTest.java34 import org.mockito.invocation.InvocationOnMock;
76 public Void answer(InvocationOnMock invocation) throws Throwable { in setUp()
104 public Void answer(InvocationOnMock invocation) throws Throwable { in testAdnEFLoadWithFailure()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DMockKeyStore.java12 import org.mockito.invocation.InvocationOnMock;
43 public Boolean answer(InvocationOnMock invocation) throws Throwable { in createMock()
54 public Boolean answer(InvocationOnMock invocation) throws Throwable { in createMock()
64 public Boolean answer(InvocationOnMock invocation) throws Throwable { in createMock()
73 public Boolean answer(InvocationOnMock invocation) throws Throwable { in createMock()
DActiveModeWardenTest.java55 import org.mockito.invocation.InvocationOnMock;
181 public ClientModeManager answer(InvocationOnMock invocation) { in enterClientModeActiveState()
209 public ScanOnlyModeManager answer(InvocationOnMock invocation) { in enterScanOnlyModeActiveState()
240 public SoftApManager answer(InvocationOnMock invocation) { in enterSoftApActiveMode()
/frameworks/base/services/tests/servicestests/src/com/android/server/net/watchlist/
DWatchlistLoggingHandlerTests.java46 import org.mockito.invocation.InvocationOnMock;
104 doAnswer((InvocationOnMock invocation) -> { in setUp()
112 doAnswer((InvocationOnMock invocation) -> { in setUp()
126 doAnswer((InvocationOnMock invocation) -> { in setUp()
146 doAnswer((InvocationOnMock invocation) -> { in setUp()
/frameworks/opt/car/setupwizard/library/main/tests/robotests/src/com/android/car/setupwizardlib/shadows/
DShadowCar.java28 import org.mockito.invocation.InvocationOnMock;
56 public Void answer(InvocationOnMock invocation) { in createCar()
64 public Void answer(InvocationOnMock invocation) { in createCar()
/frameworks/base/tests/utils/testutils/java/android/app/test/
DMockAnswerUtil.java19 import org.mockito.invocation.InvocationOnMock;
38 public final Object answer(InvocationOnMock invocation) throws Throwable { in answer()
/frameworks/base/tests/testables/src/android/testing/
DTestableResources.java25 import org.mockito.invocation.InvocationOnMock;
83 private Object answer(InvocationOnMock invocationOnMock) throws Throwable { in answer()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DQSCarrierGroupTest.java39 import org.mockito.invocation.InvocationOnMock;
63 public Integer answer(InvocationOnMock invocationOnMock) throws Throwable { in testUpdateCarrierText_sameLengths()
111 public Integer answer(InvocationOnMock invocationOnMock) throws Throwable { in testUpdateCarrierText_differentLength()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DBaseLockSettingsServiceTests.java59 import org.mockito.invocation.InvocationOnMock;
169 public Boolean answer(InvocationOnMock invocation) throws Throwable { in setUp_baseServices()
208 public Void answer(InvocationOnMock invocation) throws Throwable { in setUpStorageManagerMock()
220 public Void answer(InvocationOnMock invocation) throws Throwable { in setUpStorageManagerMock()
233 public Void answer(InvocationOnMock invocation) throws Throwable { in setUpStorageManagerMock()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccControllerTest.java75 import org.mockito.invocation.InvocationOnMock;
1205 public Void answer(InvocationOnMock invocation) throws Exception { in callGetEid()
1223 public Void answer(InvocationOnMock invocation) throws Exception { in callGetOtaStatus()
1240 public Void answer(InvocationOnMock invocation) throws Exception { in callStartOtaUpdatingIfNecessary()
1258 public Void answer(InvocationOnMock invocation) throws Exception { in callGetEuiccInfo()
1276 public Void answer(InvocationOnMock invocation) throws Exception { in prepareGetDownloadableSubscriptionMetadataCall()
1302 public Void answer(InvocationOnMock invocation) throws Exception { in callGetDefaultDownloadableSubscriptionList()
1324 public Void answer(InvocationOnMock invocation) throws Exception { in callDownloadSubscription()
1351 public Void answer(InvocationOnMock invocation) throws Exception { in callDeleteSubscription()
1370 public Void answer(InvocationOnMock invocation) throws Exception { in callSwitchToSubscription()
[all …]
/frameworks/libs/net/common/devicetests/com/android/testutils/
DFakeDns.kt26 import org.mockito.invocation.InvocationOnMock
72 it: InvocationOnMock, in mockAnswer()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DHotspotControllerImplTest.java43 import org.mockito.invocation.InvocationOnMock;
72 doAnswer((InvocationOnMock invocation) -> { in setUp()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/apdu/
DLogicalChannelMocker.java33 import org.mockito.invocation.InvocationOnMock;
71 public Object answer(InvocationOnMock invocation) throws Throwable { in mockSendToLogicalChannel()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DLetterboxTest.java36 import org.mockito.invocation.InvocationOnMock;
92 InvocationOnMock::getMock); in get()
DSystemServicesTestRule.java65 import org.mockito.invocation.InvocationOnMock;
148 doAnswer((InvocationOnMock invocationOnMock) -> {
/frameworks/base/tests/net/java/android/app/usage/
DNetworkStatsManagerTest.java50 import org.mockito.invocation.InvocationOnMock;
113 .then((InvocationOnMock inv) -> { in testQueryDetails()
124 .then((InvocationOnMock inv) -> { in testQueryDetails()
/frameworks/base/services/robotests/backup/src/com/android/server/backup/encryption/chunking/
DChunkEncryptorTest.java37 import org.mockito.invocation.InvocationOnMock;
85 public Void answer(InvocationOnMock invocation) { in setUp()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DBatteryServiceTest.java33 import org.mockito.invocation.InvocationOnMock;
110 private static void sendNotification(InvocationOnMock invocation, boolean preexisting)
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
DTextToSpeechTests.java28 import org.mockito.invocation.InvocationOnMock;
228 public Void answer(InvocationOnMock invocation) throws Exception { in doCountDown()
242 public Object answer(InvocationOnMock invocation) throws Exception { in doCountDown()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierServicesSmsFilterTest.java50 import org.mockito.invocation.InvocationOnMock;
207 public Void answer(InvocationOnMock invocation) throws Throwable { in mockCarrierAppStubResults()
/frameworks/base/services/tests/servicestests/src/com/android/server/storage/
DAppCollectorTest.java41 import org.mockito.invocation.InvocationOnMock;
77 doAnswer((InvocationOnMock invocation) -> { in setUp()
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DResolverListControllerTest.java49 import org.mockito.invocation.InvocationOnMock;
103 public Void answer(InvocationOnMock invocation) throws Throwable { in reportChooserSelection()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java102 import org.mockito.invocation.InvocationOnMock;
133 public Void answer(InvocationOnMock invocation) throws Throwable { in imsCallMocking()
144 public Void answer(InvocationOnMock invocation) throws Throwable { in imsCallMocking()
157 public Void answer(InvocationOnMock invocation) throws Throwable { in imsCallMocking()
169 public Void answer(InvocationOnMock invocation) throws Throwable { in imsCallMocking()
204 public ImsCall answer(InvocationOnMock invocation) throws Throwable { in setUp()
214 public ImsCall answer(InvocationOnMock invocation) throws Throwable { in setUp()
738 public ImsCall answer(InvocationOnMock invocation) throws Throwable { in testRewriteOutgoingNumber()
1222 public ImsCall answer(InvocationOnMock invocation) throws Throwable { in placeCallAndMakeActive()
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DLocationPermissionCheckerTest.java47 import org.mockito.invocation.InvocationOnMock;
159 public Integer answer(InvocationOnMock invocation) { in createPermissionAnswer()

12