Searched refs:MSG_PACKAGE_REMOVED (Results 1 – 3 of 3) sorted by relevance
76 private static final int MSG_PACKAGE_REMOVED = 2; field in BackgroundInstallControlService203 case MSG_PACKAGE_REMOVED: { in handleMessage()462 mHandler.obtainMessage(MSG_PACKAGE_REMOVED, in onStart()
179 mHandler.removeMessages(H.MSG_PACKAGE_REMOVED); in StorageStatsService()180 mHandler.sendEmptyMessage(H.MSG_PACKAGE_REMOVED); in StorageStatsService()594 private static final int MSG_PACKAGE_REMOVED = 103; field in StorageStatsService.H677 case MSG_PACKAGE_REMOVED: { in handleMessage()
197 static final int MSG_PACKAGE_REMOVED = 6; field in UsageStatsService1961 case MSG_PACKAGE_REMOVED: in handleMessage()3227 mHandler.obtainMessage(MSG_PACKAGE_REMOVED, changingUserId, 0, packageName) in onPackageRemoved()