Searched refs:persistentGroups (Results 1 – 1 of 1) sorted by relevance
134 public WifiP2pGroupList persistentGroups; field in ConcurrencyTest.MyResponse149 persistentGroups = null; in reset()471 WifiP2pGroupList persistentGroups = getPersistentGroups(); in removeAllPersistentGroups() local472 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 …]