Home
last modified time | relevance | path

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

/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DDynamicSystemInstallationService.java91 private static final String ACTION_CANCEL_INSTALL = field in DynamicSystemInstallationService
214 } else if (ACTION_CANCEL_INSTALL.equals(action)) { in onStartCommand()
565 createPendingIntent(ACTION_CANCEL_INSTALL)).build()); in buildNotification()