Home | History | Annotate | Download | only in contacts

Lines Matching refs:setSuperPrimary

127     public static final String ACTION_SET_SUPER_PRIMARY = "setSuperPrimary";
338 setSuperPrimary(intent);
1133 private void setSuperPrimary(Intent intent) {
1136 Log.e(TAG, "Invalid arguments for setSuperPrimary request");
1140 ContactUpdateUtils.setSuperPrimary(this, dataId);