Home
last modified time | relevance | path

Searched refs:TEST_MESSAGE (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
H A DMessageTransportWrapperTest.java69 private static final SipMessage TEST_MESSAGE = new SipMessage( field in MessageTransportWrapperTest
213 .verifyOutgoingMessage(TEST_MESSAGE, 1 /*version*/); in testDelegateConnectionSendOutgoingMessage()
214 tracker.getDelegateConnection().sendMessage(TEST_MESSAGE, 1 /*version*/); in testDelegateConnectionSendOutgoingMessage()
215 verify(mISipDelegate).sendMessage(TEST_MESSAGE, 1 /*version*/); in testDelegateConnectionSendOutgoingMessage()
218 tracker.getDelegateConnection().sendMessage(TEST_MESSAGE, 1 /*version*/); in testDelegateConnectionSendOutgoingMessage()
225 .verifyOutgoingMessage(TEST_MESSAGE, 1 /*version*/); in testDelegateConnectionSendOutgoingMessage()
226 tracker.getDelegateConnection().sendMessage(TEST_MESSAGE, 1 /*version*/); in testDelegateConnectionSendOutgoingMessage()
271 tracker.getMessageCallback().onMessageReceived(TEST_MESSAGE); in testDelegateOnMessageReceived()
272 verify(mDelegateMessageCallback).onMessageReceived(TEST_MESSAGE); in testDelegateOnMessageReceived()
275 tracker.getMessageCallback().onMessageReceived(TEST_MESSAGE); in testDelegateOnMessageReceived()
[all …]
H A DTransportSipMessageValidatorTest.java64 private static final SipMessage TEST_MESSAGE = new SipMessage( field in TransportSipMessageValidatorTest
138 SIP_TRANSPORT_SESSION__SIP_MESSAGE_DIRECTION__OUTGOING, TEST_MESSAGE); in testMetricsResponse()
140 SIP_TRANSPORT_SESSION__SIP_MESSAGE_DIRECTION__INCOMING, TEST_MESSAGE); in testMetricsResponse()
168 SIP_TRANSPORT_SESSION__SIP_MESSAGE_DIRECTION__OUTGOING, TEST_MESSAGE); in testSessionTrackerFiltering()
184 assertFalse(tracker.verifyIncomingMessage(TEST_MESSAGE).isValidated); in testSessionTrackerFiltering()
221 dialogs.add(SipDialog.fromSipMessage(TEST_MESSAGE)); in testTransportClosingGracefullyCloseCallIds()
251 dialogs.add(SipDialog.fromSipMessage(TEST_MESSAGE)); in testTransportClosingGracefullyThenForceClose()
280 dialogs.add(SipDialog.fromSipMessage(TEST_MESSAGE)); in testTransportClosingGracefullyTimeout()
308 dialogs.add(SipDialog.fromSipMessage(TEST_MESSAGE)); in testTransportClosingGracefullyCleanup()
483 dialogs.add(SipDialog.fromSipMessage(TEST_MESSAGE)); in setRegStateRegThenClose()
[all …]
/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/validator/
H A DIncomingTransportStateValidatorTest.java33 private static final SipMessage TEST_MESSAGE = new SipMessage( field in IncomingTransportStateValidatorTest
49 ValidationResult result = validator.validate(TEST_MESSAGE); in testVerifyMessageAndUpdateState()
55 result = validator.validate(TEST_MESSAGE); in testVerifyMessageAndUpdateState()
59 result = validator.validate(TEST_MESSAGE); in testVerifyMessageAndUpdateState()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardIndicationRotateTextViewControllerTest.java59 private static final String TEST_MESSAGE = "test message"; field in KeyguardIndicationRotateTextViewControllerTest
209 INDICATION_TYPE_OWNER_INFO, createIndication(TEST_MESSAGE), true); in testSameMessage_noIndicationUpdate()
214 final KeyguardIndication sameIndication = createIndication(TEST_MESSAGE); in testSameMessage_noIndicationUpdate()
327 return createIndication(TEST_MESSAGE + " " + mMsgId++); in createIndication()
/aosp12/system/core/trusty/utils/trusty-ut-ctrl/
H A Dut-ctrl.c96 TEST_MESSAGE = 2, enumerator
124 } else if (rx_buf[0] == TEST_MESSAGE) { in run_trusty_unitest()
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/common/
H A DConfirmationDialogFragmentTest.java54 private static final String TEST_MESSAGE = "Test Message"; field in ConfirmationDialogFragmentTest
78 mDialogFragmentBuilder.setMessage(TEST_MESSAGE); in setup()
89 assertThat(DialogTestUtils.getMessage(dialogFragment)).isEqualTo(TEST_MESSAGE); in buildDialogFragment_hasTitleAndMessage()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DPreparationCoordinatorTest.java92 mInflationError = new Exception(TEST_MESSAGE); in setUp()
364 private static final String TEST_MESSAGE = "TEST_MESSAGE"; field in PreparationCoordinatorTest
/aosp12/system/core/trusty/libtrusty/tipc-test/
H A Dtipc_test.c598 TEST_MESSAGE = 2, in ta2ta_ipc_test() enumerator
629 } else if (rx_buf[0] == TEST_MESSAGE) { in ta2ta_ipc_test()
/aosp12/packages/apps/RemoteProvisioner/tests/unittests/
H A Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...