Searched refs:attr2 (Results 1 – 3 of 3) sorted by relevance
/cts/tests/vibrator/src/android/os/cts/ |
D | VibrationAttributesTest.java | 153 VibrationAttributes attr2 = new VibrationAttributes.Builder(audioAttributes).build(); in testEquals() local 154 assertEquals(attr, attr2); in testEquals() 160 VibrationAttributes attr2 = createForAudioUsage(AudioAttributes.USAGE_NOTIFICATION_EVENT); in testNotEqualsDifferentAudioUsage() local 161 assertEquals(attr.getUsage(), attr2.getUsage()); in testNotEqualsDifferentAudioUsage() 162 assertNotEquals(attr, attr2); in testNotEqualsDifferentAudioUsage() 169 VibrationAttributes attr2 = VibrationAttributes.createForUsage( in testNotEqualsDifferentVibrationUsage() local 171 assertNotEquals(attr, attr2); in testNotEqualsDifferentVibrationUsage() 179 VibrationAttributes attr2 = new VibrationAttributes.Builder(audioAttributes).setFlags(1, 1) in testNotEqualsDifferentFlags() local 181 assertNotEquals(attr, attr2); in testNotEqualsDifferentFlags()
|
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
D | SipDelegateManagerTest.java | 542 SipDialogAttributes attr2 = new SipDialogAttributes(); in testSipDialogStateChangesOnMultipleDelegates() local 543 SipDialogAttributes invAttr2 = attr2.fromExisting().copyWithNewBranch(); in testSipDialogStateChangesOnMultipleDelegates() 549 attr2); in testSipDialogStateChangesOnMultipleDelegates() 1498 SipDialogAttributes attr2 = new SipDialogAttributes(); in testActiveDialogPendingNewInvite() local 1499 attr2.addAcceptContactTag(ONE_TO_ONE_CHAT_TAG); in testActiveDialogPendingNewInvite() 1501 sendDeniedChatInvite(attr2, ifaces, in testActiveDialogPendingNewInvite() 1621 SipDialogAttributes attr2 = new SipDialogAttributes(); in testCloseMultipleSessionsPendingBye() local 1622 sendChatInvite(attr2, ifaces); in testCloseMultipleSessionsPendingBye() 1628 receive200OkResponse(attr2, ifaces); in testCloseMultipleSessionsPendingBye() 1631 sendAck(attr2, ifaces); in testCloseMultipleSessionsPendingBye() [all …]
|
/cts/tests/tests/media/audio/src/android/media/audio/cts/ |
D | AudioAttributesTest.java | 260 AudioAttributes attr2 = builder2.build(); in testSetLegacyStreamOnBuilder() local 262 assertEquals(attr1, attr2); in testSetLegacyStreamOnBuilder()
|