Home
last modified time | relevance | path

Searched refs: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() 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.java93 AccountWithDataSet account, String callbackAction) { in newInstanceForCreation() argument
94 return newInstance(account, callbackAction, NO_GROUP_ID, null); in newInstanceForCreation()
98 AccountWithDataSet account, String callbackAction, long groupId, String groupName) { in newInstanceForUpdate() argument
99 return newInstance(account, callbackAction, groupId, groupName); in newInstanceForUpdate()
103 AccountWithDataSet account, String callbackAction, long groupId, String groupName) { in newInstance() argument
113 args.putString(ARG_CALLBACK_ACTION, callbackAction); in newInstance()
252 final String callbackAction = getArguments().getString(ARG_CALLBACK_ACTION); in maybePersistCurrentGroupName() local
256 name, null, getActivity().getClass(), callbackAction); in maybePersistCurrentGroupName()
259 name, getActivity().getClass(), callbackAction); in maybePersistCurrentGroupName()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogGroupBuilder.java122 int callbackAction; in addGroups() local
133 callbackAction = in addGroups()
142 final boolean isSameCallbackAction = (groupCallbackAction == callbackAction); in addGroups()
179 groupCallbackAction = callbackAction; in addGroups()
307 void setCallbackAction(long rowId, @CallbackAction int callbackAction); in setCallbackAction() argument
DCallLogAdapter.java909 viewHolder.callbackAction = getCallbackAction(viewHolder.rowId); in loadAndRender()
1374 public void setCallbackAction(long rowId, @CallbackAction int callbackAction) { in setCallbackAction() argument
1375 callbackActions.put(rowId, callbackAction); in setCallbackAction()
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.java371 Class<? extends Activity> callbackActivity, String callbackAction) { in createNewRawContactIntent() argument
387 callbackIntent.setAction(callbackAction); in createNewRawContactIntent()
440 Class<? extends Activity> callbackActivity, String callbackAction, long rawContactId, in createSaveContactIntent() argument
445 callbackActivity, callbackAction, bundle, in createSaveContactIntent()
461 Class<? extends Activity> callbackActivity, String callbackAction, in createSaveContactIntent() argument
483 callbackIntent.setAction(callbackAction); in createSaveContactIntent()
758 String callbackAction) { in createNewGroupIntent() argument
770 callbackIntent.setAction(callbackAction); in createNewGroupIntent()
817 Class<? extends Activity> callbackActivity, String callbackAction) { in createGroupRenameIntent() argument
825 callbackIntent.setAction(callbackAction); in createGroupRenameIntent()
[all …]