Home
last modified time | relevance | path

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

/frameworks/base/docs/html/about/versions/
Dandroid-1.6-highlights.jd111 adjusting settings, stopping the application, or uninstalling the application.</p>
/frameworks/base/docs/html/preview/backup/
Dindex.jd292 You initiate the restore process for your app by uninstalling and reinstalling your app. The app
/frameworks/base/docs/html/tools/help/
Dmonkeyrunner_concepts.jd152 uninstalling packages, starting an Activity, and sending keyboard or touch events to an
/frameworks/base/docs/html/tools/testing/
Dtesting_android.jd566 includes functions for connecting to a device, installing and uninstalling packages,
/frameworks/base/docs/html/tools/devices/
Demulator.jd435 <p>You can stop using the virtualization driver by uninstalling it. Re-run the installer or use
488 <p>You can stop using the virtualization kernel driver by uninstalling it. Before removing it, shut
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java5655 boolean evenPersistent, boolean uninstalling, int userId, String reason) { in forceStopPackageLocked() argument
5754 if (packageName == null || uninstalling) { in forceStopPackageLocked()