Searched refs:sExternalFilt (Results 1 – 1 of 1) sorted by relevance
42 static final IntentFilter sExternalFilt = new IntentFilter(); field in PackageMonitor56 sExternalFilt.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);57 sExternalFilt.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);97 context.registerReceiverAsUser(this, user, sExternalFilt, null, in register()104 context.registerReceiver(this, sExternalFilt, null, mRegisteredHandler); in register()