Searched refs:attr2 (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/netlink/ |
D | StructNlAttrTest.java | 52 final StructNlAttr attr2 = new StructNlAttr(IFLA_ADDRESS, array); in testGetValueAsMacAddress() local 53 final MacAddress address2 = attr2.getValueAsMacAddress(); in testGetValueAsMacAddress() 66 final StructNlAttr attr2 = new StructNlAttr(IFLA_IFNAME, array); in testGetValueAsString() local 67 final String str2 = attr2.getValueAsString(); in testGetValueAsString() 81 final StructNlAttr attr2 = new StructNlAttr(IFA_FLAGS, malformed_int); in testGetValueAsInteger() local 82 final Integer integer2 = attr2.getValueAsInteger(); in testGetValueAsInteger() 83 final int int2 = attr2.getValueAsInt(0x08 /* default value */); in testGetValueAsInteger()
|
/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/ |
D | SipSessionTrackerTest.java | 402 DialogAttributes attr2 = new DialogAttributes(); in testMultipleDialogs() local 403 createConfirmedDialog(attr2); in testMultipleDialogs() 405 verifyContainsCallIds(mTrackerUT.getConfirmedDialogs(), attr1, attr2); in testMultipleDialogs() local 410 verifyContainsCallIds(mTrackerUT.getConfirmedDialogs(), attr2); in testMultipleDialogs() local 414 byeRequest = generateSipRequest(SipMessageUtils.BYE_SIP_METHOD, attr2); in testMultipleDialogs() 415 filterMessage(byeRequest, attr2); in testMultipleDialogs() 418 verifyContainsCallIds(mTrackerUT.getClosedDialogs(), attr2); in testMultipleDialogs() local 419 mTrackerUT.cleanupSession(attr2.callId); in testMultipleDialogs() 474 DialogAttributes attr2 = new DialogAttributes(); in testActiveDialogsChanged() local 475 createConfirmedDialog(attr2); in testActiveDialogsChanged() [all …]
|
/packages/services/Telephony/tests/src/com/android/services/telephony/domainselection/ |
D | TelephonyDomainSelectionServiceTest.java | 254 SelectionAttributes attr2 = new SelectionAttributes.Builder( in testOnDomainSelectionTwiceWithDestroy() local 259 mDomainSelectionService.onDomainSelection(attr2, mSelectorCallback2); in testOnDomainSelectionTwiceWithDestroy() 265 verify(mDomainSelectorBase2).selectDomain(eq(attr2), eq(mSelectorCallback2)); in testOnDomainSelectionTwiceWithDestroy() 284 SelectionAttributes attr2 = new SelectionAttributes.Builder( in testOnDomainSelectionTwiceWithoutDestroy() local 289 mDomainSelectionService.onDomainSelection(attr2, mSelectorCallback2); in testOnDomainSelectionTwiceWithoutDestroy() 295 verify(mDomainSelectorBase2).selectDomain(eq(attr2), eq(mSelectorCallback2)); in testOnDomainSelectionTwiceWithoutDestroy()
|
/packages/modules/NetworkStack/src/com/android/networkstack/ipmemorystore/ |
D | IpMemoryStoreService.java | 314 final NetworkAttributes attr2 = in isSameNetwork() local 316 if (null == attr1 || null == attr2) { in isSameNetwork() 322 final float confidence = attr1.getNetworkGroupSamenessConfidence(attr2); in isSameNetwork()
|