Home
last modified time | relevance | path

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

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