Searched refs:mProfileFilterActions (Results 1 – 1 of 1) sorted by relevance
1172 private final List<String> mProfileFilterActions = Lists.newArrayList( field in CrossProfileListeners1184 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()