HomeSort by relevance Sort by last modified time
    Searched refs:setAction (Results 51 - 75 of 139) sorted by null

1 23 4 5 6

  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 448 startButton.setAction(actionsMap.get(StartServerAction.ACTION_NAME));
454 stopButton.setAction(actionsMap.get(StopServerAction.ACTION_NAME));
460 refreshButton.setAction(actionsMap.get(RefreshWindowsAction.ACTION_NAME));
466 showDevicesButton.setAction(actionsMap.get(ShowDevicesAction.ACTION_NAME));
473 loadButton.setAction(actionsMap.get(LoadGraphAction.ACTION_NAME));
479 displayNodeButton.setAction(actionsMap.get(CaptureNodeAction.ACTION_NAME));
485 captureLayersButton.setAction(actionsMap.get(CaptureLayersAction.ACTION_NAME));
491 invalidateButton.setAction(actionsMap.get(InvalidateAction.ACTION_NAME));
497 requestLayoutButton.setAction(actionsMap.get(RequestLayoutAction.ACTION_NAME));
525 saveMenuItem.setAction(actionsMap.get(SaveSceneAction.ACTION_NAME))
    [all...]
  /external/webkit/WebCore/platform/mac/
ContextMenuItemMac.mm 118 void ContextMenuItem::setAction(ContextMenuAction action)
ContextMenuMac.mm 106 [menuItem setAction:@selector(forwardContextMenuAction:)];
  /frameworks/base/test-runner/src/android/test/
TestListActivity.java 224 intent.setAction(Intent.ACTION_RUN);
231 intent.setAction(Intent.ACTION_VIEW);
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertService.java 104 audioIntent.setAction(CellBroadcastAlertAudio.ACTION_START_ALERT_AUDIO);
130 dbWriteIntent.setAction(CellBroadcastDatabaseService.ACTION_INSERT_NEW_BROADCAST);
CellBroadcastListActivity.java 240 dbWriteIntent.setAction(CellBroadcastDatabaseService.ACTION_DELETE_BROADCAST);
247 dbWriteIntent.setAction(CellBroadcastDatabaseService.ACTION_DELETE_ALL_BROADCASTS);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
RequestPermissionActivity.java 126 i.setAction(RequestPermissionHelperActivity.ACTION_INTERNAL_REQUEST_BT_ON);
128 i.setAction(RequestPermissionHelperActivity.
BluetoothPairingRequest.java 62 pairingIntent.setAction(BluetoothDevice.ACTION_PAIRING_REQUEST);
  /cts/tests/tests/content/src/android/content/cts/
IntentTest.java 121 intent.setAction(TEST_ACTION);
193 method = "setAction",
229 mIntent.setAction(TEST_ACTION);
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
LocalActivityManagerTest.java 49 intent.setAction(action);
  /development/apps/Development/src/com/android/development/
AppPicker.java 77 if (app.info != null) intent.setAction(app.info.packageName);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PreferencesFromCode.java 111 intentPref.setIntent(new Intent().setAction(Intent.ACTION_VIEW)
  /external/webkit/WebCore/platform/
ContextMenuItem.h 247 void setAction(ContextMenuAction);
  /external/webkit/WebCore/platform/win/
ContextMenuItemWin.cpp 136 void ContextMenuItem::setAction(ContextMenuAction action)
  /frameworks/base/core/tests/coretests/src/android/app/activity/
LaunchpadActivity.java 144 private Intent mData = (new Intent()).setAction("No result received");
351 finishWithResult(RESULT_CANCELED, (new Intent()).setAction(
357 finishWithResult(RESULT_CANCELED, (new Intent()).setAction(
449 finishWithResult(RESULT_CANCELED, (new Intent()).setAction(error));
  /packages/apps/Calendar/src/com/android/calendar/
AlertReceiver.java 132 deleteIntent.setAction(DELETE_ACTION);
  /packages/apps/Launcher2/src/com/android/launcher2/
InstallShortcutReceiver.java 61 intent.setAction(Intent.ACTION_VIEW);
  /packages/apps/Settings/src/com/android/settings/
DockSettings.java 141 i.setAction(DockEventReceiver.ACTION_DOCK_SHOW_UI);
  /packages/apps/Tag/src/com/android/apps/tag/record/
RecordUtils.java 110 intent.setAction(resolveInfo.filter.getAction(0));
  /external/webkit/WebKit/mac/DefaultDelegates/
WebDefaultContextMenuDelegate.mm 110 [menuItem setAction:action];
  /external/webkit/WebKitTools/WebKitLauncher/
WebKitNightlyEnablerSparkle.m 60 [button setAction:@selector(webKitHandleButtonPress:)];
  /packages/apps/Gallery3D/src/com/cooliris/media/
HudLayer.java 136 mZoomInButton.setAction(mZoomInButtonAction);
138 mZoomOutButton.setAction(mZoomOutButtonAction);
541 topRightButton.setAction(action);
741 intent.setAction(Intent.ACTION_SEND);
755 intent.setAction(Intent.ACTION_SEND);
758 intent.setAction(Intent.ACTION_SEND_MULTIPLE);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 634 clickIntent.setAction(action);
645 deleteIntent.setAction(ACCESS_DISALLOWED_ACTION);
658 deleteIntent.setAction(AUTH_CANCELLED_ACTION);
  /packages/apps/Email/src/com/android/email/service/
MailService.java 102 i.setAction(MailService.ACTION_RESCHEDULE);
109 i.setAction(MailService.ACTION_CANCEL);
385 i.setAction(ACTION_CHECK_MAIL);
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupExchange.java 125 i.setAction(Intent.ACTION_EDIT);
137 i.setAction(Intent.ACTION_EDIT);

Completed in 1211 milliseconds

1 23 4 5 6