Home
last modified time | relevance | path

Searched defs:callbackAction (Results 1 – 5 of 5) 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.java97 AccountWithDataSet account, String callbackAction) { in newInstanceForCreation()
102 AccountWithDataSet account, String callbackAction, long groupId, String groupName) { in newInstanceForUpdate()
107 AccountWithDataSet account, String callbackAction, long groupId, String groupName) { in newInstance()
256 final String callbackAction = getArguments().getString(ARG_CALLBACK_ACTION); in maybePersistCurrentGroupName() local
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogGroupBuilder.java123 int callbackAction; in addGroups() local
308 void setCallbackAction(long rowId, @CallbackAction int callbackAction); in setCallbackAction()
DCallLogListItemViewHolder.java235 public int callbackAction; field in CallLogListItemViewHolder
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java375 Class<? extends Activity> callbackActivity, String callbackAction) { in createNewRawContactIntent()
444 Class<? extends Activity> callbackActivity, String callbackAction, long rawContactId, in createSaveContactIntent()
465 Class<? extends Activity> callbackActivity, String callbackAction, in createSaveContactIntent()
762 String callbackAction) { in createNewGroupIntent()
821 Class<? extends Activity> callbackActivity, String callbackAction) { in createGroupRenameIntent()
915 Class<? extends Activity> callbackActivity, String callbackAction) { in createGroupUpdateIntent()
1352 long contactId2, Class<? extends Activity> callbackActivity, String callbackAction) { in createJoinContactsIntent()