Home
last modified time | relevance | path

Searched refs:mockParams (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/shared/tests/device-side/java/com/android/adservices/shared/spe/framework/
DJobWorkerTest.java65 ExecutionRuntimeParameters mockParams = mock(ExecutionRuntimeParameters.class); in testGetExecutionStopFuture() local
66 assertThat(sJobWorker.getExecutionStopFuture(sContext, mockParams)) in testGetExecutionStopFuture()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbSessionManagerTest.java1042 Params mockParams = mock(FiraParams.class); in initSession_UwbSession_RemoteException() local
1046 TEST_SESSION_ID, TEST_SESSION_TYPE, FiraParams.PROTOCOL_NAME, mockParams, in initSession_UwbSession_RemoteException()
1054 TEST_SESSION_TYPE, FiraParams.PROTOCOL_NAME, mockParams, mockRangingCallbacks, in initSession_UwbSession_RemoteException()
1072 Params mockParams = mock(FiraParams.class); in initSession_success() local
1077 TEST_SESSION_ID, TEST_SESSION_TYPE, FiraParams.PROTOCOL_NAME, mockParams, in initSession_success()
1084 TEST_SESSION_TYPE, FiraParams.PROTOCOL_NAME, mockParams, mockRangingCallbacks, in initSession_success()
1100 Params mockParams = mock(FiraParams.class); in initSessionMaxSessions_lowestPrioritySessionReplaced() local
1113 TEST_SESSION_ID, TEST_SESSION_TYPE, FiraParams.PROTOCOL_NAME, mockParams, in initSessionMaxSessions_lowestPrioritySessionReplaced()
1124 TEST_SESSION_TYPE, FiraParams.PROTOCOL_NAME, mockParams, mockRangingCallbacks, in initSessionMaxSessions_lowestPrioritySessionReplaced()
1133 TEST_SESSION_ID_2, TEST_SESSION_TYPE, FiraParams.PROTOCOL_NAME, mockParams, in initSessionMaxSessions_lowestPrioritySessionReplaced()
[all …]