Searched refs:sdFilter (Results 1 – 4 of 4) sorted by relevance
75 IntentFilter sdFilter = new IntentFilter(); in RegisteredComponentCache() local76 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE); in RegisteredComponentCache()77 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE); in RegisteredComponentCache()78 mContext.registerReceiver(receiver, sdFilter); in RegisteredComponentCache()
98 IntentFilter sdFilter = new IntentFilter(); in Sources() local99 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE); in Sources()100 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE); in Sources()101 mApplicationContext.registerReceiver(this, sdFilter); in Sources()
281 IntentFilter sdFilter = new IntentFilter(); in AccountTypeManagerImpl() local282 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE); in AccountTypeManagerImpl()283 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE); in AccountTypeManagerImpl()284 mContext.registerReceiver(mBroadcastReceiver, sdFilter); in AccountTypeManagerImpl()
260 IntentFilter sdFilter = new IntentFilter(); in registerReceiver() local261 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE); in registerReceiver()262 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE); in registerReceiver()263 mContext.registerReceiver(this, sdFilter); in registerReceiver()