HomeSort by relevance Sort by last modified time
    Searched refs:RestrictedProfileSettings (Results 1 - 4 of 4) sorted by null

  /packages/apps/Settings/src/com/android/settings/users/
RestrictedProfileSettings.java 33 public class RestrictedProfileSettings extends AppRestrictionsFragment
EditUserInfoController.java 169 RestrictedProfileSettings.DIALOG_ID_EDIT_USER_INFO);
UserSettings.java 441 extras.putInt(RestrictedProfileSettings.EXTRA_USER_ID, userId);
442 extras.putBoolean(RestrictedProfileSettings.EXTRA_NEW_USER, newUser);
444 RestrictedProfileSettings.class.getName(),
    [all...]
EditUserPhotoController.java 328 FileProvider.getUriForFile(context, RestrictedProfileSettings.FILE_PROVIDER_AUTHORITY, fullPath);

Completed in 79 milliseconds