Searched defs:callbackAction (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Dialer/java/com/android/dialer/calldetails/ |
D | CallDetailsHeaderViewHolder.java | 67 private @CallbackAction int callbackAction; field in CallDetailsHeaderViewHolder 151 void updateContactInfo(DialerContact contact, @CallbackAction int callbackAction) { in updateContactInfo() 194 void updateContactInfo(CallDetailsHeaderInfo headerInfo, @CallbackAction int callbackAction) { in updateContactInfo() 211 private void setCallbackAction(@CallbackAction int callbackAction) { in setCallbackAction()
|
/packages/apps/Contacts/src/com/android/contacts/group/ |
D | GroupNameEditDialogFragment.java | 93 AccountWithDataSet account, String callbackAction) { in newInstanceForCreation() 98 AccountWithDataSet account, String callbackAction, long groupId, String groupName) { in newInstanceForUpdate() 103 AccountWithDataSet account, String callbackAction, long groupId, String groupName) { in newInstance() 252 final String callbackAction = getArguments().getString(ARG_CALLBACK_ACTION); in maybePersistCurrentGroupName() local
|
/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
D | CallLogGroupBuilder.java | 122 int callbackAction; in addGroups() local 307 void setCallbackAction(long rowId, @CallbackAction int callbackAction); in setCallbackAction()
|
D | CallLogListItemViewHolder.java | 235 public int callbackAction; field in CallLogListItemViewHolder
|
D | CallLogAdapter.java | 1374 public void setCallbackAction(long rowId, @CallbackAction int callbackAction) { in setCallbackAction()
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | ContactSaveService.java | 371 Class<? extends Activity> callbackActivity, String callbackAction) { in createNewRawContactIntent() 440 Class<? extends Activity> callbackActivity, String callbackAction, long rawContactId, in createSaveContactIntent() 461 Class<? extends Activity> callbackActivity, String callbackAction, in createSaveContactIntent() 758 String callbackAction) { in createNewGroupIntent() 817 Class<? extends Activity> callbackActivity, String callbackAction) { in createGroupRenameIntent() 911 Class<? extends Activity> callbackActivity, String callbackAction) { in createGroupUpdateIntent() 1344 long contactId2, Class<? extends Activity> callbackActivity, String callbackAction) { in createJoinContactsIntent()
|