Searched defs:setSuperPrimary (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/database/
H A DContactUpdateUtils.java32 public static void setSuperPrimary(Context context, long dataId) { method in class:ContactUpdateUtils
34 Log.e(TAG, "Invalid arguments for setSuperPrimary request");
/packages/apps/Dialer/java/com/android/contacts/common/database/
H A DContactUpdateUtils.java30 public static void setSuperPrimary(Context context, long dataId) { method in class:ContactUpdateUtils
32 Log.e(TAG, "Invalid arguments for setSuperPrimary request");
/packages/apps/Contacts/src/com/android/contacts/model/
H A DValuesDelta.java503 public void setSuperPrimary(boolean val) { method in class:ValuesDelta
/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java127 public static final String ACTION_SET_SUPER_PRIMARY = "setSuperPrimary";
338 setSuperPrimary(intent);
1133 private void setSuperPrimary(Intent intent) { method in class:ContactSaveService
1136 Log.e(TAG, "Invalid arguments for setSuperPrimary request");
1140 ContactUpdateUtils.setSuperPrimary(this, dataId);

Completed in 175 milliseconds