HomeSort by relevance Sort by last modified time
    Searched refs:action (Results 326 - 350 of 4361) sorted by null

<<11121314151617181920>>

  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /bionic/tests/
ScopedSignalHandler.h 33 ScopedSignalHandler(int signal_number, void (*action)(int, siginfo_t*, void*),
38 action_.sa_sigaction = action;
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
TestActivity.java 33 public void startActivity(String action) {
34 startActivityForResult(new Intent(action), /* requestCode= */ 0);
  /development/apps/BluetoothDebug/src/com/android/bluetoothdebug/
DebugReceiver.java 58 private static String shorten(String action) {
59 return action.replace("android", "a")
62 .replace("action", "a");
  /development/samples/ApiDemos/src/com/example/android/apis/nfc/
TechFilter.java 39 String action = intent.getAction(); local
40 if (NfcAdapter.ACTION_TECH_DISCOVERED.equals(action)) {
  /external/autotest/contrib/
manage_powerunit_info.py 138 'action', choices=('upload', 'list', 'backup'), help=action_help)
153 if options.action == 'upload' or options.action =='backup':
158 if options.action == 'upload' and not file_exists:
161 if options.action == 'backup' and file_exists:
164 if options.action == 'list' and not options.hostnames:
176 if options.action =='backup':
178 elif options.action == 'upload':
184 elif options.action == 'list':
  /external/bison/lib/
spawn_faction_adddup2.c 33 /* Add an action to FILE-ACTIONS which tells the implementation to call
61 rec->action.dup2_action.fd = fd;
62 rec->action.dup2_action.newfd = newfd;
  /external/chromium-trace/catapult/third_party/coverage/coverage/
pickle2json.py 37 "-i", "--input-file", action="store", default=".coverage",
41 "-o", "--output-file", action="store", default=".coverage",
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/route53/
test_alias_resourcerecordsets.py 19 # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
55 rrs.add_change(action="UPSERT", **base_record)
62 rrs.add_change(action="DELETE", **base_record)
75 rrs.add_change(action="UPSERT", **base_record)
79 rrs.add_change(action="DELETE", **base_record)
88 new = rrs.add_change(action="UPSERT", **base_record)
93 delete = rrs.add_change(action="DELETE", **base_record)
103 new = rrs.add_change(action="UPSERT", **base_record)
108 delete = rrs.add_change(action="DELETE", **base_record)
  /external/deqp/scripts/src_util/
check_all.py 31 parser.add_argument("-e", "--only-errors", action="store_true", dest="onlyErrors", default=False, help="Print only on error")
32 parser.add_argument("-i", "--only-changed", action="store_true", dest="useGitIndex", default=False, help="Check only modified files. Uses git.")
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DeviceBoot.java 57 String action = intent.getAction(); local
58 if (RcsPresence.ACTION_PUBLISH_STATE_CHANGED.equalsIgnoreCase(action)) {
  /external/libcxx/utils/sym_check/
sym_extract.py 16 type=str, action='store', default=None)
19 action='store_true', default=False)
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Dynamics/
btSimpleDynamicsWorld.h 65 virtual void addAction(btActionInterface* action);
67 virtual void removeAction(btActionInterface* action);
  /external/libpng/contrib/visupng/
cexcept.h 219 #define exception__catch(action) \
228 if (!the_exception_context->caught || action) { } \
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothBroadcastHelper.java 44 for(String action : mActions) {
45 mIntentFilter.addAction(action);
  /frameworks/base/core/java/android/service/wallpaper/
IWallpaperEngine.aidl 31 void dispatchWallpaperCommand(String action, int x, int y,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
Somnambulator.java 39 final String action = launchIntent.getAction(); local
40 if (Intent.ACTION_CREATE_SHORTCUT.equals(action)) {
  /frameworks/base/tools/aapt2/xml/
XmlActionExecutor.h 40 * an action, an error occurs.
63 * Add an action to be performed at this XmlNodeAction.
65 void action(ActionFunc f);
66 void action(ActionFuncWithDiag);
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattDebugUtils.java 32 "android.bluetooth.action.GATT_PAIRING_CONFIG";
35 "android.bluetooth.action.GATT_TEST_USAGE";
37 "android.bluetooth.action.GATT_TEST_ENABLE";
39 "android.bluetooth.action.GATT_TEST_CONNECT";
41 "android.bluetooth.action.GATT_TEST_DISCONNECT";
43 "android.bluetooth.action.GATT_TEST_DISCOVER";
61 * To trigger a debug action, invoke the following shell command:
63 * adb shell am startservice -a <action> <component>
65 * Where <action> represents one of the ACTION_* constants defines above
74 String action = intent.getAction()
    [all...]
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAreaInfoReceiver.java 36 String action = intent.getAction(); local
38 if (GET_LATEST_CB_AREA_INFO_ACTION.equals(action)) {
  /packages/apps/Dialer/src/com/android/dialer/calllog/
MissedCallNotificationReceiver.java 33 "android.telecom.action.SHOW_MISSED_CALLS_NOTIFICATION";
43 String action = intent.getAction(); local
44 if (!ACTION_SHOW_MISSED_CALLS_NOTIFICATION.equals(action)) {
  /packages/apps/Gallery2/src_pd/com/android/gallery3d/util/
UsageStatistics.java 51 public static void onEvent(String category, String action, String label) {};
52 public static void onEvent(String category, String action, String label, long optional_value) {};
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
CaffeinatedScrollView.java 48 public void setFullScrollAction(Runnable action) {
49 mFullScrollAction = action;
  /packages/apps/UnifiedEmail/src/com/android/mail/
MailIntentService.java 41 "com.android.mail.action.RESEND_NOTIFICATIONS";
43 "com.android.mail.action.CLEAR_NEW_MAIL_NOTIFICATIONS";
50 "com.android.mail.action.RESEND_NOTIFICATIONS_WEAR";
53 "com.android.mail.action.BACKUP_DATA_CHANGED";
55 "com.android.mail.action.SEND_SET_NEW_EMAIL_INDICATOR";
73 final String action = intent.getAction(); local
75 if (Intent.ACTION_LOCALE_CHANGED.equals(action)) {
78 } else if (ACTION_CLEAR_NEW_MAIL_NOTIFICATIONS.equals(action)) {
85 } else if (ACTION_RESEND_NOTIFICATIONS.equals(action)) {
94 } else if (ACTION_RESEND_NOTIFICATIONS_WEAR.equals(action)) {
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryDumpBroadcastReceiver.java 39 final String action = intent.getAction(); local
40 if (action.equals(DICTIONARY_DUMP_INTENT_ACTION)) {
43 Log.e(TAG, "Received dictionary dump intent action " +

Completed in 1695 milliseconds

<<11121314151617181920>>