Home
last modified time | relevance | path

Searched defs:attr2 (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
DSipSessionTrackerTest.java405 DialogAttributes attr2 = new DialogAttributes(); in testMultipleDialogs() local
408 verifyContainsCallIds(mTrackerUT.getConfirmedDialogs(), attr1, attr2); in testMultipleDialogs() local
413 verifyContainsCallIds(mTrackerUT.getConfirmedDialogs(), attr2); in testMultipleDialogs() local
421 verifyContainsCallIds(mTrackerUT.getClosedDialogs(), attr2); in testMultipleDialogs() local
477 DialogAttributes attr2 = new DialogAttributes(); in testActiveDialogsChanged() local
480 verifyContainsCallIds(mTrackerUT.getConfirmedDialogs(), attr1, attr2); in testActiveDialogsChanged() local
487 verifyContainsCallIds(mTrackerUT.getConfirmedDialogs(), attr2); in testActiveDialogsChanged() local
497 verifyContainsCallIds(mTrackerUT.getClosedDialogs(), attr2); in testActiveDialogsChanged() local
518 DialogAttributes attr2 = new DialogAttributes(); in testActiveSipDialogsChangedClearAll() local
521 verifyContainsCallIds(mTrackerUT.getConfirmedDialogs(), attr1, attr2); in testActiveSipDialogsChangedClearAll() local
/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/netlink/
DStructNlAttrTest.java52 final StructNlAttr attr2 = new StructNlAttr(IFLA_ADDRESS, array); in testGetValueAsMacAddress() local
66 final StructNlAttr attr2 = new StructNlAttr(IFLA_IFNAME, array); in testGetValueAsString() local
81 final StructNlAttr attr2 = new StructNlAttr(IFA_FLAGS, malformed_int); in testGetValueAsInteger() local
/packages/services/Telephony/tests/src/com/android/services/telephony/domainselection/
DTelephonyDomainSelectionServiceTest.java254 SelectionAttributes attr2 = new SelectionAttributes.Builder( in testOnDomainSelectionTwiceWithDestroy() local
284 SelectionAttributes attr2 = new SelectionAttributes.Builder( in testOnDomainSelectionTwiceWithoutDestroy() local
/packages/modules/NetworkStack/src/com/android/networkstack/ipmemorystore/
DIpMemoryStoreService.java318 final NetworkAttributes attr2 = in isSameNetwork() local