Searched refs:Action (Results 1 - 12 of 12) 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.java351 * @param action Action defined in {@link DrmStore.Action}.
358 if (null == path || path.equals("") || !DrmStore.Action.isValid(action)) {
383 * @param action Action defined in {@link DrmStore.Action}.
634 return checkRightsStatus(path, DrmStore.Action.DEFAULT);
653 * {@link DrmStore.Action}.
656 * @param action The {@link DrmStore.Action} to perform.
661 if (null == path || path.equals("") || !DrmStore.Action.isValid(action)) {
669 * {@link DrmStore.Action}
[all...]
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java113 * Broadcast Action: The TextToSpeech synthesizer has completed processing
273 * Activity Action: Triggers the platform TextToSpeech engine to
286 * Broadcast Action: broadcast to signal the completion of the installation of
295 * Activity Action: Starts the activity from the platform TextToSpeech
556 private <R> R runActionNoReconnect(Action<R> action, R errorResult, String method) {
560 private <R> R runAction(Action<R> action, R errorResult, String method) {
564 private <R> R runAction(Action<R> action, R errorResult, String method, boolean reconnect) {
656 runActionNoReconnect(new Action<Void>() {
815 return runAction(new Action<Integer>() {
849 return runAction(new Action<Intege
1353 private interface Action<R> { interface in class:TextToSpeech
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolver.h34 enum Action { enum in class:mcld::Resolver
/frameworks/av/include/drm/
H A Ddrm_framework_common.h152 class Action { class in namespace:android
154 Action();
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java95 private ArrayList<Action> mActions;
193 private abstract static class Action implements Parcelable { class in class:RemoteViews
246 HashMap<String, Action> map = new HashMap<String, Action>();
248 mActions = new ArrayList<Action>();
253 Action a = mActions.get(i);
257 ArrayList<Action> newActions = copy.mActions;
261 Action a = newActions.get(i);
264 if (map.containsKey(key) && mergeBehavior == Action.MERGE_REPLACE) {
270 if (mergeBehavior == Action
[all...]
/frameworks/base/core/java/android/app/
H A DNotification.java446 private static class Action implements Parcelable { class in class:Notification
451 public Action() { } method in class:Notification.Action
452 private Action(Parcel in) { method in class:Notification.Action
459 public Action(int icon_, CharSequence title_, PendingIntent intent_) { method in class:Notification.Action
465 public Action clone() {
466 return new Action(
487 public static final Parcelable.Creator<Action> CREATOR
488 = new Parcelable.Creator<Action>() {
489 public Action createFromParcel(Parcel in) {
490 return new Action(i
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java122 for (Action action: b.mActions) {
184 ArrayList<Action> mActions = new ArrayList<Action>();
530 mActions.add(new Action(icon, title, intent));
761 public static class Action { class in class:NotificationCompat
766 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/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;
232 mItems = new ArrayList<Action>();
348 private void addUsersToMenu(ArrayList<Action> items) {
435 final Action action = mItems.get(i);
458 public Action getItem(int position) {
462 final Action action = mItems.get(i);
488 Action action = getItem(position);
502 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.cs453 <span class="en">Adding an Easy Share Action</span>

Completed in 7243 milliseconds