Searched refs:storeRawDataToWrite (Results 1 – 2 of 2) sorted by relevance
540 mUserStore.storeRawDataToWrite(xmlBytes); in testReadWifiConfigStoreData()628 mSharedStore.storeRawDataToWrite(fileContentsXmlStringWithOnlyStoreData1.getBytes()); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()629 mUserStore.storeRawDataToWrite(null); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()644 mSharedStore.storeRawDataToWrite(null); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()645 mUserStore.storeRawDataToWrite(fileContentsXmlStringWithOnlyStoreData2.getBytes()); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()660 mSharedStore.storeRawDataToWrite(fileContentsXmlStringWithOnlyStoreData1.getBytes()); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()661 mUserStore.storeRawDataToWrite(fileContentsXmlStringWithOnlyStoreData2.getBytes()); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()677 mSharedStore.storeRawDataToWrite( in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()679 mUserStore.storeRawDataToWrite(null); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()752 mUserStore.storeRawDataToWrite(storeFileData.getBytes(StandardCharsets.UTF_8)); in testReadUserStoreContainedUnknownData()[all …]
401 mSharedStore.storeRawDataToWrite(sharedDataBytes); in write()408 userStoreFile.storeRawDataToWrite(userDataBytes); in write()785 public void storeRawDataToWrite(byte[] data) { in storeRawDataToWrite() method in WifiConfigStore.StoreFile