Searched defs:Action (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DAction.java29 public interface Action extends Collapser.Collapsible<Action> { interface in inherits:Collapser.Collapsible
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DActionBatch.java81 * Action is basically like a Runnable that takes an argument.
83 public interface Action { interface in class:ActionBatch
94 public static final class StartDownloadAction implements Action {
191 public static final class InstallAfterDownloadAction implements Action {
228 public static final class EnableAction implements Action {
264 public static final class DisableAction implements Action {
311 public static final class MakeAvailableAction implements Action {
359 public static final class MarkPreInstalledAction implements Action {
402 public static final class UpdateDataAction implements Action {
451 public static final class ForgetAction implements Action {
[all...]
/packages/apps/Dialer/src/com/android/dialer/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/Gallery2/src/com/android/gallery3d/filtershow/category/
H A DAction.java41 public class Action implements RenderingRequestCaller { class in inherits:RenderingRequestCaller
43 private static final String LOGTAG = "Action";
61 public Action(FilterShowActivity context, FilterRepresentation representation, int type, method in class:Action
69 public Action(FilterShowActivity context, FilterRepresentation representation, int type) { method in class:Action
74 public Action(FilterShowActivity context, int type) { method in class:Action
80 public Action(FilterShowActivity context, FilterRepresentation representation) { method in class:Action
121 if (getType() == Action.ADD_ACTION) {
/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
433 mListener.onAction(Action.START_SEARCH_MODE);
466 mListener.onAction(Action.STOP_SEARCH_MODE);
487 mListener.onAction(Action.CHANGE_SEARCH_QUERY);

Completed in 169 milliseconds