Searched refs:sExternalFilt (Results 1 – 1 of 1) sorted by relevance
39 static final IntentFilter sExternalFilt = new IntentFilter(); field in PackageMonitor51 sExternalFilt.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);52 sExternalFilt.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);87 context.registerReceiverAsUser(this, user, sExternalFilt, null, in register()94 context.registerReceiver(this, sExternalFilt, null, mRegisteredHandler); in register()