Uses of Class
org.dvb.application.storage.UserRejectedInstallException

Packages that use UserRejectedInstallException
org.dvb.application.storage Provides support for storage of applications. 
 

Uses of UserRejectedInstallException in org.dvb.application.storage
 

Methods in org.dvb.application.storage that throw UserRejectedInstallException
 void ApplicationStorageController.remove(AppID appId)
          Removes a stored application from this service.
 void ApplicationStorageController.remove(AppID[] appIds)
          Removes multiple stored applications from this service.
 void StoredApplicationService.removeService()
          Remove the whole stored application service from the terminal.
 void ApplicationStorageController.store(AppProxy[] apps, boolean[] autoStart, java.lang.String[][] args)
          Installs several applications into this stored service.
 void ApplicationStorageController.store(AppProxy app, boolean autoStart, java.lang.String[] args)
          Installs an application into this stored service.