Searched refs:sExternalFilt (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/content/
H A DPackageMonitor.java39 static final IntentFilter sExternalFilt = new IntentFilter(); field in class:PackageMonitor
51 sExternalFilt.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
52 sExternalFilt.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
87 context.registerReceiverAsUser(this, user, sExternalFilt, null,
94 context.registerReceiver(this, sExternalFilt, null, mRegisteredHandler);

Completed in 97 milliseconds