Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiConfigStoreTest.java580 mUserStore.storeRawDataToWrite(xmlBytes); in testReadWifiConfigStoreData()
663 mSharedStore.storeRawDataToWrite(fileContentsXmlStringWithOnlyStoreData1.getBytes()); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
664 mUserStore.storeRawDataToWrite(null); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
684 mSharedStore.storeRawDataToWrite(null); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
685 mUserStore.storeRawDataToWrite(fileContentsXmlStringWithOnlyStoreData2.getBytes()); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
705 mSharedStore.storeRawDataToWrite(fileContentsXmlStringWithOnlyStoreData1.getBytes()); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
706 mUserStore.storeRawDataToWrite(fileContentsXmlStringWithOnlyStoreData2.getBytes()); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
728 mSharedStore.storeRawDataToWrite( in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
730 mUserStore.storeRawDataToWrite(null); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
802 mUserStore.storeRawDataToWrite(storeFileData.getBytes(StandardCharsets.UTF_8)); in testReadUserStoreContainedUnknownSection()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiConfigStore.java412 sharedStoreFile.storeRawDataToWrite(sharedDataBytes); in write()
420 userStoreFile.storeRawDataToWrite(userDataBytes); in write()
605 sharedStoreFile.storeRawDataToWrite(sharedDataBytes); in readFromSharedStoreFiles()
633 userStoreFile.storeRawDataToWrite(userDataBytes); in readFromUserStoreFiles()
925 public void storeRawDataToWrite(byte[] data) { in storeRawDataToWrite() method in WifiConfigStore.StoreFile