Home
last modified time | relevance | path

Searched defs:Action (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DAction.java39 public abstract class Action implements Parcelable { class
126 protected Action(final String key) { in Action() method in Action
134 protected Action() { in Action() method in Action
290 public Action(final Parcel in) { in Action() method in Action
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
DAction.java41 public class Action implements RenderingRequestCaller { class
61 public Action(FilterShowActivity context, FilterRepresentation representation, int type, in Action() method in Action
69 public Action(FilterShowActivity context, FilterRepresentation representation, int type) { in Action() method in Action
74 public Action(FilterShowActivity context, int type) { in Action() method in Action
80 public Action(FilterShowActivity context, FilterRepresentation representation) { in Action() method in Action
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DAction.java29 public interface Action extends Collapser.Collapsible<Action> { interface
/packages/apps/Dialer/src/com/android/dialer/voicemail/
DVoicemailStatusHelperImpl.java60 public static enum Action { enum in VoicemailStatusHelperImpl
66 private Action(int messageId) { in Action() method in VoicemailStatusHelperImpl.Action
/packages/apps/Messaging/src/com/android/messaging/ui/
DSnackBar.java48 public static class Action { class in SnackBar
55 private Action(@Nullable Runnable actionRunnable, @Nullable String actionLabel) { in Action() method in SnackBar.Action
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
DAction.java34 public class Action implements Parcelable { class
162 protected Action(String key, String title, String description, String resourcePackageName, in Action() method in Action
/packages/apps/Contacts/src/com/android/contacts/activities/
DActionBarAdapter.java55 public abstract class Action { class
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DActionBatch.java83 public interface Action { interface in ActionBatch