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

  /external/chromium_org/chrome/browser/ui/cocoa/
profile_menu_controller.h 41 - (IBAction)editProfile:(id)sender;
  /external/chromium_org/chrome/browser/ui/cocoa/browser/
avatar_menu_bubble_controller.h 44 - (IBAction)editProfile:(id)sender;
94 - (IBAction)editProfile:(id)sender;
  /packages/apps/Settings/src/com/android/settings/users/
UserSettings.java 722 Intent editProfile;
724 editProfile = new Intent(Intent.ACTION_INSERT, Contacts.CONTENT_URI);
726 editProfile.putExtra("newLocalProfile", true);
728 editProfile = new Intent(Intent.ACTION_EDIT, ContactsContract.Profile.CONTENT_URI);
732 editProfile.putExtra("finishActivityOnSaveCompleted", true);
738 startActivity(editProfile);

Completed in 86 milliseconds