Searched refs:sExternalFilt (Results 1 – 1 of 1) sorted by relevance
40 static final IntentFilter sExternalFilt = new IntentFilter(); field in PackageMonitor54 sExternalFilt.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);55 sExternalFilt.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);93 context.registerReceiverAsUser(this, user, sExternalFilt, null, in register()100 context.registerReceiver(this, sExternalFilt, null, mRegisteredHandler); in register()