Searched refs:deleteAllSignals (Results 1 – 5 of 5) sorted by relevance
231 public abstract int deleteAllSignals(); in deleteAllSignals() method in ProtectedSignalsDao
790 verify(mProtectedSignalsDaoMock).deleteAllSignals(); in testDataIsResetAfterConsentIsRevoked()834 verify(mProtectedSignalsDaoMock).deleteAllSignals(); in testDataIsResetAfterConsentIsRevokedFrequencyCapFilteringDisabled()856 verify(mProtectedSignalsDaoMock).deleteAllSignals(); in testDataIsResetAfterConsentIsRevokedAppInstallFilteringDisabled()874 verify(mProtectedSignalsDaoMock).deleteAllSignals(); in testDataIsResetAfterConsentIsGiven()2023 verify(mProtectedSignalsDaoMock, times(2)).deleteAllSignals(); in testResetAllAppConsentAndAppData_ppApiOnly()2044 verify(mProtectedSignalsDaoMock).deleteAllSignals(); in testResetAllAppConsentAndAppData_systemServerOnly()2104 verify(mProtectedSignalsDaoMock, times(2)).deleteAllSignals(); in testResetAllAppConsentAndAppData_ppApiAndSystemServer()2181 verify(mProtectedSignalsDaoMock, times(2)).deleteAllSignals(); in testResetAllowedAppConsentAndAppData_ppApiOnly()2202 verify(mProtectedSignalsDaoMock).deleteAllSignals(); in testResetAllowedAppConsentAndAppData_systemServerOnly()2264 verify(mProtectedSignalsDaoMock).deleteAllSignals(); in testResetAllowedAppConsentAndAppData_ppApiAndSystemServer()
155 mProtectedSignalsDao.deleteAllSignals(); in testTwoSignalsDeleteAll()
829 asyncExecute(mProtectedSignalsDao::deleteAllSignals);868 asyncExecute(mProtectedSignalsDao::deleteAllSignals);
652 asyncExecute(mProtectedSignalsDao::deleteAllSignals); in resetAppsAndBlockedApps()