Searched refs:storeRawDataToWrite (Results 1 – 2 of 2) sorted by relevance
441 mUserStore.storeRawDataToWrite(xmlBytes); in testReadWifiConfigStoreData()527 mSharedStore.storeRawDataToWrite(fileContentsXmlStringWithOnlyStoreData1.getBytes()); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()528 mUserStore.storeRawDataToWrite(null); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()539 mSharedStore.storeRawDataToWrite(null); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()540 mUserStore.storeRawDataToWrite(fileContentsXmlStringWithOnlyStoreData2.getBytes()); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()551 mSharedStore.storeRawDataToWrite(fileContentsXmlStringWithOnlyStoreData1.getBytes()); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()552 mUserStore.storeRawDataToWrite(fileContentsXmlStringWithOnlyStoreData2.getBytes()); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()564 mSharedStore.storeRawDataToWrite( in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()566 mUserStore.storeRawDataToWrite(null); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()593 mUserStore.storeRawDataToWrite(storeFileData.getBytes(StandardCharsets.UTF_8)); in testReadUserStoreContainedUnknownData()[all …]
253 mSharedStore.storeRawDataToWrite(sharedDataBytes); in write()256 mUserStore.storeRawDataToWrite(userDataBytes); in write()526 public void storeRawDataToWrite(byte[] data) { in storeRawDataToWrite() method in WifiConfigStore.StoreFile