Home | History | Annotate | Download | only in wallpaper

Lines Matching refs:userFilter

931         IntentFilter userFilter = new IntentFilter();
932 userFilter.addAction(Intent.ACTION_USER_REMOVED);
942 }, userFilter);