Home
last modified time | relevance | path

Searched defs:Action (Results 1 – 15 of 15) 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/Dialer/java/com/android/dialer/voicemail/listui/error/
DVoicemailErrorMessage.java56 public static class Action { class in VoicemailErrorMessage
62 public Action(CharSequence text, View.OnClickListener listener) { in Action() method in VoicemailErrorMessage.Action
66 public Action(CharSequence text, View.OnClickListener listener, boolean raised) { in Action() method in VoicemailErrorMessage.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/DocumentsUI/src/com/android/documentsui/inspector/actions/
DAction.java32 public abstract class Action { class
41 public Action(Context context, PackageManager pm, DocumentInfo doc) { in Action() method in Action
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DAction.java28 public interface Action extends Collapser.Collapsible<Action> { interface
/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/
DPlayPauseStopImageView.java51 public @interface Action {} annotation in PlayPauseStopImageView
/packages/apps/Dialer/java/com/android/dialer/searchfragment/list/
DSearchActionViewHolder.java53 @interface Action { annotation in SearchActionViewHolder
/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
154 protected Action(String key, String title, String description, String resourcePackageName, in Action() method in Action
/packages/apps/Dialer/java/com/android/bubble/
DBubbleInfo.java79 public abstract static class Action { class in BubbleInfo
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestEvents.java71 public @interface Action {} annotation in TestEvents
/packages/apps/Contacts/src/com/android/contacts/activities/
DActionBarAdapter.java62 public abstract class Action { class
/packages/apps/Launcher3/protos/
Dlauncher_log.proto133 message Action { message
/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/playback/
DPlaybackViewModel.java92 public @interface Action { annotation in PlaybackViewModel
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DActionBatch.java83 public interface Action { interface in ActionBatch