Searched refs:RescueParty (Results 1 – 11 of 11) sorted by relevance
89 .spyStatic(RescueParty.class) in setUp()141 doReturn(CURRENT_NETWORK_TIME_MILLIS).when(() -> RescueParty.getElapsedRealtime()); in setUp()142 RescueParty.resetAllThresholds(); in setUp()145 SystemProperties.set(RescueParty.PROP_RESCUE_LEVEL, in setUp()146 Integer.toString(RescueParty.LEVEL_NONE)); in setUp()147 SystemProperties.set(RescueParty.PROP_RESCUE_BOOT_COUNT, Integer.toString(0)); in setUp()148 SystemProperties.set(RescueParty.PROP_ENABLE_RESCUE, Boolean.toString(true)); in setUp()158 noteBoot(RescueParty.TRIGGER_COUNT); in testBootLoopDetectionWithExecutionForAllRescueLevels()161 assertEquals(RescueParty.LEVEL_RESET_SETTINGS_UNTRUSTED_DEFAULTS, in testBootLoopDetectionWithExecutionForAllRescueLevels()162 SystemProperties.getInt(RescueParty.PROP_RESCUE_LEVEL, RescueParty.LEVEL_NONE)); in testBootLoopDetectionWithExecutionForAllRescueLevels()[all …]
23 import com.android.server.RescueParty;
50 import com.android.server.RescueParty;310 if (RescueParty.isAttemptingFactoryReset()) { in showShutdownDialog()
90 import com.android.server.RescueParty;2805 if (RescueParty.isAttemptingFactoryReset()) { in shutdownOrRebootInternal()
56 public class RescueParty { class
105 # RescueParty.java
60 import com.android.server.RescueParty;446 RescueParty.noteAppCrash(mContext, r.uid); in crashApplicationInner()
342 import com.android.server.RescueParty;7575 RescueParty.onSettingsProviderPublished(mContext); in installSystemProviders()
693 RescueParty.noteBoot(mSystemContext); in startBootstrapServices()
5336 * Logs when RescueParty resets some set of experiment flags.5339 * frameworks/base/services/core/java/com/android/server/RescueParty.java
1669 HSPLcom/android/server/RescueParty$AppThreshold;->getStart()J1670 HSPLcom/android/server/RescueParty$AppThreshold;->setCount(I)V1671 PLcom/android/server/RescueParty$AppThreshold;->setStart(J)V1672 HSPLcom/android/server/RescueParty$BootThreshold;-><init>()V1673 HSPLcom/android/server/RescueParty$BootThreshold;->getCount()I1674 HSPLcom/android/server/RescueParty$BootThreshold;->getStart()J1675 HSPLcom/android/server/RescueParty$BootThreshold;->setCount(I)V1676 HSPLcom/android/server/RescueParty$BootThreshold;->setStart(J)V1677 HSPLcom/android/server/RescueParty$Threshold;->incrementAndTest()Z1678 HSPLcom/android/server/RescueParty;->executeRescueLevel(Landroid/content/Context;)V[all …]