Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
H A DDynamicSystemInstallationService.java300 resetTaskAndStop(removeNotification); in onResult()
376 resetTaskAndStop(true); in executeDiscardCommand()
385 resetTaskAndStop(true); in executeDiscardCommand()
418 resetTaskAndStop(); in executeRebootToDynSystemCommand()
493 private void resetTaskAndStop() { in resetTaskAndStop() method in DynamicSystemInstallationService
494 resetTaskAndStop(/* removeNotification= */ false); in resetTaskAndStop()
497 private void resetTaskAndStop(boolean removeNotification) { in resetTaskAndStop() method in DynamicSystemInstallationService