HomeSort by relevance Sort by last modified time
    Searched defs:action (Results 651 - 675 of 3010) sorted by null

<<21222324252627282930>>

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
EmojiAltPhysicalKeyDetector.java 67 Log.d(TAG, "EmojiHotKeys.onKeyDown() - " + mName + " - enabling action");
73 Log.d(TAG, "EmojiHotKeys.onKeyDown() - " + mName + " - disabling action");
98 Log.d(TAG, "EmojiHotKeys.onKeyUp() - " + mName + " - firing action");
100 action(); method
105 Log.d(TAG, "EmojiHotKeys.onKeyUp() - " + mName + " - canceled, ignoring action");
114 Log.d(TAG, "EmojiHotKeys.onKeyUp() - " + mName + " - disabling action");
120 protected abstract void action(); method in class:EmojiAltPhysicalKeyDetector.EmojiHotKeys
130 protected void action() {
141 protected void action() {
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
KlpActionLabelTests.java 17 package com.android.inputmethod.keyboard.action;
93 // An action label should be displayed in subtype's locale regardless of the system locale.
104 // An action label of no language keyboard should be displayed in the system locale.
156 // An action label should be displayed in subtype's locale regardless of the system locale.
173 // An action label should be displayed in subtype's locale regardless of the system locale.
  /packages/services/Telecomm/src/com/android/server/telecom/
TelecomBroadcastIntentProcessor.java 27 /** The action used to send SMS response for the missed call notification. */
31 /** The action used to call a handle back for the missed call notification. */
35 /** The action used to clear missed calls. */
40 * The action used to answer the current incoming call displayed by
47 * The action used to reject the current incoming call displayed by
54 * The action used to proceed with a call being confirmed via
61 * The action used to cancel a call being confirmed via
78 String action = intent.getAction(); local
80 if (ACTION_SEND_SMS_FROM_NOTIFICATION.equals(action) ||
81 ACTION_CALL_BACK_FROM_NOTIFICATION.equals(action) ||
    [all...]
TtyManager.java 118 String action = intent.getAction(); local
119 Log.v(TtyManager.this, "onReceive, action: %s", action);
120 if (action.equals(TelecomManager.ACTION_TTY_PREFERRED_MODE_CHANGED)) {
  /packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
BluetoothStateReceiver.java 53 String action = intent.getAction(); local
54 switch (action) {
  /packages/services/Telecomm/src/com/android/server/telecom/components/
UserCallIntentProcessor.java 43 * Handles all three CALL action types: CALL, CALL_PRIVILEGED, and CALL_EMERGENCY.
46 * ACTION_CALL_PRIVILEGED action (which requires the system only CALL_PRIVILEGED permission).
53 * ability to make emergency outgoing calls using the CALL action. In order to do this, it must
89 String action = intent.getAction(); local
91 if (Intent.ACTION_CALL.equals(action) ||
92 Intent.ACTION_CALL_PRIVILEGED.equals(action) ||
93 Intent.ACTION_CALL_EMERGENCY.equals(action)) {
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
CallNotificationReceiver.java 39 * Exit intent action is sent when the user clicks the "exit" action of the
60 String action = intent.getAction(); local
61 if (ACTION_CALL_SERVICE_EXIT.equals(action)) {
63 } else if (ACTION_REGISTER_PHONE_ACCOUNT.equals(action)) {
65 } else if (ACTION_SHOW_ALL_PHONE_ACCOUNTS.equals(action)) {
67 } else if (ACTION_ONE_WAY_VIDEO_CALL.equals(action)) {
69 } else if (ACTION_TWO_WAY_VIDEO_CALL.equals(action)) {
71 } else if (ACTION_RTT_CALL.equals(action)) {
73 } else if (ACTION_AUDIO_CALL.equals(action)) {
    [all...]
TestCallActivity.java 41 * Action to exercise TelecomManager.addNewUnknownCall().
65 final String action = intent != null ? intent.getAction() : null; local
67 if (ACTION_NEW_INCOMING_CALL.equals(action) && data != null) {
70 } else if (ACTION_NEW_UNKNOWN_CALL.equals(action) && data != null) {
72 } else if (ACTION_HANGUP_CALLS.equals(action)) {
74 } else if (ACTION_RTT_CALL.equals(action)) {
77 } else if (ACTION_SEND_UPGRADE_REQUEST.equals(action)) {
79 } else if (ACTION_REMOTE_RTT_UPGRADE.equals(action)) {
  /packages/services/Telephony/src/com/android/phone/euicc/
EuiccUiDispatcherActivity.java 111 String action = getIntent().getAction(); local
115 switch (action) {
123 Log.w(TAG, "Unsupported action: " + action);
  /packages/services/Telephony/src/com/android/phone/settings/fdn/
GetPin2Screen.java 84 Intent action = new Intent(); local
85 if (uri != null) action.setAction(uri.toString());
86 setResult(RESULT_OK, action.putExtras(map));
  /packages/services/Telephony/src/com/android/services/telephony/
TtyManager.java 113 String action = intent.getAction(); local
114 Log.v(TtyManager.this, "onReceive, action: %s", action);
115 if (action.equals(TelecomManager.ACTION_CURRENT_TTY_MODE_CHANGED)) {
119 } else if (action.equals(TelecomManager.ACTION_TTY_PREFERRED_MODE_CHANGED)) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
eapauthenticatoractiondefine.h 45 EapPeerMethodResponseAction action; member in struct:tagEapPeerMethodOutput
  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/file/
AclEdit.java 185 static enum Action {
196 Action action = null; local
205 action = Action.PRINT;
219 action = Action.ADD;
229 action = Action.REMOVE;
239 action = Action.REPLACE
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/file/
AclEdit.java 185 static enum Action {
196 Action action = null; local
205 action = Action.PRINT;
219 action = Action.ADD;
229 action = Action.REMOVE;
239 action = Action.REPLACE
    [all...]
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/action/
ShareMockupAction.java 17 package com.android.notificationstudio.action;
  /system/bt/btif/src/
btif_ble_scanner.cc 240 uint8_t client_if, uint8_t action, uint8_t filt_index,
252 base::Bind(&BTM_BleAdvFilterParamSetup, action, filt_index,
282 uint8_t action = enable ? 1 : 0; variable
284 base::Bind(&BTM_BleEnableDisableFilterFeature, action,
  /system/chre/apps/gnss_world/
gnss_world.cc 161 const char *action = nullptr; local
168 action = "start";
172 if (action == nullptr) {
173 action = "stop";
181 action = "start";
185 if (action == nullptr) {
186 action = "stop";
202 LOGI("GNSS %s %s success", name, action);
204 LOGE("GNSS %s %s failure: %" PRIu8, name, action, result->errorCode);
208 LOGE("GNSS %s session %s request cookie mismatch", name, action);
    [all...]
  /system/core/adf/libadfhwc/
adfhwc.cpp 276 struct sigaction action = { }; local
277 sigemptyset(&action.sa_mask);
278 action.sa_flags = 0;
279 action.sa_handler = [](int) { pthread_exit(0); };
281 if (sigaction(SIGUSR2, &action, NULL) < 0) {
282 ALOGE("failed to set thread exit action %s", strerror(errno));
  /art/test/1930-monitor-info/src/art/
Monitors.java 120 private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT }
124 private final AtomicStampedReference<Action> action; field in class:Monitors.LockController
137 this.action = new AtomicStampedReference(Action.HOLD, 0);
156 private void setAction(Action a) {
157 int stamp = action.getStamp();
159 while (!action.compareAndSet(Action.HOLD, a, stamp, stamp + 1)) {
160 stamp = action.getStamp()
    [all...]
  /art/test/1931-monitor-events/src/art/
Monitors.java 120 private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT }
124 private final AtomicStampedReference<Action> action; field in class:Monitors.LockController
137 this.action = new AtomicStampedReference(Action.HOLD, 0);
156 private void setAction(Action a) {
157 int stamp = action.getStamp();
159 while (!action.compareAndSet(Action.HOLD, a, stamp, stamp + 1)) {
160 stamp = action.getStamp()
    [all...]
  /art/test/1932-monitor-events-misc/src/art/
Monitors.java 120 private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT }
124 private final AtomicStampedReference<Action> action; field in class:Monitors.LockController
137 this.action = new AtomicStampedReference(Action.HOLD, 0);
156 private void setAction(Action a) {
157 int stamp = action.getStamp();
159 while (!action.compareAndSet(Action.HOLD, a, stamp, stamp + 1)) {
160 stamp = action.getStamp()
    [all...]
  /art/test/1933-monitor-current-contended/src/art/
Monitors.java 120 private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT }
124 private final AtomicStampedReference<Action> action; field in class:Monitors.LockController
137 this.action = new AtomicStampedReference(Action.HOLD, 0);
156 private void setAction(Action a) {
157 int stamp = action.getStamp();
159 while (!action.compareAndSet(Action.HOLD, a, stamp, stamp + 1)) {
160 stamp = action.getStamp()
    [all...]
  /art/test/1934-jvmti-signal-thread/src/art/
Monitors.java 120 private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT }
124 private final AtomicStampedReference<Action> action; field in class:Monitors.LockController
137 this.action = new AtomicStampedReference(Action.HOLD, 0);
156 private void setAction(Action a) {
157 int stamp = action.getStamp();
159 while (!action.compareAndSet(Action.HOLD, a, stamp, stamp + 1)) {
160 stamp = action.getStamp()
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
Events.java 139 MetricsLogger.action(context, MetricsEvent.ACTION_VOLUME_STREAM,
144 MetricsLogger.action(context, MetricsEvent.ACTION_VOLUME_ICON,
150 MetricsLogger.action(context, MetricsEvent.ACTION_VOLUME_SLIDER,
160 MetricsLogger.action(context, MetricsEvent.ACTION_VOLUME_KEY,
166 logger.action(MetricsEvent.ACTION_VOLUME_RINGER_TOGGLE, (Integer) list[0]);
169 logger.action(MetricsEvent.ACTION_VOLUME_SETTINGS);
172 MetricsLogger.action(context, MetricsEvent.ACTION_RINGER_MODE,
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava-async-util/0.21.0/
rxjava-async-util-0.21.0.jar 

Completed in 692 milliseconds

<<21222324252627282930>>