Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/
DPhotoPickerActivity.java1172 private final List<String> mProfileFilterActions = Lists.newArrayList( field in CrossProfileListeners
1184 mProfileFilterActions.add(Intent.ACTION_PROFILE_ADDED); in CrossProfileListeners()
1185 mProfileFilterActions.add(Intent.ACTION_PROFILE_REMOVED); in CrossProfileListeners()
1186 mProfileFilterActions.add(Intent.ACTION_PROFILE_UNAVAILABLE); in CrossProfileListeners()
1187 mProfileFilterActions.add(Intent.ACTION_PROFILE_AVAILABLE); in CrossProfileListeners()
1266 for (String profileAction : mProfileFilterActions) { in registerBroadcastReceivers()