Home | History | Annotate | Download | only in server

Lines Matching defs:sdFilter

2792             IntentFilter sdFilter = new IntentFilter();
2793 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
2794 sdFilter.addAction(Intent.ACTION_USER_STOPPED);
2795 sdFilter.addAction(Intent.ACTION_UID_REMOVED);
2796 getContext().registerReceiver(this, sdFilter);