Home
last modified time | relevance | path

Searched refs:storeRawDataToWrite (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigStoreTest.java549 mUserStore.storeRawDataToWrite(xmlBytes); in testReadWifiConfigStoreData()
627 mSharedStore.storeRawDataToWrite(fileContentsXmlStringWithOnlyStoreData1.getBytes()); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
628 mUserStore.storeRawDataToWrite(null); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
643 mSharedStore.storeRawDataToWrite(null); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
644 mUserStore.storeRawDataToWrite(fileContentsXmlStringWithOnlyStoreData2.getBytes()); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
659 mSharedStore.storeRawDataToWrite(fileContentsXmlStringWithOnlyStoreData1.getBytes()); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
660 mUserStore.storeRawDataToWrite(fileContentsXmlStringWithOnlyStoreData2.getBytes()); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
676 mSharedStore.storeRawDataToWrite( in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
678 mUserStore.storeRawDataToWrite(null); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
748 mUserStore.storeRawDataToWrite(storeFileData.getBytes(StandardCharsets.UTF_8)); in testReadUserStoreContainedUnknownSection()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConfigStore.java411 sharedStoreFile.storeRawDataToWrite(sharedDataBytes); in write()
419 userStoreFile.storeRawDataToWrite(userDataBytes); in write()
604 sharedStoreFile.storeRawDataToWrite(sharedDataBytes); in readFromSharedStoreFiles()
632 userStoreFile.storeRawDataToWrite(userDataBytes); in readFromUserStoreFiles()
923 public void storeRawDataToWrite(byte[] data) { in storeRawDataToWrite() method in WifiConfigStore.StoreFile