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

/frameworks/base/drm/java/android/drm/
H A DDrmStore.java28 * {@link android.drm.DrmStore.Action actions} that can be performed
41 * {@link android.drm.DrmStore.Action action}.
50 * {@link android.drm.DrmStore.Action action}.
58 * an {@link android.drm.DrmStore.Action action} can be performed on
67 * an {@link android.drm.DrmStore.Action action} can not be performed on
163 public static class Action { class in class:DrmStore
218 public Action() {} method in class:DrmStore.Action
H A DDrmManagerClient.java362 * @param action Action defined in {@link DrmStore.Action}.
369 if (null == path || path.equals("") || !DrmStore.Action.isValid(action)) {
394 * @param action Action defined in {@link DrmStore.Action}.
645 return checkRightsStatus(path, DrmStore.Action.DEFAULT);
664 * {@link DrmStore.Action}.
667 * @param action The {@link DrmStore.Action} to perform.
672 if (null == path || path.equals("") || !DrmStore.Action.isValid(action)) {
680 * {@link DrmStore.Action}
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolver.h34 enum Action { enum in class:mcld::Resolver
H A DEhFrameReader.h68 /// Action - the transition function of autometa.
72 typedef bool (*Action)(EhFrame& pEhFrame, typedef in class:mcld::EhFrameReader
/frameworks/av/include/drm/
H A Ddrm_framework_common.h152 class Action { class in namespace:android
154 Action();
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java119 * Broadcast Action: The TextToSpeech synthesizer has completed processing
291 * Activity Action: Triggers the platform TextToSpeech engine to
304 * Broadcast Action: broadcast to signal the change in the list of available
312 * Activity Action: Starts the activity from the platform TextToSpeech
613 private <R> R runActionNoReconnect(Action<R> action, R errorResult, String method,
618 private <R> R runAction(Action<R> action, R errorResult, String method) {
622 private <R> R runAction(Action<R> action, R errorResult, String method,
727 runActionNoReconnect(new Action<Void>() {
892 return runAction(new Action<Integer>() {
932 return runAction(new Action<Intege
1600 private interface Action<R> { interface in class:TextToSpeech
[all...]
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java97 private ArrayList<Action> mActions;
238 private abstract static class Action implements Parcelable { class in class:RemoteViews
290 HashMap<String, Action> map = new HashMap<String, Action>();
292 mActions = new ArrayList<Action>();
297 Action a = mActions.get(i);
301 ArrayList<Action> newActions = copy.mActions;
305 Action a = newActions.get(i);
308 if (map.containsKey(key) && mergeBehavior == Action.MERGE_REPLACE) {
314 if (mergeBehavior == Action
[all...]
/frameworks/base/core/java/android/app/
H A DNotification.java589 public static class Action implements Parcelable { class in class:Notification
604 private Action() { } method in class:Notification.Action
605 private Action(Parcel in) { method in class:Notification.Action
615 public Action(int icon, CharSequence title, PendingIntent intent) { method in class:Notification.Action
622 public Action clone() {
623 return new Action(
644 public static final Parcelable.Creator<Action> CREATOR
645 = new Parcelable.Creator<Action>() {
646 public Action createFromParcel(Parcel in) {
647 return new Action(i
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java122 for (Action action: b.mActions) {
172 * For example, action buttons won't appear on platforms prior to Android 4.1. Action
202 ArrayList<Action> mActions = new ArrayList<Action>();
547 * Action buttons won't appear on platforms prior to Android 4.1. Action
560 mActions.add(new Action(icon, title, intent));
819 public static class Action { class in class:NotificationCompat
824 public Action(int icon_, CharSequence title_, PendingIntent intent_) { method in class:NotificationCompat.Action
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp273 case Action::DEFAULT:
274 case Action::PLAY:
275 case Action::RINGTONE:
276 case Action::OUTPUT:
277 case Action::PREVIEW:
278 case Action::EXECUTE:
279 case Action::DISPLAY:
283 case Action::TRANSFER:
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.h82 struct Action;
122 List<sp<Action> > mDeferredActions;
H A DNuPlayer.cpp53 struct NuPlayer::Action : public RefBase { struct in class:android::NuPlayer
54 Action() {} function in struct:android::NuPlayer::Action
59 DISALLOW_EVIL_CONSTRUCTORS(Action);
62 struct NuPlayer::SeekAction : public Action {
77 struct NuPlayer::SetSurfaceAction : public Action {
92 struct NuPlayer::ShutdownDecoderAction : public Action {
109 struct NuPlayer::PostMessageAction : public Action {
126 struct NuPlayer::SimpleAction : public Action {
1233 sp<Action> action = *mDeferredActions.begin();
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DGlobalActions.java76 * Helper to show the global actions dialog. Each item is an {@link Action} that
91 private ArrayList<Action> mItems;
94 private Action mSilentModeAction;
236 mItems = new ArrayList<Action>();
365 private void addUsersToMenu(ArrayList<Action> items) {
452 final Action action = mItems.get(i);
475 public Action getItem(int position) {
479 final Action action = mItems.get(i);
505 Action action = getItem(position);
519 private interface Action { interface in class:GlobalActions
[all...]
/frameworks/base/docs/html/design/
H A Ddesign_toc.cs33 <li><a href="<?cs var:toroot ?>design/patterns/actionbar.html">Action Bar</a></li>
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs47 >Adding the Action Bar</a>
51 Setting Up the Action Bar
55 Adding Action Buttons
59 Styling the Action Bar
63 Overlaying the Action Bar
226 Adding an Easy Share Action
/frameworks/compile/mclinker/lib/LD/
H A DEhFrameReader.cpp117 const Action transition[NumOfStates][NumOfTokenKinds] = {
/frameworks/base/services/java/com/android/server/
H A DNotificationManagerService.java951 final Notification.Action action = notification.actions[i];

Completed in 332 milliseconds