Searched refs:storeData1Name (Results 1 – 1 of 1) sorted by relevance
636 String storeData1Name = "test1"; in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem() local645 String.format(TEST_DATA_XML_STRING_FORMAT_V1_WITH_ONE_DATA_SOURCE, storeData1Name); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()650 storeData1Name, storeData2Name); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()653 when(storeData1.getName()).thenReturn(storeData1Name); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()656 .thenReturn(new HashSet<>(Collections.singleton(storeData1Name))); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()674 when(storeData1.getName()).thenReturn(storeData1Name); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()677 .thenReturn(new HashSet<>(Collections.singleton(storeData1Name))); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()695 when(storeData1.getName()).thenReturn(storeData1Name); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()698 .thenReturn(new HashSet<>(Collections.singleton(storeData1Name))); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()718 when(storeData1.getName()).thenReturn(storeData1Name); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()[all …]