Searched refs:sProfileFilter (Results 1 – 1 of 1) sorted by relevance
47 public final static IntentFilter sProfileFilter = new IntentFilter(); field in MyBaseListFragment50 sProfileFilter.addAction(Intent.ACTION_MANAGED_PROFILE_ADDED);51 sProfileFilter.addAction(Intent.ACTION_MANAGED_PROFILE_AVAILABLE);52 sProfileFilter.addAction(Intent.ACTION_MANAGED_PROFILE_REMOVED);53 sProfileFilter.addAction(Intent.ACTION_MANAGED_PROFILE_UNAVAILABLE);54 sProfileFilter.addAction(Intent.ACTION_MANAGED_PROFILE_UNLOCKED);83 getActivity().registerReceiver(mProfileReceiver, sProfileFilter); in onResume()