Searched refs:sdFilter (Results 1 – 5 of 5) sorted by relevance
168 IntentFilter sdFilter = new IntentFilter(); in RegisteredServicesCache() local169 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE); in RegisteredServicesCache()170 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE); in RegisteredServicesCache()171 mContext.registerReceiver(mExternalReceiver, sdFilter); in RegisteredServicesCache()175 sdFilter.addAction(Intent.ACTION_USER_REMOVED); in RegisteredServicesCache()
1415 IntentFilter sdFilter = new IntentFilter(); in registerReceiver() local1416 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE); in registerReceiver()1417 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE); in registerReceiver()1418 mContext.registerReceiver(this, sdFilter); in registerReceiver()
884 IntentFilter sdFilter = new IntentFilter(); in initPackageTracking() local885 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE); in initPackageTracking()886 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE); in initPackageTracking()890 sdFilter, in initPackageTracking()
4333 IntentFilter sdFilter = new IntentFilter(); in UninstallReceiver() local4334 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE); in UninstallReceiver()4335 sdFilter.addAction(Intent.ACTION_USER_STOPPED); in UninstallReceiver()4336 sdFilter.addAction(Intent.ACTION_UID_REMOVED); in UninstallReceiver()4337 getContext().registerReceiver(this, sdFilter); in UninstallReceiver()
1798 IntentFilter sdFilter = new IntentFilter(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE); in onStart() local1799 getContext().registerReceiverAsUser(mPackageIntentReceiver, UserHandle.ALL, sdFilter, null, in onStart()