Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
H A DDynamicSystemInstallationService.java98 private static final String ACTION_REBOOT_TO_NORMAL = field in DynamicSystemInstallationService
230 } else if (ACTION_REBOOT_TO_NORMAL.equals(action)) { in onStartCommand()
601 createPendingIntent(ACTION_REBOOT_TO_NORMAL)).build()); in buildNotification()