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

/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
554 private <R> R runActionNoReconnect(Action<R> action, R errorResult, String method) {
558 private <R> R runAction(Action<R> action, R errorResult, String method) {
562 private <R> R runAction(Action<R> action, R errorResult, String method, boolean reconnect) {
639 runActionNoReconnect(new Action<Void>() {
798 return runAction(new Action<Integer>() {
832 return runAction(new Action<Intege
1321 private interface Action<R> { interface in class:TextToSpeech
[all...]
/frameworks/base/include/drm/
H A Ddrm_framework_common.h151 class Action { class in namespace:android
153 Action();
/frameworks/base/drm/java/android/drm/
H A DDrmStore.java131 public static class Action { class in class:DrmStore
H A DDrmManagerClient.java316 * @param action Action defined in {@link DrmStore.Action}.
322 if (null == path || path.equals("") || !DrmStore.Action.isValid(action)) {
347 * @param action Action defined in {@link DrmStore.Action}.
577 return checkRightsStatus(path, DrmStore.Action.DEFAULT);
596 * {@link DrmStore.Action}.
599 * @param action The {@link DrmStore.Action} to perform.
604 if (null == path || path.equals("") || !DrmStore.Action.isValid(action)) {
612 * {@link DrmStore.Action}
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DGlobalActions.java51 * Helper to show the global actions dialog. Each item is an {@link Action} that
64 private ArrayList<Action> mItems;
160 mItems = new ArrayList<Action>();
250 final Action action = mItems.get(i);
273 public Action getItem(int position) {
277 final Action action = mItems.get(i);
303 Action action = getItem(position);
317 private interface Action { interface in class:GlobalActions
341 private static abstract class SinglePressAction implements Action {
376 private static abstract class ToggleAction implements Action {
[all...]
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java82 private ArrayList<Action> mActions;
127 private abstract static class Action implements Parcelable { class in class:RemoteViews
163 private class SetEmptyView extends Action {
199 private class SetOnClickFillInIntent extends Action {
280 private class SetPendingIntentTemplate extends Action {
363 private class SetRemoteViewsAdapterIntent extends Action {
422 private class SetOnClickPendingIntent extends Action {
495 private class SetDrawableParameters extends Action {
573 private class ReflectionActionWithoutParams extends Action {
631 private class ReflectionAction extends Action {
[all...]
/frameworks/base/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp236 case Action::DEFAULT:
237 case Action::PLAY:
238 case Action::RINGTONE:
239 case Action::OUTPUT:
240 case Action::PREVIEW:
241 case Action::EXECUTE:
242 case Action::DISPLAY:
246 case Action::TRANSFER:
/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/guide/
H A Dguide_toc.cs136 <span class="en">Action Bar</span>
809 <span class="en">Action Bar Icons</span>
/frameworks/base/docs/html/resources/
H A Dresources_toc.cs156 <span class="en">Adding an Easy Share Action</span>

Completed in 1209 milliseconds