Searched refs:mSpyBootThreshold (Results 1 – 3 of 3) sorted by relevance
123 private PackageWatchdog.BootThreshold mSpyBootThreshold; field in CrashRecoveryTest497 mSpyBootThreshold = spy(watchdog.new BootThreshold( in mockCrashRecoveryProperties()505 }).when(mSpyBootThreshold).getCount(); in mockCrashRecoveryProperties()511 }).when(mSpyBootThreshold).setCount(anyInt()); in mockCrashRecoveryProperties()517 }).when(mSpyBootThreshold).getMitigationCount(); in mockCrashRecoveryProperties()523 }).when(mSpyBootThreshold).setMitigationCount(anyInt()); in mockCrashRecoveryProperties()529 }).when(mSpyBootThreshold).getStart(); in mockCrashRecoveryProperties()535 }).when(mSpyBootThreshold).setStart(anyLong()); in mockCrashRecoveryProperties()541 }).when(mSpyBootThreshold).getMitigationStart(); in mockCrashRecoveryProperties()547 }).when(mSpyBootThreshold).setMitigationStart(anyLong()); in mockCrashRecoveryProperties()[all …]
120 private PackageWatchdog.BootThreshold mSpyBootThreshold; field in PackageWatchdogTest1595 mSpyBootThreshold = spy(watchdog.new BootThreshold( in testWritingAndReadingMetadataBootMitigationCountRecoverability()1606 mSpyBootThreshold.readAllObserversBootMitigationCountIfNecessary(filePath); in testWritingAndReadingMetadataBootMitigationCountRecoverability()1755 mSpyBootThreshold = spy(watchdog.new BootThreshold( in mockCrashRecoveryProperties()1763 }).when(mSpyBootThreshold).getCount(); in mockCrashRecoveryProperties()1769 }).when(mSpyBootThreshold).setCount(anyInt()); in mockCrashRecoveryProperties()1775 }).when(mSpyBootThreshold).getMitigationCount(); in mockCrashRecoveryProperties()1781 }).when(mSpyBootThreshold).setMitigationCount(anyInt()); in mockCrashRecoveryProperties()1787 }).when(mSpyBootThreshold).getStart(); in mockCrashRecoveryProperties()1793 }).when(mSpyBootThreshold).setStart(anyLong()); in mockCrashRecoveryProperties()[all …]
126 private PackageWatchdog.BootThreshold mSpyBootThreshold; field in RescuePartyTest1145 mSpyBootThreshold = spy(watchdog.new BootThreshold( in mockCrashRecoveryProperties()1154 }).when(mSpyBootThreshold).getCount(); in mockCrashRecoveryProperties()1159 }).when(mSpyBootThreshold).setCount(anyInt()); in mockCrashRecoveryProperties()1165 }).when(mSpyBootThreshold).getMitigationCount(); in mockCrashRecoveryProperties()1171 }).when(mSpyBootThreshold).setMitigationCount(anyInt()); in mockCrashRecoveryProperties()1177 }).when(mSpyBootThreshold).getStart(); in mockCrashRecoveryProperties()1183 }).when(mSpyBootThreshold).setStart(anyLong()); in mockCrashRecoveryProperties()1189 }).when(mSpyBootThreshold).getMitigationStart(); in mockCrashRecoveryProperties()1195 }).when(mSpyBootThreshold).setMitigationStart(anyLong()); in mockCrashRecoveryProperties()[all …]