/frameworks/base/tests/RollbackTest/StagedRollbackTest/src/com/android/tests/rollback/host/ |
D | StagedRollbackTest.java | 130 getDevice().reboot(); in deleteFiles() 140 getDevice().reboot(); in testBadApkOnly() 164 getDevice().reboot(); in testNativeWatchdogTriggersRollback() 200 getDevice().reboot(); in testNativeWatchdogTriggersRollbackForAll() 204 getDevice().reboot(); in testNativeWatchdogTriggersRollbackForAll() 240 getDevice().reboot(); in testPreviouslyAbandonedRollbacks() 242 getDevice().reboot(); in testPreviouslyAbandonedRollbacks() 253 getDevice().reboot(); in testRollbackWhitelistedApp() 260 getDevice().reboot(); in testRollbackDataPolicy() 262 getDevice().reboot(); in testRollbackDataPolicy() [all …]
|
/frameworks/base/core/tests/overlaytests/remount/src/com/android/overlaytest/remounted/ |
D | RegenerateIdmapTest.java | 36 .reboot() in testTargetUpgrade() 56 .reboot() in testTargetRelocated() 66 .reboot(); in testTargetRelocated() 79 .reboot() in testIdmapPoliciesChanged() 91 .reboot(); in testIdmapPoliciesChanged()
|
D | OverlayApexTest.java | 37 .reboot() in testApkInApexCanBeOverlaid() 56 .reboot() in testApkInApexCanOverlay()
|
D | OverlaySharedLibraryTest.java | 44 .reboot() in testSharedLibrary() 68 .reboot() in testSharedLibraryPreEnabled()
|
/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/ |
D | InvalidNewSystemAppTest.kt | 59 device.reboot() in removeApk() 66 .reboot() in verify() 75 .reboot() in verify()
|
D | OriginalPackageMigrationTest.kt | 81 .reboot() in runForApk() 91 .reboot() in runForApk()
|
/frameworks/base/tests/utils/hostutils/src/com/android/internal/util/test/ |
D | SystemPreparer.java | 145 public SystemPreparer reboot() throws DeviceNotAvailableException { in reboot() method in SystemPreparer 149 device.reboot(); in reboot() 216 reboot(); in after() 295 device.reboot(); 314 device.reboot();
|
/frameworks/base/tests/RollbackTest/NetworkStagedRollbackTest/src/com/android/tests/rollback/host/ |
D | NetworkStagedRollbackTest.java | 84 getDevice().reboot(); in testNetworkFailedRollback() 115 getDevice().reboot(); in testNetworkPassedDoesNotRollback()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
D | GlobalActionsComponent.java | 118 public void reboot(boolean safeMode) { in reboot() method in GlobalActionsComponent 120 mBarService.reboot(safeMode); in reboot()
|
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/ |
D | GlobalActions.java | 43 void reboot(boolean safeMode); in reboot() method
|
/frameworks/base/libs/hwui/tests/scripts/ |
D | prep_fugu.sh | 14 adb reboot
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | RestartAction.java | 58 mWindowManagerFuncs.reboot(false /* confirm */); in onPress()
|
/frameworks/base/core/tests/bugreports/ |
D | run.sh | 48 adb reboot &&
|
/frameworks/base/core/java/com/android/server/ |
D | BootReceiver.java | 464 String reboot = null; in logSystemServerShutdownTimeMetrics() local 483 reboot = keyValue[1]; in logSystemServerShutdownTimeMetrics() 490 logStatsdShutdownAtom(reboot, reason, start_time, duration); in logSystemServerShutdownTimeMetrics() 510 boolean reboot = false; in logStatsdShutdownAtom() 517 reboot = true; in logStatsdShutdownAtom() 551 FrameworkStatsLog.write(FrameworkStatsLog.SHUTDOWN_SEQUENCE_REPORTED, reboot, reason, start, in logStatsdShutdownAtom()
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | ShutdownThread.java | 232 public static void reboot(final Context context, String reason, boolean confirm) { in reboot() method in ShutdownThread 660 public static void rebootOrShutdown(final Context context, boolean reboot, String reason) { in rebootOrShutdown() argument 661 if (reboot) { in rebootOrShutdown() 687 private static void saveMetrics(boolean reboot, String reason) { in saveMetrics() argument 690 metricValue.append(reboot ? "y" : "n"); in saveMetrics()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/recoverysystem/ |
D | RecoverySystemServiceTest.java | 170 verify(mIPowerManager).reboot(anyBoolean(), eq("recovery"), anyBoolean()); in rebootRecoveryWithCommand_success() 245 verify(mIPowerManager).reboot(anyBoolean(), eq("foobar"), anyBoolean()); in requestLskf_subsequentRequestClearsPrepared() 292 verify(mIPowerManager).reboot(anyBoolean(), eq("ab-update"), anyBoolean()); in rebootWithLskf_Success()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ShutdownActivity.java | 56 pm.reboot(mConfirm, null, false); in onCreate()
|
/frameworks/native/include/powermanager/ |
D | IPowerManager.h | 69 virtual status_t reboot(bool confirm, const String16& reason, bool wait) = 0;
|
/frameworks/base/core/java/android/os/ |
D | IPowerManager.aidl | 71 void reboot(boolean confirm, String reason, boolean wait); in reboot() method
|
/frameworks/base/cmds/svc/src/com/android/commands/svc/ |
D | PowerCommand.java | 104 pm.reboot(false, mode, true); in run()
|
/frameworks/ml/nn/tools/ |
D | build_and_run_benchmark.sh | 38 adb -d reboot
|
/frameworks/base/wifi/tests/ |
D | README.md | 21 2. adb reboot
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgePowerManager.java | 133 public void reboot(boolean confirm, String reason, boolean wait) { in reboot() method in BridgePowerManager
|
/frameworks/base/services/core/java/com/android/server/recoverysystem/ |
D | RecoverySystemService.java | 285 pm.reboot(PowerManager.REBOOT_RECOVERY); in rebootRecoveryWithCommand() 377 pm.reboot(reason); in rebootWithLskf()
|
/frameworks/native/services/powermanager/ |
D | IPowerManager.cpp | 109 virtual status_t reboot(bool confirm, const String16& reason, bool wait) in reboot() function in android::BpPowerManager
|