Home | History | Annotate | Download | only in settings

Lines Matching refs:userFilter

611         IntentFilter userFilter = new IntentFilter();
612 userFilter.addAction(Intent.ACTION_USER_REMOVED);
613 userFilter.addAction(Intent.ACTION_USER_STOPPED);
635 }, userFilter);