Searched refs:getSectionsToParse (Results 1 – 2 of 2) sorted by relevance
655 when(storeData1.getSectionsToParse()) in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()657 when(storeData2.getSectionsToParse()) in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()676 when(storeData1.getSectionsToParse()) in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()678 when(storeData2.getSectionsToParse()) in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()697 when(storeData1.getSectionsToParse()) in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()699 when(storeData2.getSectionsToParse()) in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()720 when(storeData1.getSectionsToParse()) in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()722 when(storeData2.getSectionsToParse()) in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()834 when(sharedStoreData.getSectionsToParse()) in testReadVersion1StoreFile()840 when(userStoreData.getSectionsToParse()) in testReadVersion1StoreFile()[all …]
762 .filter(s -> s.getSectionsToParse().contains(headerName[0])) in deserializeData()1029 default HashSet<String> getSectionsToParse() { in getSectionsToParse() method