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

1 2 3 4 5 67 8 91011>>

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
KlpActionCustomTests.java 17 package com.android.inputmethod.keyboard.action;
KlpActionTestsBase.java 17 package com.android.inputmethod.keyboard.action;
LxxActionCustomTests.java 17 package com.android.inputmethod.keyboard.action;
  /packages/providers/MediaProvider/src/com/android/providers/media/
MtpReceiver.java 36 final String action = intent.getAction(); local
37 if (Intent.ACTION_BOOT_COMPLETED.equals(action)) {
43 } else if (UsbManager.ACTION_USB_STATE.equals(action)) {
  /packages/screensavers/WebView/src/com/android/dreams/web/
SetURL.java 36 final String action = intent.getAction(); local
41 } else if (Intent.ACTION_SEND.equals(action)) {
SetURLInteractive.java 36 final String action = intent.getAction(); local
41 } else if (Intent.ACTION_SEND.equals(action)) {
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestInCallServiceBroadcastReceiver.java 51 String action = intent.getAction(); local
52 Log.v(TAG, "onReceive: " + action);
54 if (ACTION_SEND_UPDATE_REQUEST_FROM_TEST_INCALL_SERVICE.equals(action)) {
57 } else if (ACTION_SEND_UPGRADE_RESPONSE.equals(action)) {
60 } else if (TelecomManager.ACTION_PHONE_ACCOUNT_REGISTERED.equals(action)) {
63 } else if (TelecomManager.ACTION_PHONE_ACCOUNT_UNREGISTERED.equals(action)) {
  /packages/services/Telephony/src/com/android/phone/euicc/
EuiccResolutionUiDispatcherActivity.java 39 String action = getIntent().getAction(); local
40 if (!EuiccManager.ACTION_RESOLVE_ERROR.equals(action)) {
41 Log.w(TAG, "Unsupported action: " + action);
49 Log.w(TAG, "Unknown resolution action: " + euiccUiAction);
  /prebuilts/clang/host/darwin-x86/clang-4579689/share/opt-viewer/
opt-diff.py 43 action='store_true', variable
opt-stats.py 39 action='store_true', variable
  /prebuilts/clang/host/darwin-x86/clang-4630689/share/opt-viewer/
opt-diff.py 43 action='store_true', variable
opt-stats.py 39 action='store_true', variable
  /prebuilts/clang/host/darwin-x86/clang-4639204/share/opt-viewer/
opt-diff.py 43 action='store_true', variable
opt-stats.py 39 action='store_true', variable
  /prebuilts/clang/host/darwin-x86/clang-4691093/share/opt-viewer/
opt-diff.py 43 action='store_true', variable
opt-stats.py 39 action='store_true', variable
  /prebuilts/clang/host/linux-x86/clang-4579689/share/opt-viewer/
opt-diff.py 43 action='store_true', variable
opt-stats.py 39 action='store_true', variable
  /prebuilts/clang/host/linux-x86/clang-4630689/share/opt-viewer/
opt-diff.py 43 action='store_true', variable
opt-stats.py 39 action='store_true', variable
  /prebuilts/clang/host/linux-x86/clang-4639204/share/opt-viewer/
opt-diff.py 43 action='store_true', variable
opt-stats.py 39 action='store_true', variable
  /prebuilts/clang/host/linux-x86/clang-4691093/share/opt-viewer/
opt-diff.py 43 action='store_true', variable
opt-stats.py 39 action='store_true', variable
  /prebuilts/go/darwin-x86/doc/codewalk/
pig.go 23 // An action transitions stochastically to a resulting score.
24 type action func(current score) (result score, turnIsOver bool) type
43 // A strategy chooses an action for any given score.
44 type strategy func(score) action
48 return func(s score) action {
63 action := strategies[currentPlayer](s)
64 s, turnIsOver = action(s)

Completed in 368 milliseconds

1 2 3 4 5 67 8 91011>>