Home
last modified time | relevance | path

Searched refs:sProfileFilter (Results 1 – 1 of 1) sorted by relevance

/development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
DMyBaseListFragment.java47 public final static IntentFilter sProfileFilter = new IntentFilter(); field in MyBaseListFragment
50 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()