Searched refs:actions (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/libbcc/runtime/lib/
H A Dgcc_personality_v0.c186 _Unwind_Reason_Code __gcc_personality_v0(int version, _Unwind_Action actions, argument
192 if ( actions & _UA_SEARCH_PHASE )
/frameworks/base/core/java/android/app/
H A DNotification.java498 private Action[] actions; field in class:Notification
596 actions = parcel.createTypedArray(Action.CREATOR);
659 that.actions = new Action[this.actions.length];
660 for(int i=0; i<this.actions.length; i++) {
661 that.actions[i] = this.actions[i].clone();
755 parcel.writeTypedArray(actions, 0);
887 if (actions != null) {
889 sb.append(actions
[all...]
/frameworks/base/core/java/android/webkit/
H A DAccessibilityInjectorFallback.java40 * the key bindings, or defining sequence of actions to be bound to
46 * a sequence of actions. For more detail how to specify key bindings refer to
49 * The possible actions are invocations to
450 int[] actions = new int[actionStrings.length];
451 for (int i = 0, count = actions.length; i < count; i++) {
452 actions[i] = Integer.decode(actionStrings[i].trim());
454 sBindings.add(new AccessibilityWebContentKeyBinding(keyCodeAndModifiers, actions));
509 * @return The number of actions in the key binding.
567 builder.append(", actions[");
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java419 * actions were broadcast.
479 * actions were broadcast.
539 * is in discoverable mode and that the correct actions were broadcast.
582 * device is in in connectable mode and that the correct actions were broadcast.
625 * and that the correct actions were broadcast.
663 * and that the correct actions were broadcast.
737 * and that the correct actions were broadcast.
750 * and that the correct actions were broadcast.
836 * and that the correct actions were broadcast.
897 * profile is connected and that the correct actions wer
1377 addReceiver(BroadcastReceiver receiver, String[] actions) argument
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1222 // Execute enqueued actions on every traversal in case a detached view enqueued an action
3259 // Not dispatching to IME, continue with post IME actions.
3419 // Not dispatching to IME, continue with post IME actions.
3565 // Only consider leaving touch mode on DOWN or MULTIPLE actions, never on UP.
3625 // Not dispatching to IME, continue with post IME actions.
4536 // Check for fallback actions specified by the key character map.
5239 final ArrayList<HandlerAction> actions = mActions;
5241 while (actions.remove(handlerAction)) {
5249 final ArrayList<HandlerAction> actions = mActions;
5250 final int count = actions
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java480 // Fallback actions by key code.
2112 // Check for fallback actions specified by the key character map.
2159 int actions = interceptKeyBeforeQueueing(fallbackEvent, policyFlags, true);
2160 if ((actions & ACTION_PASS_TO_USER) != 0) {
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java11356 Iterator actions = filter.actionsIterator();
11357 if (actions != null) {
11358 while (actions.hasNext()) {
11359 String action = (String)actions.next();
12412 * dialog / global actions also might want different behaviors.

Completed in 209 milliseconds