Home
last modified time | relevance | path

Searched defs:attr1 (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telephony/tests/src/com/android/services/telephony/domainselection/
DTelephonyDomainSelectionServiceTest.java175 SelectionAttributes attr1 = new SelectionAttributes.Builder( in testOnDomainSelection() local
194 SelectionAttributes attr1 = new SelectionAttributes.Builder( in testOnDomainSelectionWithInvalidSelectorType() local
213 SelectionAttributes attr1 = new SelectionAttributes.Builder( in testOnDomainSelectionTwiceWithDestroy() local
250 SelectionAttributes attr1 = new SelectionAttributes.Builder( in testOnDomainSelectionTwiceWithoutDestroy() local
300 SelectionAttributes attr1 = new SelectionAttributes.Builder( in testOnDestroy() local
/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
DSipSessionTrackerTest.java397 DialogAttributes attr1 = new DialogAttributes(); in testMultipleDialogs() local
400 verifyContainsCallIds(mTrackerUT.getConfirmedDialogs(), attr1); in testMultipleDialogs() local
405 verifyContainsCallIds(mTrackerUT.getConfirmedDialogs(), attr1, attr2); in testMultipleDialogs() local
411 verifyContainsCallIds(mTrackerUT.getClosedDialogs(), attr1); in testMultipleDialogs() local
466 DialogAttributes attr1 = new DialogAttributes(); in testActiveDialogsChanged() local
469 verifyContainsCallIds(mTrackerUT.getConfirmedDialogs(), attr1); in testActiveDialogsChanged() local
477 verifyContainsCallIds(mTrackerUT.getConfirmedDialogs(), attr1, attr2); in testActiveDialogsChanged() local
485 verifyContainsCallIds(mTrackerUT.getClosedDialogs(), attr1); in testActiveDialogsChanged() local
508 DialogAttributes attr1 = new DialogAttributes(); in testActiveSipDialogsChangedClearAll() local
511 verifyContainsCallIds(mTrackerUT.getConfirmedDialogs(), attr1); in testActiveSipDialogsChangedClearAll() local
[all …]
/packages/modules/NetworkStack/src/com/android/networkstack/ipmemorystore/
DIpMemoryStoreService.java312 final NetworkAttributes attr1 = in isSameNetwork() local