Searched refs:prFilter (Results 1 – 1 of 1) sorted by relevance
176 IntentFilter prFilter = new IntentFilter(); in StorageStatsService() local177 prFilter.addAction(Intent.ACTION_PACKAGE_REMOVED); in StorageStatsService()178 prFilter.addAction(Intent.ACTION_PACKAGE_FULLY_REMOVED); in StorageStatsService()179 prFilter.addDataScheme("package"); in StorageStatsService()189 }, prFilter); in StorageStatsService()