Home
last modified time | relevance | path

Searched refs: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() argument
191 setCallbackAction(callbackAction); in updateContactInfo()
194 void updateContactInfo(CallDetailsHeaderInfo headerInfo, @CallbackAction int callbackAction) { in updateContactInfo() argument
208 setCallbackAction(callbackAction); in updateContactInfo()
211 private void setCallbackAction(@CallbackAction int callbackAction) { in setCallbackAction() argument
212 this.callbackAction = callbackAction; in setCallbackAction()
213 switch (callbackAction) { in setCallbackAction()
227 throw Assert.createIllegalStateFailException("Invalid action: " + callbackAction); in setCallbackAction()
234 switch (callbackAction) { in onClick()
[all …]
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupNameEditDialogFragment.java97 AccountWithDataSet account, String callbackAction) { in newInstanceForCreation() argument
98 return newInstance(account, callbackAction, NO_GROUP_ID, null); in newInstanceForCreation()
102 AccountWithDataSet account, String callbackAction, long groupId, String groupName) { in newInstanceForUpdate() argument
103 return newInstance(account, callbackAction, groupId, groupName); in newInstanceForUpdate()
107 AccountWithDataSet account, String callbackAction, long groupId, String groupName) { in newInstance() argument
117 args.putString(ARG_CALLBACK_ACTION, callbackAction); in newInstance()
256 final String callbackAction = getArguments().getString(ARG_CALLBACK_ACTION); in maybePersistCurrentGroupName() local
260 name, null, getActivity().getClass(), callbackAction); in maybePersistCurrentGroupName()
263 name, getActivity().getClass(), callbackAction); in maybePersistCurrentGroupName()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogGroupBuilder.java123 int callbackAction; in addGroups() local
134 callbackAction = in addGroups()
143 final boolean isSameCallbackAction = (groupCallbackAction == callbackAction); in addGroups()
180 groupCallbackAction = callbackAction; in addGroups()
308 void setCallbackAction(long rowId, @CallbackAction int callbackAction); in setCallbackAction() argument
DCallLogListItemViewHolder.java235 public int callbackAction; field in CallLogListItemViewHolder
536 switch (callbackAction) { in updatePrimaryActionButton()
682 switch (callbackAction) { in bindActionButtons()
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java375 Class<? extends Activity> callbackActivity, String callbackAction) { in createNewRawContactIntent() argument
391 callbackIntent.setAction(callbackAction); in createNewRawContactIntent()
444 Class<? extends Activity> callbackActivity, String callbackAction, long rawContactId, in createSaveContactIntent() argument
449 callbackActivity, callbackAction, bundle, in createSaveContactIntent()
465 Class<? extends Activity> callbackActivity, String callbackAction, in createSaveContactIntent() argument
487 callbackIntent.setAction(callbackAction); in createSaveContactIntent()
762 String callbackAction) { in createNewGroupIntent() argument
774 callbackIntent.setAction(callbackAction); in createNewGroupIntent()
821 Class<? extends Activity> callbackActivity, String callbackAction) { in createGroupRenameIntent() argument
829 callbackIntent.setAction(callbackAction); in createGroupRenameIntent()
[all …]