Home
last modified time | relevance | path

Searched defs:callbackAction (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/calldetails/
DCallDetailsHeaderViewHolder.java67 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/
DGroupNameEditDialogFragment.java93 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/
DCallLogGroupBuilder.java122 int callbackAction; in addGroups() local
307 void setCallbackAction(long rowId, @CallbackAction int callbackAction); in setCallbackAction()
DCallLogListItemViewHolder.java235 public int callbackAction; field in CallLogListItemViewHolder
DCallLogAdapter.java1374 public void setCallbackAction(long rowId, @CallbackAction int callbackAction) { in setCallbackAction()
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java371 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()