Searched defs:Action (Results 1 - 8 of 8) 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 {
160 public static final class InstallAfterDownloadAction implements Action {
205 public static final class EnableAction implements Action {
241 public static final class DisableAction implements Action {
283 public static final class MakeAvailableAction implements Action {
332 public static final class MarkPreInstalledAction implements Action {
376 public static final class UpdateDataAction implements Action {
426 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/Messaging/src/com/android/messaging/datamodel/action/
H A DAction.java39 public abstract class Action implements Parcelable { class in inherits:Parcelable
49 private final List<Action> mBackgroundActions = new LinkedList<Action>();
73 * or {@link #processBackgroundFailure}) on the Action thread.
76 protected void requestBackgroundWork(final Action backgroundAction) {
98 * be called. {@link #processBackgroundFailure} will be called on the Action service thread
126 protected Action(final String key) { method in class:Action
134 protected Action() { method in class:Action
202 * (or failure) to the Action service
280 * to parcel Action membe
290 public Action(final Parcel in) { method in class:Action
[all...]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
H A DAction.java34 public class Action implements Parcelable { class in inherits:Parcelable
36 private static final String TAG = "Action";
62 * Builds a Action object.
79 public Action build() {
80 return new Action(
162 protected Action(String key, String title, String description, String resourcePackageName, method in class:Action
181 * Returns a list of {@link Action} with the specified keys and titles
186 public static ArrayList<Action> createActionsFromArrays(String[] keys, String[] titles) {
191 * Returns a list of {@link Action} with the specified keys and titles
196 public static ArrayList<Action> createActionsFromArray
[all...]
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DSnackBar.java48 public static class Action { class in class:SnackBar
55 private Action(@Nullable Runnable actionRunnable, @Nullable String actionLabel) { method in class:SnackBar.Action
68 public static Action createUndoAction(final Runnable undoRunnable) {
73 public static Action createRetryAction(final Runnable retryRunnable) {
79 public static Action createCustomAction(final Runnable runnable, final String actionLabel) {
80 return new Action(runnable, actionLabel);
130 private Action mAction;
149 public Builder setAction(final Action action) {
196 private final Action mAction;
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DActionBarAdapter.java45 import com.android.contacts.activities.ActionBarAdapter.Listener.Action;
55 public abstract class Action { class in interface:ActionBarAdapter.Listener
242 mListener.onAction(Action.CHANGE_SEARCH_QUERY);
436 mListener.onAction(Action.BEGIN_STOPPING_SEARCH_AND_SELECTION_MODE);
534 mListener.onAction(Action.START_SEARCH_MODE);
537 mListener.onAction(Action.START_SELECTION_MODE);
540 mListener.onAction(Action.STOP_SEARCH_AND_SELECTION_MODE);

Completed in 795 milliseconds