Searched refs:prFilter (Results 1 – 1 of 1) sorted by relevance
170 IntentFilter prFilter = new IntentFilter(); in StorageStatsService() local171 prFilter.addAction(Intent.ACTION_PACKAGE_REMOVED); in StorageStatsService()172 prFilter.addAction(Intent.ACTION_PACKAGE_FULLY_REMOVED); in StorageStatsService()173 prFilter.addDataScheme("package"); in StorageStatsService()183 }, prFilter); in StorageStatsService()