Searched refs:ACTION_USER_SETTINGS (Results 1 – 4 of 4) sorted by relevance
68 Intent intent = new Intent(Settings.ACTION_USER_SETTINGS); in onCreateView()
236 Intent intent = new Intent(Settings.ACTION_USER_SETTINGS); in addManageUsersButton()
802 private final Intent USER_SETTINGS_INTENT = new Intent(Settings.ACTION_USER_SETTINGS);
191 public static final String ACTION_USER_SETTINGS = field in Settings