Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java1673 private String getAvailabilityIntentAction(boolean enableQuietMode, boolean useManagedActions) { in getAvailabilityIntentAction() argument
1674 return useManagedActions ? in getAvailabilityIntentAction()
1684 UserHandle parentHandle, boolean enableQuietMode, boolean useManagedActions) { in broadcastProfileAvailabilityChanges() argument
1687 getAvailabilityIntentAction(enableQuietMode, useManagedActions)); in broadcastProfileAvailabilityChanges()
1706 useManagedActions ? Intent.ACTION_MANAGED_PROFILE_AVAILABLE in broadcastProfileAvailabilityChanges()