Home | History | Annotate | Download | only in com.example.android.basicmanagedprofile

Lines Matching full:profile

46  * Provides several functions that are available in a managed profile. This includes
48 * and wiping out all the data in the profile.
70 * {@link Button} to remove this managed profile.
75 * Whether the calculator app is enabled in this profile
80 * Whether Chrome is enabled in this profile
100 // Retrieves whether the calculator app is enabled in this profile
102 // Retrieves whether Chrome is enabled in this profile
107 * Checks if the application is available in this profile.
110 * @return True if the application is available in this profile.
118 // Return false if the app is not installed in this profile
122 // Check if the app is not hidden in this profile
198 * Enables or disables the specified app in this profile.
217 // If the app is not installed in this profile, we can enable it by
311 * Enables forwarding of share intent between private account and managed profile.
370 * Wipes out all the data related to this managed profile.