/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/ |
H A D | MessageTransportWrapperTest.java | 69 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 D | TransportSipMessageValidatorTest.java | 64 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 D | IncomingTransportStateValidatorTest.java | 33 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 D | KeyguardIndicationRotateTextViewControllerTest.java | 59 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 D | ut-ctrl.c | 96 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 D | ConfirmationDialogFragmentTest.java | 54 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 D | PreparationCoordinatorTest.java | 92 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 D | tipc_test.c | 598 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 D | tink-android-1.5.0.jar | com/google/crypto/tink/subtle/prf/StreamingPrf.class
StreamingPrf.java
package ... |