Home
last modified time | relevance | path

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

/cts/tests/tests/wifi/src/android/net/wifi/cts/
DConcurrencyTest.java134 public WifiP2pGroupList persistentGroups; field in ConcurrencyTest.MyResponse
149 persistentGroups = null; in reset()
471 WifiP2pGroupList persistentGroups = getPersistentGroups(); in removeAllPersistentGroups() local
472 assertNotNull(persistentGroups); in removeAllPersistentGroups()
473 for (WifiP2pGroup group: persistentGroups.getGroupList()) { in removeAllPersistentGroups()
483 persistentGroups = getPersistentGroups(); in removeAllPersistentGroups()
484 assertNotNull(persistentGroups); in removeAllPersistentGroups()
485 assertEquals(0, persistentGroups.getGroupList().size()); in removeAllPersistentGroups()
735 MY_RESPONSE.persistentGroups = groups; in getPersistentGroups()
743 return MY_RESPONSE.persistentGroups; in getPersistentGroups()
[all …]