Searched refs:sExternalFilt (Results 1 – 2 of 2) sorted by relevance
43 static final IntentFilter sExternalFilt = new IntentFilter(); field in PackageMonitor57 sExternalFilt.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);58 sExternalFilt.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);102 context.registerReceiverAsUser(this, user, sExternalFilt, null, in register()109 context.registerReceiver(this, sExternalFilt, null, mRegisteredHandler); in register()
87488 Lcom/android/internal/content/PackageMonitor;->sExternalFilt:Landroid/content/IntentFilter;