Home
last modified time | relevance | path

Searched refs:primaryInfo (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/embedding/
DEmbeddedActivityWindowInfoTests.java117 final EmbeddedActivityWindowInfo primaryInfo = mActivityEmbeddingComponent in testGetEmbeddedActivityWindowInfo_embeddedActivity() local
122 assertEmbeddedActivityWindowInfo(primaryInfo, primaryActivity, true /* isEmbedded */); in testGetEmbeddedActivityWindowInfo_embeddedActivity()
165 final EmbeddedActivityWindowInfo primaryInfo = listener in testEmbeddedActivityWindowInfoCallback() local
170 assertEmbeddedActivityWindowInfo(primaryInfo, primaryActivity, true /* isEmbedded */); in testEmbeddedActivityWindowInfoCallback()
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DTestHelper.java1079 WifiInfo primaryInfo = null; in testMultiInternetConnectionFlowInternal() local
1086 primaryInfo = info2g; in testMultiInternetConnectionFlowInternal()
1098 primaryInfo = info5g; in testMultiInternetConnectionFlowInternal()
1111 assertNotNull("No primary network info", primaryInfo); in testMultiInternetConnectionFlowInternal()
1114 primaryInfo.equals(secondaryInfo)); in testMultiInternetConnectionFlowInternal()
1122 assertFalse("Can not connect to same bssid" + primaryInfo.getBSSID() in testMultiInternetConnectionFlowInternal()
1124 TextUtils.equals(primaryInfo.getBSSID(), secondaryInfo.getBSSID())); in testMultiInternetConnectionFlowInternal()
1127 + primaryInfo.getSSID() + " / " + secondaryInfo.getSSID(), in testMultiInternetConnectionFlowInternal()
1128 TextUtils.equals(primaryInfo.getSSID(), secondaryInfo.getSSID())); in testMultiInternetConnectionFlowInternal()
1130 + primaryInfo.getNetworkId() + " / " + secondaryInfo.getNetworkId(), in testMultiInternetConnectionFlowInternal()
[all …]