Searched refs:Action (Results 1 - 10 of 10) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DActionMultiMap.java23 * Provide a simple way of collecting one or more {@link Action} objects
26 public class ActionMultiMap extends HashMap<String, ArrayList<Action>> {
27 public void put(String mimeType, Action info) {
32 * Puts the (mimeType,Action) tuple into the multimap at the front if
35 public void put(String mimeType, Action info, boolean front) {
37 ArrayList<Action> collectList = get(mimeType);
41 collectList = new ArrayList<Action>();
H A DAction.java29 public interface Action extends Collapser.Collapsible<Action> { interface in inherits:Collapser.Collapsible
H A DQuickContactListFragment.java43 private List<Action> mActions;
63 public void setActions(List<Action> actions) {
94 final Action action = mActions.get(position);
165 final Action action = (Action) v.getTag();
174 final Action action = (Action) v.getTag();
188 void onItemClicked(Action action, boolean alternate);
H A DResolveCache.java120 * Get the {@link Entry} best associated with the given {@link Action},
123 protected Entry getEntry(Action action) {
199 * given {@link Action}.
201 public boolean hasResolve(Action action) {
206 * Find the best description for the given {@link Action}, usually used
209 public CharSequence getDescription(Action action) {
222 * Return the best icon for the given {@link Action}, which is usually
226 public Drawable getIcon(Action action) {
H A DQuickContactActivity.java123 private HashMap<String, Action> mDefaultsMap = new HashMap<String, Action>();
126 * Set of {@link Action} that are associated with the aggregate currently
128 * MIME-type to a list of {@link Action}.
363 final Action action = new DataAction(context, dataItem);
389 // Collapse Action Lists (remove e.g. duplicate e-mail addresses from different sources)
390 for (List<Action> actionChildren : mActions.values()) {
444 * Consider adding the given {@link Action}, which will only happen if
446 * {@link Action#getIntent()}.
452 private boolean considerAdd(Action actio
[all...]
H A DDataAction.java50 public class DataAction implements Action {
295 public boolean collapseWith(Action other) {
303 public boolean shouldCollapseWith(Action t) {
/packages/apps/Contacts/src/com/android/contacts/voicemail/
H A DVoicemailStatusHelperImpl.java60 public static enum Action { enum in class:VoicemailStatusHelperImpl
66 private Action(int messageId) { method in class:VoicemailStatusHelperImpl.Action
84 NO_CONNECTION(0, Action.CALL_VOICEMAIL, R.string.voicemail_status_voicemail_not_available,
87 NO_DATA(1, Action.CALL_VOICEMAIL, R.string.voicemail_status_voicemail_not_available,
90 MESSAGE_WAITING(2, Action.CALL_VOICEMAIL, R.string.voicemail_status_messages_waiting,
93 NO_NOTIFICATIONS(3, Action.CALL_VOICEMAIL,
96 INVITE_FOR_CONFIGURATION(4, Action.CONFIGURE_VOICEMAIL,
102 NO_DETAILED_NOTIFICATION(5, Action.NONE, -1),
104 NOT_CONFIGURED(6, Action.NONE, -1),
106 OK(7, Action
[all...]
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DActionBarAdapter.java39 import com.android.contacts.activities.ActionBarAdapter.Listener.Action;
48 public abstract class Action { class in interface:ActionBarAdapter.Listener
425 mListener.onAction(Action.START_SEARCH_MODE);
458 mListener.onAction(Action.STOP_SEARCH_MODE);
479 mListener.onAction(Action.CHANGE_SEARCH_QUERY);
H A DPeopleActivity.java626 case ActionBarAdapter.Listener.Action.START_SEARCH_MODE:
632 case ActionBarAdapter.Listener.Action.STOP_SEARCH_MODE:
637 case ActionBarAdapter.Listener.Action.CHANGE_SEARCH_QUERY:
/packages/apps/Mms/src/com/android/mms/ui/
H A DComposeMessageActivity.java1474 DrmStore.Action.RINGTONE)) {
1505 DrmStore.Action.TRANSFER)) {

Completed in 999 milliseconds