Home | History | Annotate | Download | only in contacts

Lines Matching refs:setSuperPrimary

109     public static final String ACTION_SET_SUPER_PRIMARY = "setSuperPrimary";
207 setSuperPrimary(intent);
906 private void setSuperPrimary(Intent intent) {
909 Log.e(TAG, "Invalid arguments for setSuperPrimary request");
913 ContactUpdateUtils.setSuperPrimary(this, dataId);