Home
last modified time | relevance | path

Searched refs:resetData (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
DIDataVerify.aidl31 void resetData(); in resetData() method
DDataVerify.java90 public void resetData() { in resetData() method in DataVerify.IDataVerifyStub
DWapPushTest.java1684 dataverify.resetData(); in testProcessMsg4()
1704 dataverify.resetData(); in testProcessMsg4()
2246 dataverify.resetData(); in testIntegration1()
2307 dataverify.resetData(); in testIntegration2()
2365 dataverify.resetData(); in testIntegration3()
2433 dataverify.resetData(); in testIntegration4()
2493 dataverify.resetData(); in testIntegration5()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointConfigSharedStoreData.java100 public void resetData() { in resetData() method in PasspointConfigSharedStoreData
DPasspointConfigUserStoreData.java130 public void resetData() { in resetData() method in PasspointConfigUserStoreData
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DRandomizedMacStoreData.java82 public void resetData() { in resetData() method in RandomizedMacStoreData
DSsidSetStoreData.java115 public void resetData() { in resetData() method in SsidSetStoreData
DDeletedEphemeralSsidsStoreData.java96 public void resetData() { in resetData() method in DeletedEphemeralSsidsStoreData
DWakeupConfigStoreData.java252 public void resetData() { in resetData() method in WakeupConfigStoreData
DNetworkRequestStoreData.java111 public void resetData() { in resetData() method in NetworkRequestStoreData
DWifiConfigStore.java576 storeData.resetData(); in resetStoreData()
857 void resetData(); in resetData() method
DNetworkListStoreData.java92 public void resetData() { in resetData() method in NetworkListStoreData
DNetworkSuggestionStoreData.java125 public void resetData() { in resetData() method in NetworkSuggestionStoreData
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigStoreTest.java424 verify(sharedStoreData).resetData(); in testReadWithNoSharedStoreFileAndUserStoreNotVisible()
426 verify(userStoreData, never()).resetData(); in testReadWithNoSharedStoreFileAndUserStoreNotVisible()
454 verify(userStoreData).resetData(); in testReadWithNoStoreFiles()
456 verify(sharedStoreData).resetData(); in testReadWithNoStoreFiles()
943 public void resetData() { in resetData() method in WifiConfigStoreTest.MockStoreData
DWakeupConfigStoreDataTest.java163 mWakeupConfigData.resetData(); in resetDataWipesDataSources()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DComposerHal.cpp1172 resetData(); in ~CommandReader()
1177 resetData(); in parse()
1348 void CommandReader::resetData() in resetData() function in android::Hwc2::impl::CommandReader
DComposerHal.h250 void resetData();