Home
last modified time | relevance | path

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

/packages/apps/PackageInstaller/src/com/android/packageinstaller/
DUninstallAppProgress.java84 private static final int UNINSTALL_IS_SLOW = 2; field in UninstallAppProgress
101 case UNINSTALL_IS_SLOW:
105 mHandler.removeMessages(UNINSTALL_IS_SLOW);
298 mHandler.sendMessageDelayed(mHandler.obtainMessage(UNINSTALL_IS_SLOW), in onCreate()