Searched refs:storeRawDataToWrite (Results 1 – 2 of 2) sorted by relevance
520 mUserStore.storeRawDataToWrite(xmlBytes); in testReadWifiConfigStoreData()608 mSharedStore.storeRawDataToWrite(fileContentsXmlStringWithOnlyStoreData1.getBytes()); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()609 mUserStore.storeRawDataToWrite(null); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()624 mSharedStore.storeRawDataToWrite(null); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()625 mUserStore.storeRawDataToWrite(fileContentsXmlStringWithOnlyStoreData2.getBytes()); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()640 mSharedStore.storeRawDataToWrite(fileContentsXmlStringWithOnlyStoreData1.getBytes()); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()641 mUserStore.storeRawDataToWrite(fileContentsXmlStringWithOnlyStoreData2.getBytes()); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()657 mSharedStore.storeRawDataToWrite( in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()659 mUserStore.storeRawDataToWrite(null); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()732 mUserStore.storeRawDataToWrite(storeFileData.getBytes(StandardCharsets.UTF_8)); in testReadUserStoreContainedUnknownData()[all …]
366 mSharedStore.storeRawDataToWrite(sharedDataBytes); in write()373 userStoreFile.storeRawDataToWrite(userDataBytes); in write()719 public void storeRawDataToWrite(byte[] data) { in storeRawDataToWrite() method in WifiConfigStore.StoreFile