Searched refs:sdFilter (Results 1 – 6 of 6) sorted by relevance
194 IntentFilter sdFilter = new IntentFilter(); in PackageIntentReceiver() local195 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE); in PackageIntentReceiver()196 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE); in PackageIntentReceiver()197 mLoader.getContext().registerReceiver(this, sdFilter); in PackageIntentReceiver()
166 IntentFilter sdFilter = new IntentFilter(); in RegisteredServicesCache() local167 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE); in RegisteredServicesCache()168 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE); in RegisteredServicesCache()169 mContext.registerReceiver(mExternalReceiver, sdFilter); in RegisteredServicesCache()173 sdFilter.addAction(Intent.ACTION_USER_REMOVED); in RegisteredServicesCache()
1240 IntentFilter sdFilter = new IntentFilter(); in registerReceiver() local1241 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE); in registerReceiver()1242 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE); in registerReceiver()1243 mContext.registerReceiver(this, sdFilter); in registerReceiver()
933 IntentFilter sdFilter = new IntentFilter(); in initPackageTracking() local934 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE); in initPackageTracking()935 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE); in initPackageTracking()936 mContext.registerReceiver(mBroadcastReceiver, sdFilter); in initPackageTracking()
3819 IntentFilter sdFilter = new IntentFilter(); in UninstallReceiver() local3820 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE); in UninstallReceiver()3821 sdFilter.addAction(Intent.ACTION_USER_STOPPED); in UninstallReceiver()3822 sdFilter.addAction(Intent.ACTION_UID_REMOVED); in UninstallReceiver()3823 getContext().registerReceiver(this, sdFilter); in UninstallReceiver()
303 IntentFilter sdFilter = new IntentFilter(); in registerBroadcastReceiver() local304 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE); in registerBroadcastReceiver()305 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE); in registerBroadcastReceiver()307 sdFilter, null, null); in registerBroadcastReceiver()